Git Product home page Git Product logo

Comments (2)

gxytcrc avatar gxytcrc commented on July 28, 2024

hey, I am not sure about your problem because your issue is a very common situation, many reasons cause the initialization method to fail. The stereo or RGBD dataset doesn't need to be initialized, so the stereo dataset is easy to run.

One possible reason is the few numbers of matched keypoints, maybe you can change the keypoints and descriptors type to increase the matching performance.

Another possible cause is in the SVD decomposition part, ORB-SLAM often fails to find the best solution from decomposition, you can output the value in the initialization part, see what things cause the failure, then you can add the improvement to fix the problem.

from ucl_project_orb-slam.

Chatoyant19 avatar Chatoyant19 commented on July 28, 2024

@gxytcrc Thank you for the quick reply.
In the initialization part, I output some logs,and found that the numbers of matched keypoints are sufficient. The main reason for the initialization failure is the reconstruct homography and fundamental. Indeed, as you said, ORB-SLAM fails to find the best solution.
I tried to lower the qualification to initialize successfully, but it did not work.
I don't know if I should make some changes

from ucl_project_orb-slam.

Related Issues (1)

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.