NSRMhand icon indicating copy to clipboard operation
NSRMhand copied to clipboard

[WACV 2020] "Nonparametric Structure Regularization Machine for 2D Hand Pose Estimation"

Results 9 NSRMhand issues
Sort by recently updated
recently updated
newest added

Hello, thanks for releasing the code. I really appreciate your work. I have a question: When I train the code, the LM loss descends gradually at the beginning. However, it...

Only the Panoptic Hand dataset is needed to train the model?The paper says that OneHand 10k is still needed, but we have found out how to configure it。

In paper the network layout was defined as using 3 structure stages and 3 keypoint stages, while in code the 6 stages were divided into 1 structure stage and 5...

I used your trained model and ran the "inference.py" , but the output is different from yours, like this ![image](https://i.imgur.com/6uI488x.png) what can I modify? thank you a lot !

It says Gth of limb representatios to the missing keypoints are set to zero maps, the limb structure in the missing keypoints will be missing too. Will it affect the...

hi, @HowieMa Thanks for sharing your code, I am very interested in your ideas. You said in readme.md that NSRM can be used for HR-Net, but the network has no...

Thank you very much for your work. I have a problem: if **nn. MSELoss ()** is used as the loss function, and the Heatmap output from the network is directly...

@HowieMa I don't know how the program should run the OneHand10K dataset. Can you provide a flow?Thank you very much! It means there is cmuhand.py, can you provide onehand.py and...

Hello and thank you for making the code available. I greatly appreciate your efforts. According to your paper on this work, the NSRMhand model only focuses on hand pose estimation....