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
689 stars 91 forks source link

How to get occlusion / visibility score of each keypoint for certain camera #145

Open AlexSunNik opened 1 year ago

AlexSunNik commented 1 year ago

Great work! I am wondering how we can get an occlusion / visibility score of each keypoint for a given camera? Like can we determine whether this keypoint is occluded by other parts of hand or body?

mks0601 commented 1 year ago

you can rasterize MANO mesh surface to know the visibility

AlexSunNik commented 1 year ago

Thank you for the prompt response! Could you maybe provide a bit more detail on this? Like which codes should I look at to start from. This info is very useful for our work. Thanks!