mks0601 / Hand4Whole_RELEASE

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

[Hand4Whole]I would like to ask a question about the Agora dataset. #59

Closed cyk990422 closed 1 year ago

cyk990422 commented 1 year ago

Hello Dr. Moon. I would like to ask if you would mind sharing the yolov5 detector that you finetune on agora. I would like to use it to try the detection effect on the synthetic data set of Agora.

mks0601 commented 1 year ago

sorry I do not have it, but you can easily fine-tune it.

cyk990422 commented 1 year ago

Thanks for your reply, nevermind, I fine-tuned one myself. Sorry, I have another question to ask you, that is, the Agora data set contains some labels of kids. The betas of these data contain 11 parameters. Did you only take the first 10 parameters of the betas for training?

mks0601 commented 1 year ago

I think so. I did not take care much about kids... I did the same preprocessing and loading process compared to those of adults data.

cyk990422 commented 1 year ago

Thank you very much for your patient reply!