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

Getting image #2

Closed nguyenviettuan96 closed 2 years ago

nguyenviettuan96 commented 2 years ago

Hi, could I ask you a question about getting training data? Where could I get the data: train2017 and val 2017 like below? | |-- MSCOCO
| | |-- images
| | | |-- train2017
| | | |-- val2017
| | |-- annotations Thank you

mks0601 commented 2 years ago

https://cocodataset.org/#home

nguyenviettuan96 commented 2 years ago

thank you