Physics3D icon indicating copy to clipboard operation
Physics3D copied to clipboard

ModuleNotFoundError

Open mix345 opened this issue 5 months ago • 0 comments

Thank you very much for sharing your great work.

I try to run simulation.py by the example command.

python simulation.py --model_path ./model/ball/ --prompt "a basketball falling down" --output_path ./output --physics_config ./config/ball_config.json

I got the following error.

Traceback (most recent call last):
  File "/home/max/research/Physics3D/simulation.py", line 46, in <module>
    from video_distillation.guidance import ModelscopeGuidance
  File "/home/max/research/Physics3D/video_distillation/guidance.py", line 11, in <module>
    from video_distillation.prompt_processors import PromptProcessorOutput
ModuleNotFoundError: No module named 'video_distillation.prompt_processors'

I do not find any prompt_processors.py under video_distillation directory, or PromptProcessorOutput function within this repository. Could you tell me how to fix this?

Thank you.

mix345 avatar Sep 04 '24 14:09 mix345