Giter Site home page Giter Site logo

Scale problem about pyslam HOT 1 CLOSED

jiajiaandWu avatar jiajiaandWu commented on July 16, 2024
Scale problem

from pyslam.

Comments (1)

luigifreda avatar luigifreda commented on July 16, 2024

Thanks for your feedback.
Did you have any chance to read the README file and the code?

Main Scripts:

main_vo.py combines the simplest VO ingredients without performing any image point triangulation or windowed bundle adjustment. At each step , main_vo.py estimates the current camera pose with respect to the previous one. The inter-frame pose estimation returns with. With this very basic approach, you need to use a ground truth in order to recover a correct inter-frame scale and estimate a valid trajectory by composing. This script is a first start to understand the basics of inter-frame feature tracking and camera pose estimation.

main_slam.py adds feature tracking along multiple frames, point triangulation, keyframe management and bundle adjustment in order to estimate the camera trajectory up-to-scale and build a map. It's still a VO pipeline but it shows some basic blocks which are necessary to develop a real visual SLAM pipeline.

Please, note that main_slam.py does not use any ground truth data.

from pyslam.

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.