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

How to get Vedio data from this Dataset #112

Open Maradowei opened 2 years ago

Maradowei commented 2 years ago

I have do some work on predicting the 3D key points, but I don't know how to get the vedio data easily, could you give some code to demostrate how to get a vedio sample . Thanks! orz

mks0601 commented 2 years ago

which video do you want?

Maradowei commented 2 years ago

like the beginning of the offical website :https://mks0601.github.io/InterHand2.6M/, the hand moving video and the 3D point info, I can only get info of one frame now.

mks0601 commented 2 years ago

Could you try the 30fps version of our dataset?

Maradowei commented 2 years ago

Thanks, after reading the dataset.py, i know what's going on, hahaha.

Maradowei commented 2 years ago

I know the picture in every file are consequent, but I still don't know how to get a vedio data for training, the data processing seems difficult for me :(