Coder Social home page Coder Social logo

Comments (5)

SgtVincent avatar SgtVincent commented on August 20, 2024

Update:
If flag --rendered is set to 0, the loaded depthImage has a shape of (224, 172) while colorImage has a shape of (540, 960). If flag --rendered is set to 1, depthImage will be reshaped to (540, 960) by the reindeer before being sent to inseg_->ProcessFrame() method. I wonder if this mismatch of sizes could lead to segmentation fault.

from scenegraphfusion.

ShunChengWu avatar ShunChengWu commented on August 20, 2024

Hi,
The image sizes are correct for 3RScan dataset. We currently only support with rendered view.
If you want to use the original depth image you will need to resize it to be the same size as the RGB image. But we don't encourage that since the depth maps from 3RScan dataset are kind of bad.

from scenegraphfusion.

SgtVincent avatar SgtVincent commented on August 20, 2024

Thanks for your answer! Yet it really confused me that you assert dataset == 'ScanNet' in RUN_GenSeg.py script. I thought you would ONLY use non-rendered mode for 3RScan dataset. See https://github.com/ShunChengWu/3DSSG/blob/24d4ac520c3441fb6815d0d4890dd845e10e5cc7/script/RUN_GenSeg.py#L113

from scenegraphfusion.

ShunChengWu avatar ShunChengWu commented on August 20, 2024

previously the program didn't support the online generation of the rendered view of 3RScan. So you would need to generate the rendered view first then run our code. We added this feature later but forgot to change that part in the script. the rendered view should always be true unless you want to train with your own settings. I will change that soon.
Thanks

from scenegraphfusion.

SgtVincent avatar SgtVincent commented on August 20, 2024

Problem solved, thanks!

from scenegraphfusion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.