{"id":20465577,"url":"https://github.com/kadirnar/deepsort-pip","last_synced_at":"2026-02-11T23:10:19.727Z","repository":{"id":63484388,"uuid":"568091923","full_name":"kadirnar/deepsort-pip","owner":"kadirnar","description":"DeepSort-Pip: Packaged version of the DeepSort repository","archived":false,"fork":false,"pushed_at":"2022-11-20T18:52:14.000Z","size":6837,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T01:55:01.881Z","etag":null,"topics":["deepsort","object-detection","object-tracking","sort","tracker"],"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}},"created_at":"2022-11-19T12:30:48.000Z","updated_at":"2025-07-19T17:32:49.000Z","dependencies_parsed_at":"2023-01-23T22:01:34.805Z","dependency_job_id":null,"html_url":"https://github.com/kadirnar/deepsort-pip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kadirnar/deepsort-pip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fdeepsort-pip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fdeepsort-pip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fdeepsort-pip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fdeepsort-pip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kadirnar","download_url":"https://codeload.github.com/kadirnar/deepsort-pip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kadirnar%2Fdeepsort-pip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272839668,"owners_count":25001862,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deepsort","object-detection","object-tracking","sort","tracker"],"created_at":"2024-11-15T13:19:06.464Z","updated_at":"2026-02-11T23:10:19.694Z","avatar_url":"https://github.com/kadirnar.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch2\u003e\n  DeepSort-Pip: Packaged version of the DeepSort repository  \n\u003c/h2\u003e\n\u003ch4\u003e\n    \u003cimg width=\"500\" alt=\"teaser\" src=\"doc/uav_video.gif\"\u003e\n\u003c/h4\u003e\n\u003c/div\u003e\n\n## \u003cdiv align=\"center\"\u003eOverview\u003c/div\u003e\n\nThis repo is a packaged version of the [DeepSort](https://github.com/nwojke/deep_sort) algorithm.\n### Installation\n```\npip install deepsort\n```\n\n### Detection Model + DeepSort \n```python\nfrom deepsort.tracker import DeepSortTracker\n\ntracker = DeepSortTracker(args)\nfor image in images:\n   dets = detector(image)\n   online_targets = tracker.update(dets)\n```\n### Citation\n```bibtex\n@inproceedings{Wojke2017simple,\n  title={Simple Online and Realtime Tracking with a Deep Association Metric},\n  author={Wojke, Nicolai and Bewley, Alex and Paulus, Dietrich},\n  booktitle={2017 IEEE International Conference on Image Processing (ICIP)},\n  year={2017},\n  pages={3645--3649},\n  organization={IEEE},\n  doi={10.1109/ICIP.2017.8296962}\n}\n\n@inproceedings{Wojke2018deep,\n  title={Deep Cosine Metric Learning for Person Re-identification},\n  author={Wojke, Nicolai and Bewley, Alex},\n  booktitle={2018 IEEE Winter Conference on Applications of Computer Vision (WACV)},\n  year={2018},\n  pages={748--756},\n  organization={IEEE},\n  doi={10.1109/WACV.2018.00087}\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadirnar%2Fdeepsort-pip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkadirnar%2Fdeepsort-pip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkadirnar%2Fdeepsort-pip/lists"}