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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file bytetracker_gml-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: bytetracker_gml-0.3.2-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 588017221a135ec34583d6b05597e37599e1fdfaaaa66d5f4ed9575bef04b40d |
|
MD5 | bdbfcaf5c72cad2693bc278168278f3e |
|
BLAKE2b-256 | 72e12ca2c3353afbe17eb5e601111176edd089dc6e2c3c950884e32b770284e3 |