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

Error: No module named 'option_parser'

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

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

$ python3 datasets/split_joint.pyTraceback (most recent call last):
  File "datasets/split_joint.py", line 10, in <module>
    from option_parser import try_mkdir
ModuleNotFoundError: No module named 'option_parser'

Please let me know how to fix it.

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