Final repository

This commit is contained in:
2025-08-26 13:07:59 -07:00
parent 4732549791
commit 6d9a27f1e8
38 changed files with 6600 additions and 1792 deletions

View File

@@ -4,7 +4,8 @@
"enable_ocr": true,
"enable_tracking": true,
"model_path": null,
"device": "CPU"
"model": "YOLOv11n",
"device": "GPU"
},
"violations": {
"red_light_grace_period": 2.0,
@@ -29,5 +30,11 @@
"analytics": {
"enable_charts": true,
"history_length": 1000
},
"vlm": {
"backend_url": "http://localhost:8399",
"enable_search": true,
"enable_vqa": true,
"timeout": 30
}
}