Packaged version of the ByteTrack repository
Project description
Overview
This repo is a packaged version of the ByteTrack algorithm.
Installation
pip install bytetracker
Detection Model + ByteTrack
from bytetracker import BYTETracker
tracker = BYTETracker(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)
Reference:
Citation
@article{zhang2022bytetrack,
title={ByteTrack: Multi-Object Tracking by Associating Every Detection Box},
author={Zhang, Yifu and Sun, Peize and Jiang, Yi and Yu, Dongdong and Weng, Fucheng and Yuan, Zehuan and Luo, Ping and Liu, Wenyu and Wang, Xinggang},
booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
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
bytetracker-0.3.2.tar.gz
(11.8 kB
view details)
File details
Details for the file bytetracker-0.3.2.tar.gz
.
File metadata
- Download URL: bytetracker-0.3.2.tar.gz
- Upload date:
- Size: 11.8 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 | 1fc60597bfbfd1759e19eb62b8b09994aae4587f44ef03c7f70a882e552a126c |
|
MD5 | e059cbf8ea2a01b23fe6510e17b9abb1 |
|
BLAKE2b-256 | b1c208b92c2df6287a71d96d57aaeae35436e3d490aec1511c1c66522e8bcf44 |