Raise configured YOLO max detections
This commit is contained in:
@@ -782,6 +782,9 @@ Validation errors:
|
||||
- `DETECTION_TILE_MANIFEST_NOT_FOUND` when the provided manifest path does not exist.
|
||||
- `DETECTION_TILE_MANIFEST_INVALID` when the manifest cannot be parsed or lacks tile metadata.
|
||||
- `DETECTION_TILE_LIMIT_EXCEEDED` when the manifest exceeds `YOLO_MAX_TILES`.
|
||||
- Configured YOLO inference forwards `YOLO_MAX_DETECTIONS` to Ultralytics
|
||||
`max_det` and defaults to `1000` so dense building AOIs are not silently
|
||||
limited by the upstream default of 300 detections before persisted QA/QC.
|
||||
- `DETECTION_DEPENDENCY_UNAVAILABLE` when YOLO dependencies are not installed.
|
||||
- `DETECTION_MODEL_LOAD_FAILED` when the local model file exists but cannot be loaded.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user