ShunChengWu / SceneGraphFusion

BSD 2-Clause "Simplified" License
160 stars 26 forks source link

If this can be used to generate scene graph with a complete indoor model rather than rgb-d sequence? #30

Closed dhxxoo closed 7 months ago

dhxxoo commented 1 year ago

image output like this.

dhxxoo commented 1 year ago

Thanks for this great work!

ShunChengWu commented 1 year ago

Please check out my 3DSSG repo (https://github.com/ShunChengWu/3DSSG) You will need to change the input scene to the same format as provided by 3RScan dataset or the segment map ply files generated by this repo

dhxxoo commented 1 year ago

Please check out my 3DSSG repo (https://github.com/ShunChengWu/3DSSG) You will need to change the input scene to the same format as provided by 3RScan dataset or the segment map ply files generated by this repo

Really appreciate for you answering! So with the right format of scene, how can i load the scene to GraphSlam_GUI?

ShunChengWu commented 1 year ago

hm... You can't. The GUI only supports image sequences for now. A load function still needs to be implemented. I have that in my other version of code but do not have time to do that yet. If someone else is interested in implementing this function please feel free to create a pull request. I will mark this on my todo list.