Skip to content

Chaps21812/YOLO_object_detection_inference_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Containerized Model

This is a containerized model of YOLO built to run and train with a cpu. 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_inference .

Dataset Conversion

docker run --rm -v /your/data/folder:/app/data yolo_inference convert n 0

Training

docker run --rm -v /your/data/folder:/app/data yolo_inference train m 20

Evaluation

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

About

YOLO_object_detection_inference_model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published