Rare find

YOLOv8 Docker. Run object detection on images without installing anything complicated.

github.com/JavierMtz5/YOLOv8-docker

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2024
  • test.py test file removed
  • Inference function response updated, and code comments corrected
  • Typos fixed and text clarified
  • README updated with description, requirements, usage and inference gu…
  • assets added
  • Version updated to 1.0.0, and model weights changed to yolov8m
  • API response structured to common format, and typing added
  • Configuration values set to default values
  • Erase YOLOV8_MODEL_DIR environment variable
  • model_weights dir erased, and results/ dir added
June 2024
  • code cleaned and formatted in model.py
  • code cleaned and formatted in main.py
  • model.py module updated to read YOLO model from envar
  • start.sh file updated for new docker workdir
  • Dockerfile app home parametrized, and WORKDIR updated from original u…
  • assets/ directory and contents added
  • volume mounted between local data directory and container data directory
  • data files are no longer copied from local computer
  • improved metadata returned in inference responses, and added new func…
  • Standardized API response codes, and impleneted new single-image infe…