facebookresearch / InterWild

Official PyTorch implementation of "Bringing Inputs to Shared Domains for 3D Interacting Hands Recovery in the Wild", CVPR 2023
Other
159 stars 16 forks source link

About Re:InterHand, some file missing #27

Closed aragakiyui611 closed 6 months ago

aragakiyui611 commented 6 months ago

OSError: Fail to read ../data/ReInterHand/data/m--20221215--0949--RNS217--pilot--ProjectGoliathScript--Hands--two-hands/Mugsy_cameras/envmap_per_frame/images/400951/095967.png when I run the test set and the dataloader throws this error. I downloaded zip files of the dataset and unzip it few times but the file missing still exists.

mks0601 commented 6 months ago

Hi, that is because envmap_per_frame is rendered in 5 fps, while frame_list.txt is in 30 fps. I changed data/ReInterHand/ReInterHand.py. Could you check again? Thanks!

aragakiyui611 commented 6 months ago

Thank you! besides, L72 of data/ReInterHand/ReInterHand.py, the int() lacks a ')'

mks0601 commented 6 months ago

awesome. thanks!