From e8883a2a2edecb9352bb4be458f00cc04336d21a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 18 Apr 2025 15:15:55 -0600 Subject: [PATCH] Fix yolox docs (#17789) --- docs/docs/configuration/object_detectors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 7f495b262..8ba4b463f 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -697,8 +697,8 @@ model: model_type: yolox width: 416 # <--- should match the imgsize set during model export height: 416 # <--- should match the imgsize set during model export - input_tensor: nchw_denorm - input_dtype: float + input_tensor: nchw + input_dtype: float_denorm path: /config/model_cache/yolox_tiny.onnx labelmap_path: /labelmap/coco-80.txt ```