This folder contains an educational implementation of the first YOLO (You Only Look Once) idea and a simplified YOLO variant.
The goal of this notebook is learning and experimentation rather than reproducing state-of-the-art results.
- First YOLO implementation: a basic version inspired by the original YOLO.
- Simplified YOLO: a smaller/cleaner version meant to make the core concepts easier to follow.
- Synthetic toy dataset generation: the notebook creates a very simple artificial dataset (images + labels) to try the simplified YOLO pipeline works end-to-end.