mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Fix yolox docs (#17789)
This commit is contained in:
parent
1cdc9b6097
commit
e8883a2a2e
@ -697,8 +697,8 @@ model:
|
|||||||
model_type: yolox
|
model_type: yolox
|
||||||
width: 416 # <--- should match the imgsize set during model export
|
width: 416 # <--- should match the imgsize set during model export
|
||||||
height: 416 # <--- should match the imgsize set during model export
|
height: 416 # <--- should match the imgsize set during model export
|
||||||
input_tensor: nchw_denorm
|
input_tensor: nchw
|
||||||
input_dtype: float
|
input_dtype: float_denorm
|
||||||
path: /config/model_cache/yolox_tiny.onnx
|
path: /config/model_cache/yolox_tiny.onnx
|
||||||
labelmap_path: /labelmap/coco-80.txt
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user