mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix missing tensor_input (#14790)
This commit is contained in:
parent
a13b9815f6
commit
553676aade
@ -457,6 +457,7 @@ model:
|
|||||||
width: 320 # <--- should match whatever was set in notebook
|
width: 320 # <--- should match whatever was set in notebook
|
||||||
height: 320 # <--- should match whatever was set in notebook
|
height: 320 # <--- should match whatever was set in notebook
|
||||||
input_pixel_format: bgr
|
input_pixel_format: bgr
|
||||||
|
input_tensor: nchw
|
||||||
path: /config/yolo_nas_s.onnx
|
path: /config/yolo_nas_s.onnx
|
||||||
labelmap_path: /labelmap/coco-80.txt
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user