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

How to add rootnet to my data set,and how can I finetune the model #50

Open Algabeno opened 3 years ago

Algabeno commented 3 years ago

How to add rootnet to my data set, 3DMPPE_ROOTNET_RELEASE seems to only apply to human posture.

mks0601 commented 3 years ago

Use this code. https://drive.google.com/drive/folders/1dYCgmHqW1qoD3osoB_Z4XWiaKcG7__-8?usp=sharing

Algabeno commented 3 years ago

I appreciate your answer, but I still have three questions. 1.This code seems to require json with rootnet。 2.When I wanted to use the coco dataset for fine-tuning, I found that its json file does not seem to contain Rootnet.pose.And 3DMPPE_ROOTNET_RELEASE does not seem to be able to accurately identify the root depth of the hand. 3.I'm a rookie,If I want to fine-tune the model, do I have to make a dataset containing rootnet?