Set writable YOLO config directory
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
YOLO_MODEL_ID: ${YOLO_MODEL_ID:-yolo-configured}
|
||||
YOLO_MODEL_DISPLAY_NAME: ${YOLO_MODEL_DISPLAY_NAME:-Configured YOLO detector}
|
||||
YOLO_MODEL_VERSION: ${YOLO_MODEL_VERSION:-}
|
||||
YOLO_CONFIG_DIR: ${YOLO_CONFIG_DIR:-/app/storage/ultralytics}
|
||||
YOLO_DEVICE: ${YOLO_DEVICE:-cpu}
|
||||
YOLO_IMAGE_SIZE: ${YOLO_IMAGE_SIZE:-640}
|
||||
YOLO_MAX_TILES: ${YOLO_MAX_TILES:-100}
|
||||
|
||||
Reference in New Issue
Block a user