User Tools

Site Tools


technical:frigate_nvr_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
technical:frigate_nvr_installation [2025/04/18 13:40] – created mark_scottworld.nettechnical:frigate_nvr_installation [2025/09/01 18:15] (current) mark_scottworld.net
Line 109: Line 109:
  
 <code> <code>
-version: "3.9" 
 services: services:
   frigate:   frigate:
Line 141: Line 140:
       - "8555:8555/tcp" # WebRTC over tcp       - "8555:8555/tcp" # WebRTC over tcp
       - "8555:8555/udp" # WebRTC over udp       - "8555:8555/udp" # WebRTC over udp
-    environment: +
-#      - FRIGATE_RTSP_PASSWORD: "Rd54bRZYghUuDWoXC2SPVr" +
-      - YOLO_MODELS=yolov7-tiny-416+
 </code> </code>
  
Line 162: Line 159:
  
 detectors: detectors:
-  tensorrt+  onnx
-    type: tensorrt +    type: onnx
-    device: 0+
  
 model: model:
-  path/config/model_cache/tensorrt/yolov7-tiny-416.trt+  model_typeyolo-generic 
 +  width: 320 # <--- should match the imgsize set during model export 
 +  height: 320 # <--- should match the imgsize set during model export
   input_tensor: nchw   input_tensor: nchw
-  input_pixel_formatrgb +  input_dtypefloat 
-  width416 +  path/config/model_cache/yolov9-m.onnx 
-  height416+  labelmap_path/labelmap/coco-80.txt
  
 ffmpeg: ffmpeg:
Line 304: Line 302:
  
 </code> </code>
 +
 +Download models into subdirectory. Using python script. 
 +
 +https://docs.frigate.video/configuration/object_detectors/#downloading-yolo-models
 +
  
 Start Frigate with: Start Frigate with:
technical/frigate_nvr_installation.1744976400.txt.gz · Last modified: by mark_scottworld.net

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki