Fix YOLO class normalization
This commit is contained in:
+4
-2
@@ -367,8 +367,10 @@ dataset through the normal dataset service, generates raster tiles, selects a
|
||||
local model asset, runs configured YOLO detection, compares persisted
|
||||
detections against persisted `vector_features`, persists QA/QC rows and exports
|
||||
the detection GeoJSON. It never seeds demo detections, enables fixture mode,
|
||||
fetches live providers or downloads model weights. Current V1 upload support is
|
||||
limited to GeoTIFF-style rasters and GeoJSON/JSON reference vectors.
|
||||
fetches live providers or downloads model weights. Configured-YOLO model class
|
||||
labels are normalized to lowercase for filtering and persisted detections while
|
||||
the original model label is retained in detection provenance. Current V1 upload
|
||||
support is limited to GeoTIFF-style rasters and GeoJSON/JSON reference vectors.
|
||||
|
||||
### Run backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user