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

Mutli-view data. #37

Closed penincillin closed 3 years ago

penincillin commented 3 years ago

Hi, Thanks for your great work and provide us this wonderful dataset ! I have a question about multi-data, can I determine the sample pose from the name of image. For example, can I presume the following two images to have the same pose, since they only differ in camera_id. Capture1/0287_pointingtowardsfeatures/cam410210/image67650.jpg and Capture1/0287_pointingtowardsfeatures/cam410220/image67650.jpg

mks0601 commented 3 years ago

Hi,

Yes. They have exactly the same pose and taken at the same time step. By the way, I read your paper FrankMocap, which seems work well on various images and videos. Good luck to your ongoing project :)

penincillin commented 3 years ago

Thanks for answering and bringing us wonderful works like InterHand2.6M and RootNet :) Good luck to your ongoing project, too :)