diff --git a/README.md b/README.md index 5c860bf14..163794c79 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,15 @@ This repo contains a collections of pluggable state-of-the-art multi-object trac | Tracker | Status | HOTA↑ | MOTA↑ | IDF1↑ | -| ------- | ------- | ----- | ----- | ----- | -| Botsort | ✅ | 68.504 | 77.165 | 80.986 | -| Strongsort | ✅ | 68.329 | 76.348 | 81.206 | -| Bytetrack | ✅ | 66.432 | 76.782 | 77.705 | -| Ocsort | ✅ | 64.525 | 74.604 | 75.374 | -| Imprassoc | ✅ | 64.096 | 76.511 | 71.875 | -| Deepocsort | ✅ | 62.913 | 74.483 | 73.459 | -| Hybridsort | ❌ | | | | +| :-----: | :-----: | :---: | :---: | :---: | +| [botsort](https://arxiv.org/abs/2206.14651) | ✅ | 68.504 | 77.165 | 80.986 | +| [strongsort](https://arxiv.org/abs/2202.13514) | ✅ | 68.329 | 76.348 | 81.206 | +| [bytetrack](https://arxiv.org/abs/2110.06864) | ✅ | 66.432 | 76.782 | 77.705 | +| [ocsort](https://arxiv.org/abs/2203.14360) | ✅ | 64.525 | 74.604 | 75.374 | +| [imprassoc](https://openaccess.thecvf.com/content/CVPR2023W/E2EAD/papers/Stadler_An_Improved_Association_Pipeline_for_Multi-Person_Tracking_CVPRW_2023_paper.pdf) | ✅ | 64.096 | 76.511 | 71.875 | +| [deepocsort](https://arxiv.org/abs/2302.11813) | ✅ | 62.913 | 74.483 | 73.459 | +| [hybridsort](https://arxiv.org/abs/2308.00783) | ❌ | | | | + NOTES: The evaluation was conducted on the second half of the MOT17 training set, as the validation set is not publicly accessible. The pre-generated detections and embeddings used, were sourced from [here](https://drive.google.com/drive/folders/1zzzUROXYXt8NjxO1WUcwSzqD-nn7rPNr). Each tracker was configured with the original parameters provided in their official repositories.