Giter Club home page Giter Club logo

Comments (4)

XiaotaoGuo avatar XiaotaoGuo commented on May 13, 2024 1

Since in ceres, the jacobian is composed of two parts. e.g J = J1*J2. J1 is the jacobian of the cost function to the global parameter (in this case, translation and quaternion), which is calculated by users or using auto diff. J2 is the jacobian of the global parameter to local parameter, defined in LocalParameterization class. See here: link

See similar discussion here: link

from floam.

sy8008 avatar sy8008 commented on May 13, 2024

Since in ceres, the jacobian is composed of two parts. e.g J = J1*J2. J1 is the jacobian of the cost function to the global parameter (in this case, translation and quaternion), which is calculated by users or using auto diff. J2 is the jacobian of the global parameter to local parameter, defined in LocalParameterization class. See here: link

See similar discussion here: link

And Why is the last row of the jacobian matrix of the quarternion and translation w.r.t. Lie algebra se(3) is all zero?

from floam.

XiaotaoGuo avatar XiaotaoGuo commented on May 13, 2024

Since in ceres, the jacobian is composed of two parts. e.g J = J1*J2. J1 is the jacobian of the cost function to the global parameter (in this case, translation and quaternion), which is calculated by users or using auto diff. J2 is the jacobian of the global parameter to local parameter, defined in LocalParameterization class. See here: link
See similar discussion here: link

And Why is the last row of the jacobian matrix of the quarternion and translation w.r.t. Lie algebra se(3) is all zero?

I assume you are referring to the J2 (size of 7 * 6) in my previous comment. Here the author is manually calculating the jacobian matrix of cost function to local parameter, which is a 1x6 matrix. Thus he just use J1 and J2 as two placeholders, putting the computation result in J1, and setting J2 as a (almost) identity matrix. So the last column in J1 and last row in J2 are simply not used.

from floam.

sy8008 avatar sy8008 commented on May 13, 2024

Since in ceres, the jacobian is composed of two parts. e.g J = J1*J2. J1 is the jacobian of the cost function to the global parameter (in this case, translation and quaternion), which is calculated by users or using auto diff. J2 is the jacobian of the global parameter to local parameter, defined in LocalParameterization class. See here: link
See similar discussion here: link

And Why is the last row of the jacobian matrix of the quarternion and translation w.r.t. Lie algebra se(3) is all zero?

I assume you are referring to the J2 (size of 7 * 6) in my previous comment. Here the author is manually calculating the jacobian matrix of cost function to local parameter, which is a 1x6 matrix. Thus he just use J1 and J2 as two placeholders, putting the computation result in J1, and setting J2 as a (almost) identity matrix. So the last column in J1 and last row in J2 are simply not used.

Thank you! It is clearer to me now.

from floam.

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.