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
675 stars 92 forks source link

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

Open AlexSunNik opened 10 months ago

AlexSunNik commented 10 months 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 10 months ago

you can rasterize MANO mesh surface to know the visibility

AlexSunNik commented 10 months 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!