motion_reconstruction icon indicating copy to clipboard operation
motion_reconstruction copied to clipboard

Motion Reconstruction Code and Data for Skills from Videos (SFV)

Results 12 motion_reconstruction issues
Sort by recently updated
recently updated
newest added

may i ask How to use motion data calculated or collected in is [motion_reconstruction] in the environment [deepmimic]?

I've build both models( SMPL and DeepMimic) in Unity, and restore them in T-pose. But the T-pose is very different, especially in arms. Besides, their joint count is different( 24...

![image](https://user-images.githubusercontent.com/38101748/123229560-0037a200-d509-11eb-85dc-bed1c8478bd1.png) ![image](https://user-images.githubusercontent.com/38101748/123229604-0b8acd80-d509-11eb-9402-84e77d6f1fae.png)

When I try to run refine_video.py on the demo videos and .h5 files, I get errors like: `!!!./demo_data/openpose_output/run_bboxes.h5 doesnt exist!!! ` What exactly am I supposed to do with the...

Hello, I wanted to ask if anybody has implemented the write2bvh function or has another way of importing the results of the project into Unity as an animation. I have...

fix all paths and indents remove openpose scale and resolution so that tensorflow will not abort changed all python2 to python3 e.g d.iteritems() to iter(d.items()) removed dictionary deletion from iteration...

Could you tell me how do you do the rotation augmentation and share the code? Thanks so much!

where are the ketpoints files(.json file)?

Hi, first of all, thanks for releasing the code. Do you have any suggestion about how to integrate HMMR instead of HMR with this code? Something like a todo list...

Thanks a ton for the great work! I am trying to apply the motion reconstruction to the output of HMMR as a smoothing stage, as well as converting the repo...