NVlabs / dex-ycb-toolkit

A Python package that provides evaluation and visualization tools for the DexYCB dataset
https://dex-ycb.github.io
GNU General Public License v3.0
145 stars 24 forks source link

Image with hand, but no pose_m #19

Open hajiejue opened 2 years ago

hajiejue commented 2 years ago

thank you for your work! I met a question about datasets. For some images, the hand is visible but pose_m is all zeros, did I miss something?

ychao-nvidia commented 2 years ago

That is expected. Some of the images do not have hand pose annotation. pose_m will be all zeros for those cases. Those images have been excluded from evaluation.

There is a note for that in this section.

hajiejue commented 2 years ago

Thank you for your quick reply. Why we have hands but without label?

ychao-nvidia commented 2 years ago

That is an artifact from how we generated the ground-truth annotation. If the number of labeled keypoints from the all views is below some threshold, we skip the annotation for that frame since the ground truths may not be accurate.