video2mocap
video2mocap copied to clipboard
Convert a video file to animated humanIK skeletons for Maya.
Hello, I ran through your code, it is very useful. But I ran into a problem. The head of the output bone didn't rotate with the rotation of the body,...
This repo is available for Linux OS?
I am able to get hmr json data but how should i get the .bvh file format out of it.
Everything works perfectly until the hmr section. When it gets to that part I get the following error: INFO | ---- HMR ---- INFO | Command: python3.exe -m export --img_dir...
**getFFmpeg.bat** does not working properly. I'v checked [https://ffmpeg.zeranoe.com/builds/win64/static](https://ffmpeg.zeranoe.com/builds/win64/static) and found out that there is no _FFmpeg 20180630-9f0077c_ on this page. Solved the poblem by changing **ZIP_NAME** to _ffmpeg-4.0.1-win64-static.zip_ which is...
Very cool project! I'm just testing it out, and getting some skeletal data out now. One thing that is tricky is the whole install/setup, which I thought could benefit from...
Calling HMR with python3 ends up in this error: ` File "...\video2mocap\3rdparty\hmr\src\util\openpose.py", line 76, in sort_keypoints match_score = min(match_scores) ValueError: min() arg is an empty sequence`