fix(ai): bind model scope to immutable geometry
This commit is contained in:
@@ -118,6 +118,11 @@ YOLO_MODEL_DISPLAY_NAME=Configured YOLO detector
|
||||
YOLO_MODEL_VERSION=
|
||||
YOLO_MODEL_CLASSES=building
|
||||
YOLO_ENFORCE_VALIDATION_SCOPE=false
|
||||
# Required when scope enforcement is enabled. The manifest is bound to exact
|
||||
# model bytes and contains the allowed EPSG:4326 validation geometry.
|
||||
YOLO_VALIDATION_SCOPE_MANIFEST_PATH=
|
||||
YOLO_VALIDATION_SCOPE_MANIFEST_SHA256=
|
||||
# Deprecated display metadata; never used as an inference authorization gate.
|
||||
YOLO_VALIDATED_AREA_NAMES=Mol,Kempen
|
||||
YOLO_CONFIG_DIR=./storage/ultralytics
|
||||
YOLO_DEVICE=cpu
|
||||
|
||||
Reference in New Issue
Block a user