1
Fork 0

feat: allow model metadata cli override

This commit is contained in:
Tibo De Peuter 2026-04-30 20:19:42 +02:00
parent ba8184b034
commit be78fb15bd
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
5 changed files with 58 additions and 7 deletions

View file

@ -20,3 +20,7 @@ record_video: false
video_output_path: null
# Camera ID to use for video recording (1 is usually the close-up camera)
camera_id: 1
# Optional override for the metadata YAML file path.
# If null, the script looks for `<model_name>_metadata.yaml` alongside the model_path.
metadata_path: null