mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-29 19:40:19 +03:00
docs: fix axear model config (#22560)
Updated input data types and pixel format for object detector configuration.
This commit is contained in:
parent
6d2b84e202
commit
74c89beaf9
@ -1514,7 +1514,8 @@ model:
|
|||||||
model_type: yolo-generic
|
model_type: yolo-generic
|
||||||
width: 320
|
width: 320
|
||||||
height: 320
|
height: 320
|
||||||
tensor_format: bgr
|
input_dtype: int
|
||||||
|
input_pixel_format: bgr
|
||||||
labelmap_path: /labelmap/coco-80.txt
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user