Model Description

StrongSort: Make DeepSORT Great Again

Installation

pip install strongsort

Tracker

from strong_sort import StrongSORT

tracker = StrongSORT(model_weights='model.pt', device='cuda')
pred = model(img)
for i, det in enumerate(pred):
    det[i] = tracker[i].update(detection, im0s)

BibTeX Entry and Citation Info

@article{du2022strongsort,
 title={Strongsort: Make deepsort great again},
 author={Du, Yunhao and Song, Yang and Yang, Bo and Zhao, Yanyun},
 journal={arXiv preprint arXiv:2202.13514},
 year={2022}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Space using kadirnar/strongsort 1