Git Product home page Git Product logo

Comments (2)

mikel-brostrom avatar mikel-brostrom commented on June 20, 2024

This has no easy answers. But let's try to brake this down. The tracking algorithm consists of basically four parts: appearance description extraction, camera motion compensation, kalman filter updates and multi-step association.

  • The appearance description extraction part is tricky as the complexity of the models do not scale linearly with the input pixels. The complexity of a CNN is more nuanced and depends on several factors: stride, pooling, convolutional layers, their kernels... There is not easy way of calculating this without looking very deep into the specific architecture.

  • The Big O notation for camera motion compensation can vary widely depending on the specific algorithm. Methods based on optical flow are slower than feature-based methods

  • The Kalman Filter complexity primarily depends on the state and observation vector.

  • The association part is solved by the Hungarian Algorithm. Each association subproblem (high confidence, low confidence for example) is solved using the Hungarian algorithm.

from yolo_tracking.

github-actions avatar github-actions commented on June 20, 2024

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

from yolo_tracking.

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.