docs model_name cleanup

This commit is contained in:
Abinila Siva 2025-05-22 13:53:24 -04:00 committed by GitHub
parent 3f2c6c130c
commit 6247d2f864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -352,7 +352,7 @@ model:
height: 320 # (Can be set to 640 for higher resolution)
input_tensor: hwnc
input_dtype: float
# path: YOLO_v9_small_320_320_3_onnx.dfp ##Model is normally fetched through the runtime, so 'path' can be omitted.##
# path: YOLO_v9_small_onnx.dfp ##Model is normally fetched through the runtime, so 'path' can be omitted.##
labelmap_path: /labelmap/coco-80.txt
```