mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
279 stars 27 forks source link

The config for training hand-only Pose2Pose #65

Open interestingzhuo opened 1 year ago

interestingzhuo commented 1 year ago

what is the trainset for hand-only Pose2Pose. Is is right?

dataset

trainset_3d = ['FreiHAND', 'InterHand26M'] 
trainset_2d = ['MSCOCO']
testset = 'FreiHAND'
mks0601 commented 1 year ago

Correct