feat(v1): add secure configuration baseline
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"source": {
|
||||
"id": "lobby-camera-01",
|
||||
"rtsp_url_env": "SILVER_POSE_RTSP_URL"
|
||||
},
|
||||
"model": {
|
||||
"path": "models/best.pt",
|
||||
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"confidence_threshold": 0.25
|
||||
},
|
||||
"event": {
|
||||
"keypoint_confidence_threshold": 0.4,
|
||||
"suspect_window_seconds": 0.5,
|
||||
"confirm_window_seconds": 1.8,
|
||||
"recovery_window_seconds": 2.0,
|
||||
"cooldown_seconds": 10.0
|
||||
},
|
||||
"artifacts": {
|
||||
"event_dir": "../artifacts/events"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user