Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.69 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.69 KB

YOLO Models Research

This repository contains Jupyter notebooks and scripts for exploring and training different versions of the YOLO (You Only Look Once) object detection model.

Repository Structure

  • notebooks/: Contains Google Colab notebooks for YOLOv1, YOLOv2, and YOLOv3.
  • datasets/: Descriptions and links to the datasets used.
  • models/: Directories for storing trained models.
  • scripts/: Training scripts and utility functions.

Notebooks

Usage Instructions

For testing the commands in most of the cases will be tried to only using the Colab Notebook. This will be done in order to make it without any installation. If so is hard, some specific and aditional rules will be given.