feat: allow model metadata cli override
This commit is contained in:
parent
ba8184b034
commit
be78fb15bd
5 changed files with 58 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue