You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your open source, very nice work。
I have a small questiion. In the final step of sam3d.py, we generated .pth files containing group_ids for each scene, such as Scene0000_0.pth for scene Scene0000_0. However, the IDs in these .pth files do not directly correspond to the IDs in the scannetv2-labels.combined.tsv file, which would allow us to obtain the desired semantic information, like the point clouds for tables, chairs, floors, and other objects. Additionally, once we have generated a file like Scene0000_0.pth, what exactly is its intended use? Is it primarily for visualization in combination with the coordinates? Could you explain this more, because I'm wondering how I can get a point cloud with semantic information using SAM.
Thank you, looking forward to your reply.
The text was updated successfully, but these errors were encountered:
JiweiHou
changed the title
Clarification on Usage of group_ids in the final output .pth Files and Mapping to Semantic Labels
How to Use group_ids in Final .pth Files and Link to Semantic Labels
Nov 14, 2024
Hi, thanks for your interest in our work!
The predicted group_id should be used with the processed 3D point cloud data. Their sequences are corresponding.
Thanks for your open source, very nice work。
I have a small questiion. In the final step of sam3d.py, we generated .pth files containing group_ids for each scene, such as Scene0000_0.pth for scene Scene0000_0. However, the IDs in these .pth files do not directly correspond to the IDs in the scannetv2-labels.combined.tsv file, which would allow us to obtain the desired semantic information, like the point clouds for tables, chairs, floors, and other objects. Additionally, once we have generated a file like Scene0000_0.pth, what exactly is its intended use? Is it primarily for visualization in combination with the coordinates? Could you explain this more, because I'm wondering how I can get a point cloud with semantic information using SAM.
Thank you, looking forward to your reply.
The text was updated successfully, but these errors were encountered: