This repository contains implementations and examples for various object detection models, including popular architectures like YOLO, Faster R-CNN, and SSD.
- YOLO (You Only Look Once): Real-time object detection.
- Faster R-CNN: Region-based convolutional neural networks.
- SSD (Single Shot MultiBox Detector): Single-shot detection approach.
Refer to individual project directories for specific dependencies (e.g., opencv-python, tensorflow, pytorch).
Each subdirectory contains a main.py or detect.py script for demonstration.