boschresearch / Open3DSG

[CVPR 2024] Open3DSG: Open-Vocabulary 3D Scene Graphs from Point Clouds with Queryable Objects and Open-Set Relationships
GNU Affero General Public License v3.0
43 stars 1 forks source link

No module named 'util.scannet200' #2

Closed Evanwanna closed 2 months ago

Evanwanna commented 2 months ago

Hi! Thank you for your great work. When i try to create subgraphs for Scannet through running file "gen_scannet_subgraphs.py”, error "No module named 'util.scannet200'" occurred. And the file "scannet200.py" including function "nyu2scannet" cannot be found in folder "util". So I wonder if you missed this file when committing this rep or i missed something important? Looking forward to your help, thanks.

kochsebastian commented 2 months ago

Thank you for finding this bug. We have updated the repo to include the missing helper function.

Evanwanna commented 2 months ago

Ok, thanks again for your help.