Packaged version of the Strongsort repository
Project description
Overview
This repo is a packaged version of the StrongSort algorithm.
Installation
pip install strongsort
Detection Model + StrongSort
from strong_sort import StrongSORT
tracker = StrongSORT(model_weights='model.pth', device='cuda')
pred = model(img)
for i, det in enumerate(pred):
det[i] = tracker[i].update(detection, im0s)
Citations
@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}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
strongsort-0.2.1.tar.gz
(61.2 kB
view details)
File details
Details for the file strongsort-0.2.1.tar.gz
.
File metadata
- Download URL: strongsort-0.2.1.tar.gz
- Upload date:
- Size: 61.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa71400bd12023759062706384ae31e93ebebec5dbfc3829dcb5429521a6b23 |
|
MD5 | fce33cd8a733f58fbb944f60c899e660 |
|
BLAKE2b-256 | a600acf77d55e71a7c5616b76c6014fe90353058c93555b035303536a86b0b99 |