{"id":24880668,"url":"https://github.com/vicen-te/object-detection","last_synced_at":"2026-04-28T11:35:36.444Z","repository":{"id":275185458,"uuid":"924939353","full_name":"Vicen-te/object-detection","owner":"Vicen-te","description":"Object detection setup using YOLO11 and OpenCV. This project leverages a pre-trained YOLO model to detect and highlight objects using the computer's available camera with OpenCV","archived":false,"fork":false,"pushed_at":"2025-01-31T19:23:25.000Z","size":845,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T06:16:09.615Z","etag":null,"topics":["cplusplus","cplusplus-20","opencv","opencv2","yolo11"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Vicen-te.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-30T22:58:26.000Z","updated_at":"2025-01-31T19:23:29.000Z","dependencies_parsed_at":"2025-01-31T18:44:23.746Z","dependency_job_id":null,"html_url":"https://github.com/Vicen-te/object-detection","commit_stats":null,"previous_names":["vicen-te/object-detection"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vicen-te%2Fobject-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vicen-te%2Fobject-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vicen-te%2Fobject-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vicen-te%2Fobject-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vicen-te","download_url":"https://codeload.github.com/Vicen-te/object-detection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791961,"owners_count":20672671,"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":["cplusplus","cplusplus-20","opencv","opencv2","yolo11"],"created_at":"2025-02-01T11:19:09.826Z","updated_at":"2026-04-28T11:35:36.382Z","avatar_url":"https://github.com/Vicen-te.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Detection Project with YOLO11 and OpenCV\n\nThis project demonstrates object detection using the **YOLO11** model, with the **OpenCV** library for processing and handling images and videos in real-time.\n\n## Requirements\n\n- **YOLO11 Model**: This project utilizes the **YOLO11x** model for enhanced accuracy.\n- **OpenCV Library**: The **OpenCV** library is required for image processing.\n\n## Converting YOLO11x.pt to ONNX\n\nTo use the **YOLO11x** model in this project, you need to convert it to **ONNX format**. This requires **Python 3.9.13** and the \\`ultralytics\\` library.  Use the following script to perform the conversion:\n\n```python\nfrom ultralytics import YOLO\nmodel = YOLO(\"yolo11x.pt\")\nmodel.export(format=\"onnx\")\n```\n\n## Licenses\n\nThis project uses the following software under the licenses mentioned:\n\n### YOLO11\nThe **YOLO11** model is used under the **AGPL-3.0 License**. The code and pretrained models are provided by [Ultralytics](https://github.com/ultralytics/ultralytics). You can find the full license details [here](https://www.gnu.org/licenses/agpl-3.0.html).\n\n### OpenCV\n**OpenCV** is used under the **Apache License 2.0**. You can find the full license details [here](https://opencv.org/license/). The official OpenCV repository can be found [here](https://github.com/opencv/opencv).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicen-te%2Fobject-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicen-te%2Fobject-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicen-te%2Fobject-detection/lists"}