lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
800 stars 253 forks source link

Discrepancy in index bone indices #39

Open sandeepjana opened 3 years ago

sandeepjana commented 3 years ago

According to STB dataset home page, indices of index finger joints are 13 to 16.

However in BinaryReaderDbSTB.py, the index_root_bone_length is computed from 11 and 12th joint indices at this line.

Am I missing something?

CDJdplus commented 5 months ago

I have the same problem as you.

Moreover, in line 31 of the README document of the RHD data set, '5-8: left index' is written, which is not the 11th or 12th joint.

Furthermore, for bone between 11th and 12th joint, the STB data set is the outermost middle finger bone, and the RHD data set is the middle finger bone closest to the palm, which are not the same bone.