Fix CPU model path in basic config (model now downloaded at root of filesystem)

pull/2758/head
Rémi Bédard-Couture 1 year ago
parent 932b69a8c4
commit 2820075191
  1. 2
      install/frigate-install.sh

@ -80,7 +80,7 @@ cat <<EOF >/config/config.yml
mqtt: mqtt:
enabled: false enabled: false
model: model:
path: /root/cpu_model.tflite path: /cpu_model.tflite
cameras: cameras:
test: test:
ffmpeg: ffmpeg:

Loading…
Cancel
Save