facebookresearch / frankmocap

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

what's the difference of ego_centric and third_view hand detector? #209

Closed haoxurt closed 1 year ago

haoxurt commented 1 year ago

what's the difference of ego_centric and third_view hand detector? Which should I choose when I test with random image?

penincillin commented 1 year ago

@haoxurt third_view assumes arms are visible and we will use arm information to help hand detectors (majorly use arm information to distinguish left/right hands, which are often wrong predicted by hand detectors). ego_centric assumes no arms visible, therefore, only rely on hand detectors' predictions.