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

Question about the meaning of camera name #40

Open wangjingbo1219 opened 3 years ago

wangjingbo1219 commented 3 years ago

Hi, I find that your ECCV paper reports the result of the model which is trained only under four different views. I would like to know the camera id of these different views. By the way, I also would like to know the meaning of these ids, for example, which id means the front view? Thanks, Jingbo

mks0601 commented 3 years ago

The four cameras may be ['400008', '400030', '400053', '400059'], but not very sure. Sorry :( There is no explicit meaning of the camera ids. Maybe I can provide some visualized camera locations later. For now, you can look into image files and figure out which camera ids mean the front view.

wangjingbo1219 commented 3 years ago

Thanks!The camera locations are useful for my further exploration.

Deng-Y commented 3 years ago

The four cameras may be ['400008', '400030', '400053', '400059'], but not very sure. Sorry :( There is no explicit meaning of the camera ids. Maybe I can provide some visualized camera locations later. For now, you can look into image files and figure out which camera ids mean the front view.

Hi, can you provide the visualized camera locations with camera ids? Thank you!

mks0601 commented 3 years ago

Please see here

Deng-Y commented 3 years ago

Thanks a lot!