<div align="center">
<h2>
ByteTrack-Pip: Packaged version of the ByteTrack repository
</h2>
<h4>
<img width="700" alt="teaser" src="assets/demo.gif">
</h4>
<div>
<a href="https://pepy.tech/project/bytetracker"><img src="https://pepy.tech/badge/bytetracker" alt="downloads"></a>
<a href="https://badge.fury.io/py/bytetracker"><img src="https://badge.fury.io/py/bytetracker.svg" alt="pypi version"></a>
</div>
</div>
## <div align="center">Overview</div>
This repo is a packaged version of the [ByteTrack](https://github.com/ifzhang/ByteTrack) algorithm.
### Installation
```
pip install bytetracker
```
### Detection Model + ByteTrack
```python
from bytetracker import BYTETracker
tracker = BYTETracker(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)
```
### Reference:
- [Yolov5-Pip](https://github.com/fcakyon/yolov5-pip)
- [ByteTrack](https://github.com/ifzhang/ByteTrack)
### Citation
```bibtex
@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}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/kadirnar/bytetrack-pip",
"name": "bytetracker-gml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": "machine-learning, deep-learning, pytorch, vision, image-classification, object-detection, object-tracking, tracker, bytetrack",
"author": "Gimlet Labs",
"author_email": null,
"download_url": null,
"platform": null,
"description": "<div align=\"center\">\n<h2>\n ByteTrack-Pip: Packaged version of the ByteTrack repository \n</h2>\n<h4>\n <img width=\"700\" alt=\"teaser\" src=\"assets/demo.gif\">\n</h4>\n<div>\n <a href=\"https://pepy.tech/project/bytetracker\"><img src=\"https://pepy.tech/badge/bytetracker\" alt=\"downloads\"></a>\n <a href=\"https://badge.fury.io/py/bytetracker\"><img src=\"https://badge.fury.io/py/bytetracker.svg\" alt=\"pypi version\"></a>\n</div>\n</div>\n\n## <div align=\"center\">Overview</div>\n\nThis repo is a packaged version of the [ByteTrack](https://github.com/ifzhang/ByteTrack) algorithm.\n### Installation\n```\npip install bytetracker\n```\n\n### Detection Model + ByteTrack \n```python\nfrom bytetracker import BYTETracker\n\ntracker = BYTETracker(args)\nfor image in images:\n dets = detector(image)\n online_targets = tracker.update(dets)\n```\n### Reference:\n - [Yolov5-Pip](https://github.com/fcakyon/yolov5-pip)\n - [ByteTrack](https://github.com/ifzhang/ByteTrack)\n\n### Citation\n```bibtex\n@article{zhang2022bytetrack,\n title={ByteTrack: Multi-Object Tracking by Associating Every Detection Box},\n 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},\n booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},\n year={2022}\n}\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Packaged version of the ByteTrack repository",
"version": "0.3.2",
"project_urls": {
"Homepage": "https://github.com/kadirnar/bytetrack-pip"
},
"split_keywords": [
"machine-learning",
" deep-learning",
" pytorch",
" vision",
" image-classification",
" object-detection",
" object-tracking",
" tracker",
" bytetrack"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "72e12ca2c3353afbe17eb5e601111176edd089dc6e2c3c950884e32b770284e3",
"md5": "bdbfcaf5c72cad2693bc278168278f3e",
"sha256": "588017221a135ec34583d6b05597e37599e1fdfaaaa66d5f4ed9575bef04b40d"
},
"downloads": -1,
"filename": "bytetracker_gml-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bdbfcaf5c72cad2693bc278168278f3e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 11575,
"upload_time": "2024-05-03T23:32:26",
"upload_time_iso_8601": "2024-05-03T23:32:26.872243Z",
"url": "https://files.pythonhosted.org/packages/72/e1/2ca2c3353afbe17eb5e601111176edd089dc6e2c3c950884e32b770284e3/bytetracker_gml-0.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-03 23:32:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kadirnar",
"github_project": "bytetrack-pip",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "bytetracker-gml"
}