mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 00:25:23 +03:00
Fix missing tensor_input
This commit is contained in:
parent
a13b9815f6
commit
fa7254b6ba
@ -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