Dene33 / video_to_bvh

Convert human motion from video to .bvh
372 stars 111 forks source link

error #20

Open kongdoo opened 5 years ago

kongdoo commented 5 years ago

daria_walk.zip

Thank for good code. Can you check this video? I have a problem the process of Download .bvh.

FileNotFoundError Traceback (most recent call last)

in () 1 from google.colab import files ----> 2 files.download('hmr/output/bvh_animation/estimated_animation.bvh') /usr/local/lib/python3.6/dist-packages/google/colab/files.py in download(filename) 142 raise OSError(msg) 143 else: --> 144 raise FileNotFoundError(msg) # pylint: disable=undefined-variable 145 146 started = _threading.Event() FileNotFoundError: Cannot find file: hmr/output/bvh_animation/estimated_animation.bvh
HyewonSeo7 commented 4 years ago

same problem here :'( i shortened mp4 file name w/o space and tried several videos but it is not working