mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
frigate model
This commit is contained in:
@@ -17,6 +17,19 @@ data:
|
|||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: preset-nvidia
|
hwaccel_args: preset-nvidia
|
||||||
|
|
||||||
|
detectors:
|
||||||
|
onnx:
|
||||||
|
type: onnx
|
||||||
|
|
||||||
|
model:
|
||||||
|
model_type: yolo-generic
|
||||||
|
width: 640 # <--- should match the imgsize set during model export
|
||||||
|
height: 640 # <--- should match the imgsize set during model export
|
||||||
|
input_tensor: nchw
|
||||||
|
input_dtype: float
|
||||||
|
path: /config/model_cache/yolov9-c-640.onnx
|
||||||
|
labelmap_path: /labelmap/coco-80.txt
|
||||||
|
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
c200_1:
|
c200_1:
|
||||||
|
|||||||
Reference in New Issue
Block a user