hassony2 / handobjectconsist

[cvpr 20] Demo, training and evaluation code for joint hand-object pose estimation in sparsely annotated videos
https://hassony2.github.io/handobjectconsist.html
MIT License
121 stars 18 forks source link

Is there are full MANO fitted parameters for other frames of "fhbhands"? #10

Open spk921 opened 4 years ago

spk921 commented 4 years ago

Hi, Hasson,

Thank you for the work. I noticed that the MANO fitted of "fhbhands_fits" is not full version. I saw your previous paper "Learning joint reconstruction of hands and manipulated objects" fitted the MANO model on "First-Person Hand Action Benchmark with RGB-D Videos and 3D Hand Pose Annotations" dataset. Wondering that there are mano fitted parameters with that dataset. If so could you share url? Thank you.

hassony2 commented 4 years ago

Hi @spk921 ,

Unfortunately, I only fitted MANO for this specific subset, as I never needed the fits for the full dataset.

Yana

spk921 commented 4 years ago

Dear @hassony2, Thank you for your response. Would you mind asking how you fitted the MANO model? As far as I find is gradient-based optimization from "Pushing the Envelope for RGB-based Dense 3D Hand Pose Estimation via Neural Rendering" in HANDS 19 challenges. However, there is no open-source code. Wondering if you could share the code spkim921@gmail.com for fitting MANO model onto the 2D image?
Thank you in advance.