Giter Club home page Giter Club logo

Comments (4)

avisingh599 avatar avisingh599 commented on August 19, 2024 1

While doing Visual Odometry from a single camera, it is not possible to obtain the exact scale of the translation from one frame to the next. That is, I cannot distinguish between (0.1, 0.1, 0.1) and (1, 1, 1). So, my solution is correct only up to a constant. the getAbsoluteScale method read this scale constant (obtained from some other sensor like a speedometer).

Every row of the file (00.txt) has 12 elements. These 12 elements correspond to elements of a 3x4 matrix (written down row-wise). This 3x4 matrix is basically the horizontal concatenation of matrix R ( 3x3 rotation matrix) and translation vector t (3x1 vector).

from mono-vo.

chaowu2009 avatar chaowu2009 commented on August 19, 2024

The current calib.txt file have four lines. Each line has 12 parameters and fit into the extrinsic parameters as following. And nothing more there.
P0: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 0.000000000000e+00 0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 0.000000000000e+00 0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 0.000000000000e+00
P1: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 -3.861448000000e+02 0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 0.000000000000e+00 0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 0.000000000000e+00
P2: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 4.538225000000e+01 0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 -1.130887000000e-01 0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 3.779761000000e-03
P3: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 -3.372877000000e+02 0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 2.369057000000e+00 0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 4.915215000000e-03

from mono-vo.

kozuch avatar kozuch commented on August 19, 2024

@avisingh599

Do you offer the 00.txt file for download or do we need to generate it ourselves using LIBVISO with stereo input to get the translation matrix?

from mono-vo.

bharatik-IISc avatar bharatik-IISc commented on August 19, 2024

@kozuch You can find it in the KITTI dataset after extracting the data_odometry_poses.zip file

from mono-vo.

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.