mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 13:20:40 +00:00
fix(frigate): correct CPU model fallback path
When OpenVino build fails, the fallback config referenced /cpu_model.tflite but the model is downloaded to /models/cpu_model.tflite. This path mismatch caused: ValueError: Could not open '/cpu_model.tflite' Fixes #13141
This commit is contained in:
@@ -310,7 +310,7 @@ else
|
|||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: auto
|
hwaccel_args: auto
|
||||||
model:
|
model:
|
||||||
path: /cpu_model.tflite
|
path: /models/cpu_model.tflite
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
msg_ok "Configured Frigate"
|
msg_ok "Configured Frigate"
|
||||||
|
|||||||
Reference in New Issue
Block a user