Open yxdydgithub opened 2 years ago
I couldn't find good 3D datasets to train a face-only model. Instead, I just used MSCOCO and FFHQ to train a face-only model. Please visit Pose2Pose branch of this repo (https://github.com/mks0601/Hand4Whole_RELEASE/tree/Pose2Pose) and use them. I removed Sterling dataset as it does not have comprehensive images :(
Many thanks for the prompt reply.
Can I get the dataset settings you used to train the face-only model? In particular, which dataset are you using for trainset_3d? In your paper, you say that the "Sterling dataset" is used to evaluate 3D face-only. Can you list its directory structure?
trainset_3d = [''] trainset_2d = ['MSCOCO', 'FFHQ'] testset = ''
Thanks