Git Product home page Git Product logo

Comments (3)

mikel-brostrom avatar mikel-brostrom commented on May 26, 2024

Hi @berkantay,

I am glad you liked my repo!

This is a two stage algorithm: first yolo extract objects of interest, in this case pedestrians; then, this objects are passed to deep sort which tracks them. You could boost the performance both by increasing the accuracy of yolov5 but also by training a better deep learning metric.

You can make the experiment of training Yolov5s, Yolov5m and Yolov5l on your custom dataset and see how the different models affect the inference. The short answer is: Yolov5s < Yolov5m < Yolov5l < Yolov5x

The tracker is trickier as you would need a REID dataset for your objects of interest to train the deep learning metric on.

from yolo_tracking.

berkantay avatar berkantay commented on May 26, 2024

Hello @mikel-brostrom I enhanced my training performance. Everything is perfect for detection, But there is one spot that needs to be clarified. Does the tracker needs training for what to track?

from yolo_tracking.

mikel-brostrom avatar mikel-brostrom commented on May 26, 2024

Yes, Deep Sort extends the original SORT to integrate appearance information based on a deep appearance descriptor. Hence the name, DEEP SORT. This appearance descriptor is given by a CNN model presented under Table 1 in the paper DEEP SORT. This model was trained on a large-scale person re-identification dataset that contains over 1,100,000 images of 1,261 pedestrians, making it well suited for deep metric learning in a people tracking context.

Although this metric can be used for other objects that are not people, it may be far from optimal for the specific objects that you want to track. If you want to improve the performance of the tracker you could try to train that deep appearance descriptor on a custom REID dataset containing the objects you want to track

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.