Open void-robotics opened 5 years ago
use the docker image, its easier. I had many problems to install dependencies too.
@nathangeorge1 I'm facing the same issue, were you able to progress? @leo2105 I'm getting nathan's mentioned issue while running the video_pose.py inside the docker. This is not an error during installing dependencies.
@siddharthgee I remember playing with dependencies such as moov and possibly adjusting the code, but my team deciding to not go with this; I wouldn't recommend it either, unless they can fix this issues
If anyone's wondering, the issue is with the video files. As the hosted video files have being removed from the location. So running the testset/download_testset_wget.sh script simply downloads 3 empty files with .mp4 extension. That's why you get the following error,
OSError: MoviePy error: failed to read the duration of file ...
Try using your own *.mp4 file, and it'll start processing :)
In trying to run
root@a2cdbc97c488:/exercise-pose-analyzer# python exercise_analyzer.py -f 'shoulder_press_1.mp4' -e 'sp'
the following errors are thrown:
Is this an error with the .mp4 or the installation?