From 6247d2f8642b3128b03354747861a47b7e32e09f Mon Sep 17 00:00:00 2001 From: Abinila Siva <163017635+abinila4@users.noreply.github.com> Date: Thu, 22 May 2025 13:53:24 -0400 Subject: [PATCH] docs model_name cleanup --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 881c79b0e..ed4f0fc22 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -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 ```