{"id":13642095,"url":"https://github.com/genert/real_time_object_detection_go","last_synced_at":"2026-01-27T07:27:26.023Z","repository":{"id":80545935,"uuid":"501135813","full_name":"genert/real_time_object_detection_go","owner":"genert","description":"Real Time Object Detection with OpenCV, Go, and Yolo v4","archived":false,"fork":false,"pushed_at":"2023-12-15T02:28:28.000Z","size":76182,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T01:25:42.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/genert.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}},"created_at":"2022-06-08T06:59:11.000Z","updated_at":"2024-02-16T04:12:25.000Z","dependencies_parsed_at":"2023-12-15T03:41:29.739Z","dependency_job_id":null,"html_url":"https://github.com/genert/real_time_object_detection_go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genert%2Freal_time_object_detection_go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genert%2Freal_time_object_detection_go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genert%2Freal_time_object_detection_go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genert%2Freal_time_object_detection_go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genert","download_url":"https://codeload.github.com/genert/real_time_object_detection_go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223832811,"owners_count":17210716,"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":[],"created_at":"2024-08-02T01:01:27.379Z","updated_at":"2026-01-27T07:27:26.019Z","avatar_url":"https://github.com/genert.png","language":"Go","funding_links":[],"categories":["Other Versions of YOLO"],"sub_categories":[],"readme":"# Real Time Object Detection with OpenCV, Go, and Yolo v4\n\n## Install dependencies\n\n### MacOS\n\n```bash\nbrew install opencv cmake ffmpeg@4\n```\n\n### Linux\n\nFor installing OpenCV, I suggest to follow https://gocv.io/getting-started/linux/ tutorial; it has build commands for building OpenCV with CUDA support as well.\n\n\n## Download Yolo model\n\n```bash\ncd ./cmd/ml \u0026\u0026 ./download_data_v4.sh\n```\n\n## Run the Go program\n\n```bash\ncd ./cmd/ml \u0026\u0026 go build .\n./ml --settings=config.json\n```\n\n## Use webcam for object detection\n\nChange \"source\" in config.json to \"webcam\". Don't forget to check \"device_id\" value in \"video_capture_device\" object.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenert%2Freal_time_object_detection_go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenert%2Freal_time_object_detection_go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenert%2Freal_time_object_detection_go/lists"}