Skip to content

Chaps21812/Senpai_object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Containerized Model

This is a containerized model of YOLO built to run and train with CUDA. It has functionality to convert coco datasets to yolo datasets and output an evaluation as well.

Usage

To use each of the commands, an example is provided below for ease of use. The arguments are (mode, model size (n,s,m,l,x), epochs/model directory)

Build Container

docker build -t yolo_cuda .

Dataset Conversion

docker run --rm --gpus all -v /your/data/folder:/app/data yolo_cuda convert n 0

Training

docker run --gpus all --rm -v /your/data/folder:/app/data yolo_cuda train m 20

Evaluation

docker run --rm --gpus all -v /your/data/folder:/app/data yolo_cuda eval n /app/data/yolo_annotations/models_and_results/model.pt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published