Code Monkey home page Code Monkey logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
[deleted comment]

from gsoc2011sfm.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
I get a whole heap of LAPACK errors, if that helps:

(for example)
LAPACK error: the leading minor of order 1 is not positive definite, the 
factorization could not be completed for dpotf2/dpotrf in sba_Axb_Chol()

Also, I might be crazy, but I swear I got a good result once (image attached). 
But every other time I run it I get the same result with cameras piled on top 
of each other.

Original comment by [email protected] on 19 Aug 2011 at 5:26

  • Added labels: ****
  • Removed labels: ****

Attachments:

from gsoc2011sfm.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
Unfortunately this problem is still not solved... The lapack error is something 
I have too but this seems to be normal (I will ask Vincent if this is something 
he knows).

I never had a "good" result (except when using the whole sequence of the 312 
images), so this bundle adjustment starting to annoy me ;)

I set this issue as started, even if I have no clue how to fix this...

Original comment by [email protected] on 19 Aug 2011 at 12:13

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

from gsoc2011sfm.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 1, 2024
OK, so I now understand what's going on. This dataset is only given with P 
matrix so I used KRT_from_P function to get the different camera matrix. But 
this function wasn't working well as sometimes the rotation matrix was not a 
rotation matrix. So when I converted the rotation matrix into rotation 
quaternion, the bundle adjustment wasn't working...
Now it's working well because I enforce the determinant using this 
transformation:
      K.col(0) = -K.col(0);
      R.row(0) = -R.row(0);
      t(0)     = -t(0);
Thanks again to Julien Michot!

Original comment by [email protected] on 20 Aug 2011 at 2:51

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

from gsoc2011sfm.

Related Issues (19)

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.