Fix yolox docs (#17789)

This commit is contained in:
Nicolas Mowen
2025-04-18 15:15:55 -06:00
committed by GitHub
parent 1cdc9b6097
commit e8883a2a2e

View File

@@ -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
```