Giter Site home page Giter Site logo

Comments (9)

lppllppl920 avatar lppllppl920 commented on May 26, 2024

Hi,

If you want to generate groundtruth data, any method that can create a reasonable dense depth map and a camera pose for each frame will work. The project I did to create the pseudo-groundtruth data provided in this repository is Reconstructing Sinus Anatomy from Endoscopic Video -- Towards a Radiation-free Approach for Quantitative Longitudinal Assessment (MICCAI 2020). That project is based on SfM with learning-based dense descriptor and volumetric depth fusion.

from sage-slam.

juseonghan avatar juseonghan commented on May 26, 2024

Thanks for the prompt response. If you use SfM results for the SLAM system, does that mean it cannot ultimately be a real-time system? Or am I misunderstanding something?

from sage-slam.

lppllppl920 avatar lppllppl920 commented on May 26, 2024

The SfM results are only used for network training and the network can generalize to unseen sequences. Therefore, with enough data from SfM for training, it can perform on other new sequences in real time

from sage-slam.

juseonghan avatar juseonghan commented on May 26, 2024

Thanks for the clarification. If I understand you correctly, the SfM results are used to train the network in the SLAM system, and the SLAM system can then give accurate results on unseen sequences. As a result, we don't need to run the SfM system on every new sequence.

I guess what I'm not understanding is how I can make my own video sequence into a format that is acceptable by the SLAM system. Is the SfM system not used to generate the input files to the SLAM system, such as the hdf5 and camera pose txtfile?

from sage-slam.

lppllppl920 avatar lppllppl920 commented on May 26, 2024

The SLAM system only uses the camera intrinsics and color image, image mask part of the hdf5 file. You can check the source code of the system folder to figure out the exact set of data the SLAM system needs to access during the running process. I was just lazy and put everything inside the hdf5 for the purpose of cross validation

from sage-slam.

juseonghan avatar juseonghan commented on May 26, 2024

I understand, thank you. Is the image mask just a binary image where it is black in the edges where the endoscopy video is black? And just to confirm, the groundtruth camera pose textfile is not needed either for the SLAM system?

from sage-slam.

lppllppl920 avatar lppllppl920 commented on May 26, 2024

Anything that you would not expect the real scenario to have in advance of running SLAM is not needed. The mask is a binary one telling the system which part of region is black as you said.

from sage-slam.

juseonghan avatar juseonghan commented on May 26, 2024

Thank you so much for the help. We can resolve the issue.

from sage-slam.

lppllppl920 avatar lppllppl920 commented on May 26, 2024

Thanks!

from sage-slam.

Related Issues (9)

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.