OCSORT + ByteTrack?
See original GitHub issueThanks for the amazing work again!
After replacing the SORT kalman filter in ocsort.py
with the JDE kalman filter, I got higher HOTA and faster speed, which may indicates that ocsort with SORT settings can be improved.
So, do you plan to provide a version of ocsort with BYTE?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:16 (13 by maintainers)
Top Results From Across the Web
MOT17 Benchmark (Multi-Object Tracking) | Papers With Code
Rank Model HOTA MOTA IDF1 Year
1 SMILEtrack 65.24 81.06 80.5 2022
2 BoT‑SORT 65.0 80.5 80.2 2022
3 StrongSORT 64.4 79.6 79.5 2022
Read more >Benchmark and Model Zoo - MMTracking's documentation!
SORT/DeepSORT (ICIP 2016/2017); Tracktor (ICCV 2019); QDTrack (CVPR 2021); ByteTrack (ECCV 2022); OC-SORT (ArXiv 2022). Baselines of single object tracking.
Read more >Object Tracking State of the Art 2022 | by Pedro Azevedo
Learn about the current SOTA like ByteTrack, DeepSORT, StrongSORT and OC-SORT. First, an introduction will be made to the key metrics used in...
Read more >How do humans and machine learning models track multiple ...
ByteTrack DeepSORT OC-SORT SORT human no low high occlusion. Figure 2: Results of Experiment 1. Response accuracy main effects (a) and selected interactions ......
Read more >Results on MOT17 test set with the private detections. ByteTrack
Results on MOT17 test set with the private detections. ByteTrack, OCSORT and Ours use the same detections. The best results are shown in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here are my results, using pretrained model to run evaluation in MOT17_val_half and DanceTrack_val. For each metric, red > blue > green.
There are observations which does not make me confused:
There are observations which does make me confused:
Looking forward to your reply.
Hi @HanGuangXin ,
You have done really a wonderful study! It is quite impressive to me. I have some experience and thoughts from the observations you provide.
I provide some intuitions and experience from my own study above for your question. I hope they can be helpful. Again, the bias of dataset is always important when we consider an algorithm. I highly recommend you to read DanceTrack paper for more details.
To make our discussion helpful to a broad community, let’s discuss here instead of via private message platforms.