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

Results about non-interacting hands #18

Open ahsan3803 opened 3 years ago

ahsan3803 commented 3 years ago

I have a question that if both hands are on some distance or in other words we can say, there is no interaction in both hands then will this model handle this situation? As I checked that there is only one bbox for interacting hands. For this model is it necessary to keep both hands in interaction?

mks0601 commented 3 years ago

This is a good question. As you checked, there is only one bbox for interacting hands, but you can make bbox of each hand by extending 2D joint coordinates of each hand. Our algorithm (InterNet) cannot handle two separated hands, but we are developing a new algorithm that can handle the separated hand scenarios as well.

ahsan3803 commented 3 years ago

@mks0601 Thanks for your prompt response. I have separate bbox for each hand by applying hand detector. Waiting for next cool stuff.

mks0601 commented 3 years ago

Hi, my new work is available on arxiv