From e1ba390f624653a72918a0ecd635a5817bbd7cd6 Mon Sep 17 00:00:00 2001 From: Marc Altmann <40744649+MarcA711@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:57:50 +0200 Subject: [PATCH] don't set input_dtype: float for yolov9 (rknn) --- docs/docs/configuration/object_detectors.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 0a2cf7833..d48ae1de5 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -894,7 +894,6 @@ model: # required width: 320 height: 320 input_tensor: nhwc - input_dtype: float labelmap_path: /labelmap/coco-80.txt ```