Giter Site home page Giter Site logo

Comments (3)

xxxyyyzzz3984 avatar xxxyyyzzz3984 commented on July 20, 2024

Hi, sorry for the late reply. The fact that the detection model manages to detect your target object does not necessarily guarantee the tracking model also works. The tracking model can fail to track your target object. There are many reasons leading to this result, perhaps your target object is too small or moving to fast between frames such that the almost no hit between frames can be tracked. Also may because the pretrained weights or the tracking method does not work for your situation. You can try the following see if works better for you:

Use HybridSORT algorithm instead of the default BoT-SORT or ByteTrack or other tracking methods. You can add a call_back on yolo to substitute the tracking method on on_predict_start method.

from hacking-the-home.

xxxyyyzzz3984 avatar xxxyyyzzz3984 commented on July 20, 2024

I used to have a scenario that requires me to track some fast moving ping pong balls. I failed to track them while using all tracking methods (e.g., BOTSORT, ByteTrack, DeepSort, etc) until I used HybridSORT. Then I successfully tracked those fast-moving small ping pongs. Hope it helps!

from hacking-the-home.

karlmaji avatar karlmaji commented on July 20, 2024

Thank you very much for helping me understand this issue. I tried some methods and used weights with higher detection accuracy, and now the problem has been resolved. I will also try some of the other tracking algorithms you mentioned, which should yield better results.

from hacking-the-home.

Related Issues (1)

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.