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.
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)
docker build -t yolo_inference .
docker run --rm -v /your/data/folder:/app/data yolo_inference convert n 0
docker run --rm -v /your/data/folder:/app/data yolo_inference train m 20
docker run --rm -v /your/data/folder:/app/data yolo_inference eval n /app/data/yolo_annotations/models_and_results/model.pt