deep-motion-editing icon indicating copy to clipboard operation
deep-motion-editing copied to clipboard

Error: No module named 'datasets'

Open Ishihara-Masabumi opened this issue 1 year ago • 0 comments

When I run the followint command line, the following error occurred.

$ python3 datasets/preprocess.py
Traceback (most recent call last):
  File "datasets/preprocess.py", line 4, in <module>
    from datasets.bvh_parser import BVH_file
ModuleNotFoundError: No module named 'datasets'

Please let me know how to fix it.

Ishihara-Masabumi avatar Mar 26 '23 20:03 Ishihara-Masabumi