A Java-based Object Detection System using OpenCV and YOLO for real-time object recognition in images and videos.
- Real-time object detection
- YOLOv3 integration
- OpenCV-based image processing
- Detection on images and video streams
- Multiple object class support
- Java
- OpenCV
- YOLOv3
- Gradle
app/src/ - Java source code
app/yolo/ - YOLO configuration files
libs/ - OpenCV libraries
gradle/ - Gradle wrapper files
- Clone the repository
- Download
yolov3.weights - Place it inside
app/yolo/ - Build and run using Gradle
The project detects and labels objects in images and videos using YOLOv3.
Soumya Sharma