Giter VIP home page Giter VIP logo

Comments (2)

rehderj avatar rehderj commented on August 19, 2024

Mmh, it is odd that you would get a negative line delay.
I was not fully sure about this statement of yours:

With a framerate of 20 it completes successfully, while if I try 6 if fails (Spline Coefficient Buffer Exceeded).

Do you mean when setting the script option? Luc's documentation suggests that this parameter provides some control over the knot sequence governing the spline: https://github.com/ethz-asl/kalibr/blob/master/aslam_offline_calibration/kalibr/python/kalibr_rs_camera_calibration/RsCalibrator.py#L70-L73
Accordingly, it might also somewhat depend on the motion and rather than just setting the exact framerate it might be worth varying the parameter a little.

Do you detect the target in every single frame? I am just guessing, but your problems could also arise from missing detections and consequently gaps in the support of the spline. In that case, you could also try the dot grid pattern as recommended in the respective paper.

Finally, calibrating the line delay without an IMU appears to be a much more difficult problem than when an IMU is present (at least to me). The reason for that lies in the fact that you would like to "constrain" the spline in a way that discourages the estimation of infeasible motions (think about it, if infinite linear and angular accelerations were a possibility, the camera could basically teleport itself to poses that minimize the reprojection error).
Luc addressed this concern with regularizer terms and some clever knot placement. However, if you had an IMU, you could directly "constrain" the accelerations. Accordingly, it might still be a valid approach to push ahead with the transfer of RS error terms into the camera/IMU calibration although the camera calibration currently fails for you.

from kalibr.

v0n0 avatar v0n0 commented on August 19, 2024

Yeah I meant "passing 20 as a framerate to the script".

Your suggestion about the features not always being detected was on point: I recorded a dataset making sure the full target was always visible and it started to run. I will have to do another one with more light, but it seems this was the main blocker. I guess the optimization was indeed trying to teleport ;)

I will try another dataset and then set to do the change to the code for cam + IMU.

Thanks again, very helpful.

from kalibr.

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.