{"id":28122625,"url":"https://github.com/oaslananka/cv_cuda_cpp_sample","last_synced_at":"2026-05-01T12:31:53.373Z","repository":{"id":288675750,"uuid":"821600357","full_name":"oaslananka/CV_Cuda_Cpp_Sample","owner":"oaslananka","description":"This is a sample project demonstrating how to use OpenCV and CUDA in C++ for detecting people in drone footage with YOLO. The project aims to be simple and understandable for those who want to learn how to use OpenCV and CUDA in C++.","archived":false,"fork":false,"pushed_at":"2025-04-18T22:52:59.000Z","size":12417,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-07T17:45:18.995Z","etag":null,"topics":["computervision","cpp","cuda","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","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/oaslananka.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,"zenodo":null}},"created_at":"2024-06-28T23:34:16.000Z","updated_at":"2025-04-18T22:52:59.000Z","dependencies_parsed_at":"2025-04-19T09:29:31.642Z","dependency_job_id":null,"html_url":"https://github.com/oaslananka/CV_Cuda_Cpp_Sample","commit_stats":null,"previous_names":["oaslananka/cv_cuda_cpp_sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oaslananka/CV_Cuda_Cpp_Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2FCV_Cuda_Cpp_Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2FCV_Cuda_Cpp_Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2FCV_Cuda_Cpp_Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2FCV_Cuda_Cpp_Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oaslananka","download_url":"https://codeload.github.com/oaslananka/CV_Cuda_Cpp_Sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oaslananka%2FCV_Cuda_Cpp_Sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["computervision","cpp","cuda","opencv"],"created_at":"2025-05-14T08:14:09.511Z","updated_at":"2026-05-01T12:31:53.339Z","avatar_url":"https://github.com/oaslananka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# People Detection from Drone Footage\n![](assests/output.gif)\n\n\nThis is a sample project demonstrating how to use OpenCV and CUDA in C++ for detecting people in drone footage with YOLO. The project aims to be simple and understandable for those who want to learn how to use OpenCV and CUDA in C++.\n\n## OpenCV Sources\n\n- [OpenCV](https://github.com/opencv/opencv)\n- [OpenCV Contrib](https://github.com/opencv/opencv_contrib)\n\n## Sample Videos\n\nSample videos are taken from the link below:\n\n- [Kaggle Drone Videos Dataset](https://www.kaggle.com/datasets/kmader/drone-videos/data)\n\n## Build Instructions\n\nCompile the project in release mode with CMake. The executable output will be placed directly in the project root folder.\n\n### Prerequisites\n\n- CMake\n- OpenCV\n- CUDA\n- C++ Compiler\n\n### Steps\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/your_username/PeopleDetectFromDrone.git\n   cd PeopleDetectFromDrone\n   ```\n2. Create a build directory and navigate to it:\n   ```sh\n   mkdir build\n   cd build\n   ```\n3. Run CMake to configure the project:\n    ```sh\n    cmake ..\n    ```\n4. Compile the project:\n    ```sh\n    cmake --build . --config Release\n    ```\n\n## Usage\n- For argument help:\n    ```sh\n    ./OpenCV_Cuda_Cpp_Sample -h\n    ```\n\n\n- You can try it with any video by providing the arguments to the executable. Sample usage code is below:\n    ```sh\n    ./OpenCV_Cuda_Cpp_Sample -video=video.mp4 -device=0 -weights=yolo.weights -config=yolo.cfg -classes=coco.names\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaslananka%2Fcv_cuda_cpp_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foaslananka%2Fcv_cuda_cpp_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foaslananka%2Fcv_cuda_cpp_sample/lists"}