davrempe / contact-human-dynamics

Code for ECCV 2020 paper "Contacts and Human Dynamics from Monocular Video".
Other
268 stars 40 forks source link

Can I use my own bvh and 3dpos? #12

Open zxiaoyusq opened 3 years ago

zxiaoyusq commented 3 years ago

hi there, i've been trying to integrate your code with my human pose estimation code. I have a bvh and 3dpos with different hierarchy than yours as input, then I do the 2D-3D projection on the common parts of my bvh and your original bvh. Now I can get the "optimize_trajectory" part running, but the result turned out to be very bad. Could you point where I did wrong? Thank you for your help. test.zip

wtnan2003 commented 2 years ago

@zxiaoyusq Hi,Have you solved this problem?