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

Incorrect poses #72

Closed anjugopinath closed 2 years ago

anjugopinath commented 2 years ago

Hi,

I gave 3 inputs. But, I am not getting proper poses for any of them.

Input 1: image

Output 1: image

Input 2: image

Output 2: image

Input 3: image

Output 3: image

mks0601 commented 2 years ago

Hi, a model trained solely on our dataset does not generalize well to in-the-wild images as image appearance domain is quite different. Generalization to in-the-wild images is one of my ongoing project.

anjugopinath commented 2 years ago

Thank You for your reply. I want to train it on another dataset. How do I determine the bounding boxes?

mks0601 commented 2 years ago

Hand box detection is also work in progress in my ongoing project.

anjugopinath commented 2 years ago

May I know when it will be released please? I wanted to work on it asap. Hence, I was looking for other options.

mks0601 commented 2 years ago

I guess it will not be available soon

anjugopinath commented 2 years ago

Okay. Thank You.