geopavlakos / hamer

HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
326 stars 28 forks source link

The provided training data seems to have some missing parts. #42

Closed StevenZzz07 closed 3 months ago

StevenZzz07 commented 3 months ago

Based on the google drive link you provided, I download all the training data, as follows: image image However, the training config provided in the git repo includes training data more than above mentioned. The missing parts include COCOW-TRAIN, RHD-TRAIN, MPIINZSL-TRAIN, H2O3D-TRAIN and FREIHAND-MOCAP. So, I am questioning whether the provided google drive data link is incomplete, if there is something wrong with my operations.

geopavlakos commented 3 months ago

All the data is expected to be in the files downloaded from google drive. Are you sure you downloaded/extracted all the data correctly? It looks like you have downloaded almost ~200Gb for the .tar.gz files, but the individual datasets after extraction are below 100Gb.

StevenZzz07 commented 3 months ago

All the data is expected to be in the files downloaded from google drive. Are you sure you downloaded/extracted all the data correctly? It looks like you have downloaded almost ~200Gb for the .tar.gz files, but the individual datasets after extraction are below 100Gb.

Sorry for my mistakes. The issue mentioned above was caused by incomplete file I downloaded. The problem is resolved after I re-downloaded it. Thank you for your response.