SceneGraphFusion icon indicating copy to clipboard operation
SceneGraphFusion copied to clipboard

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

Open dhxxoo opened this issue 2 years ago • 4 comments

image output like this.

dhxxoo avatar May 21 '23 12:05 dhxxoo

Thanks for this great work!

dhxxoo avatar May 21 '23 13:05 dhxxoo

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

ShunChengWu avatar May 24 '23 12:05 ShunChengWu

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?

dhxxoo avatar May 24 '23 12:05 dhxxoo

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.

ShunChengWu avatar Jul 09 '23 15:07 ShunChengWu