Giter VIP home page Giter VIP logo

Comments (1)

kmoeri avatar kmoeri commented on July 4, 2024

Hi @LWitter

I faced the same issue with my camera setup. It might be a shot in the dark but try the following:
1.) Go to the path, where the source-files of the aniposelib library are located
2.) Open the "cameras.py" file
3.) Scroll down to the function "calibrate_rows()" (around line 1550 in my case)
4.) Increase the minimum number of simultaneously detected object points per frame (in my case, "10" instead of "7" worked for all calibrations that failed previously in a similar fashion to your example)

--> The value to change can be found in the list comprehension that results in the variable "mixed" (see comment in attached image).

I am currently working on improving certain code sections for my specific setup (around 10 cameras). I will share my improvements as soon as I reach a stable, reliable version.

4389E5D0-36F9-4F37-94D0-DC0C88C0F273

I hope that helps.

from anipose.

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.