Packaged version of the Yolov7 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
yolov7detect-0.0.1.tar.gz
(87.6 kB
view details)
File details
Details for the file yolov7detect-0.0.1.tar.gz
.
File metadata
- Download URL: yolov7detect-0.0.1.tar.gz
- Upload date:
- Size: 87.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 | a8babb2a9b7b25b3e8f752ac6e65ef17a5dc8373ebdb37996a24c79b2aef9101 |
|
MD5 | 2360477539aba3e7a7e5a5dd2ee999b2 |
|
BLAKE2b-256 | e2ac01c65500c3410579818fcf9d4053f19cadbaa90b0b42843b5cdd8d9c9ff2 |