{"id":20465591,"url":"https://github.com/kadirnar/bytetrack-pip","last_synced_at":"2025-04-13T08:43:47.220Z","repository":{"id":63420691,"uuid":"567767463","full_name":"kadirnar/bytetrack-pip","owner":"kadirnar","description":"Packaged version of the ByteTrack repository","archived":false,"fork":false,"pushed_at":"2023-03-20T18:38:22.000Z","size":9093,"stargazers_count":46,"open_issues_count":8,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T00:22:40.733Z","etag":null,"topics":["bytetrack","object-detection","object-tracking","tracker","yolov5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kadirnar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-18T14:29:39.000Z","updated_at":"2025-03-24T14:13:05.000Z","dependencies_parsed_at":"2023-02-14T09:31:09.158Z","dependency_job_id":null,"html_url":"https://github.com/kadirnar/bytetrack-pip","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"adef2d11e89582114acdb281e9e40fbf19b7724e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fbytetrack-pip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fbytetrack-pip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fbytetrack-pip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fbytetrack-pip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadirnar","download_url":"https://codeload.github.com/kadirnar/bytetrack-pip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248687705,"owners_count":21145755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bytetrack","object-detection","object-tracking","tracker","yolov5"],"created_at":"2024-11-15T13:19:08.803Z","updated_at":"2025-04-13T08:43:47.192Z","avatar_url":"https://github.com/kadirnar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch2\u003e\n  ByteTrack-Pip: Packaged version of the ByteTrack repository  \n\u003c/h2\u003e\n\u003ch4\u003e\n    \u003cimg width=\"700\" alt=\"teaser\" src=\"assets/demo.gif\"\u003e\n\u003c/h4\u003e\n\u003cdiv\u003e\n    \u003ca href=\"https://pepy.tech/project/bytetracker\"\u003e\u003cimg src=\"https://pepy.tech/badge/bytetracker\" alt=\"downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://badge.fury.io/py/bytetracker\"\u003e\u003cimg src=\"https://badge.fury.io/py/bytetracker.svg\" alt=\"pypi version\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n## \u003cdiv align=\"center\"\u003eOverview\u003c/div\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadirnar%2Fbytetrack-pip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadirnar%2Fbytetrack-pip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadirnar%2Fbytetrack-pip/lists"}