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

This commit is contained in:
Rémi Bédard-Couture 2024-04-08 13:06:05 -04:00
parent 932b69a8c4
commit 2820075191

View file

@ -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: