Giter VIP home page Giter VIP logo

Comments (2)

aleksandrkim61 avatar aleksandrkim61 commented on June 1, 2024
  • The framework relies on the fact that 3D and 2D inputs describe exactly the same scene, so I expect mismatched data to produce less precise tracking results. However, if the time difference is small, it should still perform very well. The problem with different sensor frequency is misalignment of 2D and 3D detection boxes during fusion and 2nd stage association - nothing else relies on sensors being synchronised. One way to accommodate this could be to expand 2D detection boxes - make them bigger in all directions, so they can be matched to 3D boxes that were captured earlier/later. Or change the IoU thresholds for fusion and 2nd association - parameters fusion_iou_threshold and leftover_matching_thres - see configs/params.py.

  • If you are talking about not having both 3D and 2D for each frame, then it is possible. 3D-only is enough to update the position of a track, 2D-only is enough to keep the track alive and rely on Kalman Filter predictions. That's one of the major points of this work - expect two sources of detections to be able to update tracks with at least one of them. More details are in the paper section III-B Matching.
    Just remember that detections are consumed as a dictionary for each frame, so make sure you return empty lists for frames where only one of the sensors is used. For example, MOTSequence.load_detections_3d could return a defaultdict(list)

from eagermot.

aleksandrkim61 avatar aleksandrkim61 commented on June 1, 2024

No reply to the answer, so I assume there is no follow-up.

from eagermot.

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.