action-to-motion icon indicating copy to clipboard operation
action-to-motion copied to clipboard

models.deep_completion

Open XingFen-Xie opened this issue 4 months ago • 0 comments

Hello! Thank you for your sharing. However, when I was evaluating the model, I found that one file is missing. Traceback (most recent call last): File "final_evaluation.py", line 10, in <module> from motion_loaders.motion_loader import get_motion_loader File "/root/autodl-tmp/action-to-motion/motion_loaders/motion_loader.py", line 7, in <module> from motion_loaders.deep_completion_motion_loader import DeepCompletionGeneratedDataset File "/root/autodl-tmp/action-to-motion/motion_loaders/deep_completion_motion_loader.py", line 5, in <module> import models.deep_completion as models ModuleNotFoundError: No module named 'models.deep_completion' How can I solve this issue?

XingFen-Xie avatar Feb 27 '24 03:02 XingFen-Xie