DeepSort-Pip: Packaged version of the DeepSort repository
Overview
This repo is a packaged version of the DeepSort algorithm.
Installation
pip install deepsort
Detection Model + DeepSort
from deepsort.tracker import DeepSortTracker
tracker = DeepSortTracker(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)
Citation
@inproceedings{Wojke2017simple,
title={Simple Online and Realtime Tracking with a Deep Association Metric},
author={Wojke, Nicolai and Bewley, Alex and Paulus, Dietrich},
booktitle={2017 IEEE International Conference on Image Processing (ICIP)},
year={2017},
pages={3645--3649},
organization={IEEE},
doi={10.1109/ICIP.2017.8296962}
}
@inproceedings{Wojke2018deep,
title={Deep Cosine Metric Learning for Person Re-identification},
author={Wojke, Nicolai and Bewley, Alex},
booktitle={2018 IEEE Winter Conference on Applications of Computer Vision (WACV)},
year={2018},
pages={748--756},
organization={IEEE},
doi={10.1109/WACV.2018.00087}
}
Release files for deepsort 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deepsort-0.0.5.tar.gz | 12.6 kB | Details |
Release files / deepsort-0.0.5.tar.gz
| Download URL | deepsort-0.0.5.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
959b838b48d677ab08dae2fec0e790db02749c1e74cac73125ad423eb2cfa4d8
|
|
BLAKE2b-256 checksum How to use checksums |
5dc465841509710de80e4f141a7ff55db5466a4acae901e9e95862ad9064e6ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|