This repository contains two complete beginner-friendly object detection projects:
- R-CNN (Region-Based Convolutional Neural Network)
- YOLOv3 (You Only Look Once, Version 3)
Each project includes:
- π Jupyter Notebook β step-by-step implementation and explanation
- π§° Utility functions β helper scripts for data processing and visualization
- πΎ Data β sample data to test and work with the models
- π§ Pre-trained models β ready to use for inference or fine-tuning
These projects are designed to help beginners understand and compare two of the most popular object detection architectures:
- R-CNN: region-based approach focusing on accuracy
- YOLOv3: real-time detection model focusing on speed