galafis/Computer-Vision-Object-Detection
YOLOv3 object detection via OpenCV DNN - image, webcam, and Flask web upload modes
What's novel
YOLOv3 object detection via OpenCV DNN - image, webcam, and Flask web upload modes
Code Analysis
2 files read · 2 roundsA Python script implementing YOLOv3 object detection via OpenCV DNN for static images and webcam, with a non-functional Flask web UI.
Strengths
Solid implementation of the core inference pipeline using raw OpenCV bindings without heavy ML frameworks. Good error handling for missing model files and robust NMS logic.
Weaknesses
Monolithic code structure mixing CLI, detection logic, and Flask app in one file. The web interface is broken (JavaScript prevents actual API calls). Missing config files in the repository make it incomplete out-of-the-box.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
10
Contributors
1
Files
7
Active weeks
5
Repository
Language
Python
Stars
1
Forks
0
License
MIT