facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.12k stars 373 forks source link

Reconstruction of the hand #224

Closed Apeng-Rzp closed 1 year ago

Apeng-Rzp commented 1 year ago

Can a single RGB photo be used to reconstruct an executable model of the human hand using frankmocap?

penincillin commented 1 year ago

@Apeng-Rzp What do you mean by "executable model"? Our project aims at reconstructing 3D hand/body from a single RGB photo.

Apeng-Rzp commented 1 year ago

Thank you for your reply. Due to the reproduction of the paper in a virtual environment, I did not succeed in reproducing it. The "executable model" I mean files in obj or mesh format. I saw that the demo of the project were all dynamic scenes. Can I restore the obj or mesh files of a static human body or hand from an RGB image?

penincillin commented 1 year ago

@Apeng-Rzp To get obj from predictions, you can refer to this line. Especially, you can save vertices and faces in these lines to get obj.