when I run "python scripts/sampling/simple_video_sample.py", I meet the following error.
Traceback (most recent call last):
File "/home/amax/Documents/zsy/generative-models/scripts/sampling/simple_video_sample.py", line 16, in
from scripts.util.detection.nsfw_and_watermark_dectection import DeepFloydDataFiltering
ModuleNotFoundError: No module named 'scripts.util'
How can I solve this problem?
when I run "python scripts/sampling/simple_video_sample.py", I meet the following error.
Traceback (most recent call last):
File "/home/amax/Documents/zsy/generative-models/scripts/sampling/simple_video_sample.py", line 16, in
from scripts.util.detection.nsfw_and_watermark_dectection import DeepFloydDataFiltering
ModuleNotFoundError: No module named 'scripts.util'
How can I solve this problem?