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

Banana point cloud looks flattened #39

Closed samlim134 closed 4 months ago

samlim134 commented 6 months ago

Hi, thank you for your work. I have extracted the 3D poses for the banana, loaded it into trimesh and converted it into point cloud, then visualize using matplotlib. However, I realized that the banana point cloud looks "flatten", I have tried the same approach with other objects, such as power drill, master chef can, boxes, and they all look correct. Is there any problem with the 3D poses for banana object? I loaded it specifically from /20200709-subject-01/20200709_145401/836212060125/labels_000070.npz I realized that /20200709-subject-01/20200709_145401/839512060362/labels_000067.npz has the same flattened problem as well. However, /20200709-subject-01/20200709_145401/840412060917/labels_000064.npz looks correct (not flattened) Screenshot from 2024-01-11 00-21-19

ychao-nvidia commented 6 months ago

The issue is unclear to me. Do you have a visualization of the "flattened" point cloud?

samlim134 commented 4 months ago

Hi sorry, I realised that I have understood the dimension of the poses wrongly, hence I retrieved the wrong pose, which caused my resulting mesh looking weird!