Object Detection with YOLOv1
Recreated the YOLOv1 algorithm for object detection, trained on the MS COCO Dataset.
Guided by Aladdin Persson's "YOLOv1 from Scratch" video (https://youtu.be/n9_XyCGr-MI?si=NUCf7BkqcFDk022D)
Install Pytorch (https://pytorch.org/get-started/locally/)
Download COCO Dataset 2017 Train Images, 2017 Val Images, and 2017 Train/Val Annotations (https://cocodataset.org/#download)
Change file directory to COCO Dataset images and annotations in train.py
Run train.py