Code Monkey home page Code Monkey logo

Comments (5)

CaptainEven avatar CaptainEven commented on July 1, 2024

@Tetsujinfr Hi, the weights checkpoints has been updatated.
Sorry for the delay baecause of Chinese Lunar New Year.

from mcmot-bytetrack.

Tetsujinfr avatar Tetsujinfr commented on July 1, 2024

Hi @CaptainEven

so I managed to get the code running but I have some strange results.
On the test13 video, the results I get are not so good I think, with a lot of IDs where the ID changes for one to another while there is no occlusion happening.

2022_04_14_02_51_10_low.mp4

Here is another video where the results are completely off:

2022_04_14_02_55_28_low.mp4

Here is my test command (I did move the test demo file at the repo root and changed the cfg path accordingly):
python3 demo_mcmot.py --reid True -f exps/example/mot/yolox_tiny_track_c5_darknet.py --ckpt weights/latest_ckpt.pth.tar --path /home/tetsfr/Videos/video1.mp4

What am I doing wrong?
thanks for your help

from mcmot-bytetrack.

Zhangyongtao123 avatar Zhangyongtao123 commented on July 1, 2024

hi @CaptainEven

could you give a bit more guidance on how to run the demo with REID on the 5 classes pretrained model ? thanks

Hi, Can you run the demo correctly now?
If so, could you please give me some guidance?

from mcmot-bytetrack.

Tetsujinfr avatar Tetsujinfr commented on July 1, 2024

@Zhangyongtao123 no unfortunately I did not push further. Hopefully @CaptainEven can give us a bit morr guidance on how to reproduce the 5 classes results or highlight the piece of code which needs to be tweaked to make sure the 5 classes are recognized properly on frames in the wild.

from mcmot-bytetrack.

Ronales avatar Ronales commented on July 1, 2024

Hi @CaptainEven

so I managed to get the code running but I have some strange results. On the test13 video, the results I get are not so good I think, with a lot of IDs where the ID changes for one to another while there is no occlusion happening.

2022_04_14_02_51_10_low.mp4
Here is another video where the results are completely off:

2022_04_14_02_55_28_low.mp4
Here is my test command (I did move the test demo file at the repo root and changed the cfg path accordingly): python3 demo_mcmot.py --reid True -f exps/example/mot/yolox_tiny_track_c5_darknet.py --ckpt weights/latest_ckpt.pth.tar --path /home/tetsfr/Videos/video1.mp4

What am I doing wrong? thanks for your help

I guess your setting is “tracker = byte” and "reid = true", you should note that based bytetracker set the detection thresh is 0.001, so maybe a lot of False positives will be apparent, so you should adjust this parameter such as 0.5.

from mcmot-bytetrack.

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.