This repository contains a real-time object detection implementation using YOLO12. The project leverages the latest advancements in deep learning to achieve efficient and accurate object detection.
- Real-time object detection using YOLO12
- Trained on the COCO dataset
- Supports video and live camera feed input
- Configurable via
coco.yml
Clone the repository:
git clone https://github.com/NikhilPatil0007/your-repo-name.git
cd your-repo-name
Run the object detection script:
python Real_time_object_detection_YOLOv12.ipynb
Modify the coco.yml
file to adjust detection settings such as confidence thresholds, model paths, and class labels.
This project is open-source and available under the MIT License.