HowieMa / NSRMhand

[WACV 2020] "Nonparametric Structure Regularization Machine for 2D Hand Pose Estimation"
104 stars 16 forks source link

predict two hands from single picture #13

Closed qdd1234 closed 3 years ago

qdd1234 commented 3 years ago

Hi,thanks for your wonderful work.I want to ask whether model can predict two hands from single RGB picture?

HowieMa commented 3 years ago

Sorry, it cannot. You can use other datasets like InterHand to finetune it.

qdd1234 commented 3 years ago

If I use Top-down approach, whether model can predict two hand from single RFB picture?

HowieMa commented 3 years ago

You need to crop two hands firstly and send them to the model separately, just like what people do for the top-down human pose estimation. BTW, the released model is simply trained on the Panoptic hand pose dataset, which only contains images in the panoptic studio. Thus it may not work well on other scenes.

qdd1234 commented 3 years ago

Hi,When I use your pretarined model to inference,I meet a issue shown in the picture image Could you help me solve this problem

HowieMa commented 3 years ago

Please see #4 This is simply because you directly use CPU to inference.