{"id":24037347,"url":"https://github.com/pd-mera/yolov5-deepsort","last_synced_at":"2026-06-18T07:31:31.459Z","repository":{"id":175881772,"uuid":"654617703","full_name":"PD-Mera/YoloV5-DeepSORT","owner":"PD-Mera","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-19T09:07:44.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T06:20:35.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PD-Mera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-16T14:24:02.000Z","updated_at":"2023-06-16T15:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"f15122d7-e3fb-4887-9865-c5be317ca440","html_url":"https://github.com/PD-Mera/YoloV5-DeepSORT","commit_stats":null,"previous_names":["pd-mera/yolov5-deepsort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PD-Mera/YoloV5-DeepSORT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PD-Mera%2FYoloV5-DeepSORT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PD-Mera%2FYoloV5-DeepSORT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PD-Mera%2FYoloV5-DeepSORT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PD-Mera%2FYoloV5-DeepSORT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PD-Mera","download_url":"https://codeload.github.com/PD-Mera/YoloV5-DeepSORT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PD-Mera%2FYoloV5-DeepSORT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34481267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2025-01-08T19:40:22.183Z","updated_at":"2026-06-18T07:31:31.445Z","avatar_url":"https://github.com/PD-Mera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implimentation of YoloV5 with DeepSORT\n\n## Prepare\n\n### Environments\n\n- Python 3.8.16\n\nInstall libraries\n\n``` bash\npip install -U pip --no-cache-dir\ngit clone https://github.com/ultralytics/yolov5\npip install -r yolov5/requirements.txt\npip install -r requirements.txt\n```\n\n### Pretrained weights\n\n- Download DeepSORT weights from [here](https://drive.google.com/file/d/1x1NJwotZso1LeRA_I6VR1Tzl02gYL6dR/view?usp=sharing) to `./deep_sort/deep/checkpoint` or run\n\n``` bash\ngdown https://drive.google.com/uc?id=1x1NJwotZso1LeRA_I6VR1Tzl02gYL6dR -O ./deep_sort/deep/checkpoint/ckpt.t7\n```\n\n- Yolo pretrained weight is auto downloaded when you run for the first time\n\n## Run\n\nRun program with\n\n``` bash\npython main.py --input_path /media/mera/Mera/AI/DATN/video/capture_0.avi --display --classes 2 3 5 6 7\n```\n\n## Reference\n\n- [HowieMa/DeepSORT_YOLOv5_Pytorch](https://github.com/HowieMa/DeepSORT_YOLOv5_Pytorch)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd-mera%2Fyolov5-deepsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpd-mera%2Fyolov5-deepsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd-mera%2Fyolov5-deepsort/lists"}