Raise configured YOLO max detections
This commit is contained in:
@@ -28,6 +28,7 @@ services:
|
||||
YOLO_DEVICE: ${YOLO_DEVICE:-cpu}
|
||||
YOLO_IMAGE_SIZE: ${YOLO_IMAGE_SIZE:-640}
|
||||
YOLO_MAX_TILES: ${YOLO_MAX_TILES:-100}
|
||||
YOLO_MAX_DETECTIONS: ${YOLO_MAX_DETECTIONS:-1000}
|
||||
YOLO_BATCH_SIZE: ${YOLO_BATCH_SIZE:-1}
|
||||
ports:
|
||||
- "${GEOINTEL_FRONTEND_PORT:-1202}:80"
|
||||
|
||||
Reference in New Issue
Block a user