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
676 stars 92 forks source link

Load Interhand frames as Video #93

Open rohitdavas opened 2 years ago

rohitdavas commented 2 years ago

Hi, I am trying to run the frame by frame analysis. Could you help me with the hierarchy or load process by frame ?

is the folder's like nterHand2.6M_5fps_batch1/images/test/Capture0/ROM04_LT_Occlusion/cam400481/ contains a full video ?

It is weird that some of the folders contains only 1 image like

../data-raw/Interhand_dataset/InterHand2.6M_5fps_batch1/images/test/Capture6/0114_rocker/cam410066/ no of images = 1

How to interpret you frames as videos ?

mks0601 commented 2 years ago

Hi, the original videos are uniformly downsampled from 90fps to 5fps to reduce the redundancy. This is why there are some folders with only one image.