sign-language-processing / transcription

Text to pose model for sign language pose generation from a text sequence
35 stars 16 forks source link

pose_to_segments command ModuleNotFoundError #26

Closed J22Melody closed 7 months ago

J22Melody commented 1 year ago

When running the pose_to_segments command, getting the following error:

Traceback (most recent call last):
  File "/home/zifjia/data/conda/envs/trans/bin/pose_to_segments", line 5, in <module>
    from pose_to_segments.bin import main
  File "/home/zifjia/data/conda/envs/trans/lib/python3.9/site-packages/pose_to_segments/bin.py", line 11, in <module>
    from pose_to_segments.src.utils.probs_to_segments import probs_to_segments
ModuleNotFoundError: No module named 'pose_to_segments.src'

Instead, running python -m pose_to_segments.bin is fine.

AmitMY commented 7 months ago

Moved to https://github.com/sign-language-processing/segmentation