[go: nahoru, domu]

Skip to content

YOLOv1 from Scratch is an implementation of the YOLOv1 (You Only Look Once) object detection algorithm using Python. This project aims to provide a clear, concise, and educational implementation of the YOLOv1 paper, allowing users to grasp and experiment with the fundamental concepts

Notifications You must be signed in to change notification settings

kunalkushwahatg/yolov1_from_scratch

Repository files navigation

YOLOv1 from Scratch

This repository contains an implementation of the YOLOv1 (You Only Look Once) object detection algorithm from scratch using Python.

Table of Contents

Introduction

YOLOv1 is a real-time object detection algorithm that is known for its speed and accuracy. This project aims to provide a clear and concise implementation of the YOLOv1 paper from scratch, allowing users to understand and experiment with the core concepts of the algorithm.

Installation

To get started with the project, clone the repository and install the required dependencies:

git clone https://github.com/kunalkushwahatg/yolov1_from_scratch.git
cd yolov1_from_scratch
pip install -r requirements.txt

Usage

Training

To train the model, use the train.py script:

python train.py --data_path path/to/dataset --config config.yaml

incomplete

About

YOLOv1 from Scratch is an implementation of the YOLOv1 (You Only Look Once) object detection algorithm using Python. This project aims to provide a clear, concise, and educational implementation of the YOLOv1 paper, allowing users to grasp and experiment with the fundamental concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages