ddshan / hint

HInt dataset from HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
25 stars 1 forks source link

About ego4d data number mismatch #4

Open taeyunwoo opened 3 weeks ago

taeyunwoo commented 3 weeks ago

Dear authors,

Thank you for your works! during python prep_ego4d.py --task=retrieve_frames the error occurs as belows: The mumber of files under TEST_ego4d_img does not match! Current is 1714, should be 3428 I have followed the process of data download of Ego4D, however, the number of TEST image does not match with of HInt.

How can I fix it? (Interestingly, 3428 is double of 1714.)

Sincerely, TY

taeyunwoo commented 3 weeks ago

Or is it okay if I change the number of TEST_ego4d_img to 1714 in check_number_of_files?