Packaged version of the DeepSort repository
Project description
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}
}
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
deepsort-0.0.5.tar.gz
(12.6 kB
view details)
File details
Details for the file deepsort-0.0.5.tar.gz
.
File metadata
- Download URL: deepsort-0.0.5.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 959b838b48d677ab08dae2fec0e790db02749c1e74cac73125ad423eb2cfa4d8 |
|
MD5 | 1b2ae72a7b16a797906a1100915db4dd |
|
BLAKE2b-256 | 5dc465841509710de80e4f141a7ff55db5466a4acae901e9e95862ad9064e6ef |