facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
687 stars 91 forks source link

Convert 3d coordinate to 2d? #97

Closed quangdaist01 closed 2 years ago

quangdaist01 commented 2 years ago

I want to create 2d coordinate of keyjoints for pretraining purspose on the dataset. Is this possible? If so, how can I do it? Thanks!

mks0601 commented 2 years ago

https://github.com/facebookresearch/InterHand2.6M/blob/2b8061d2c8e762aa6fcb8e6f5d18f8a9e83bfd0c/data/InterHand2.6M/dataset.py#L78

quangdaist01 commented 2 years ago

Thank you very much! Have a nice day!