diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 7edf9a5b1..c6be2bf92 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -1514,7 +1514,8 @@ model: model_type: yolo-generic width: 320 height: 320 - tensor_format: bgr + input_dtype: int + input_pixel_format: bgr labelmap_path: /labelmap/coco-80.txt ```