facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
686 stars 91 forks source link

How to load consecutive frames, in case of downloading json file only. #150

Open Mayo001 opened 11 months ago

Mayo001 commented 11 months ago

Hi, I need to load the coordinate in consecutive frames, but I don't know what frame ids are under a video. Also I only downloaded the annotation file, so I hope I can just get the annotations for consecutive frames!

mks0601 commented 11 months ago

See InterHand2.6M in 30 fps in https://mks0601.github.io/InterHand2.6M/

Mayo001 commented 11 months ago

Hi, The website mentions that there is a key 'seq' in the joint_3d.json file, but found that there doesn't seem to be this 'seq' key, which I found to be in data-001.json 'seq_name'. Because my device has limited memory, I can't load the file data-001.json (3.7GB). So I kindly ask you to provide me a copy of the relationship between frame number and video sequence correspondence.

image image
mks0601 commented 11 months ago

Hi, I've updated them. Could you download them again and check them?