Compare commits

...

2 commits

Author SHA1 Message Date
Jakob Lechner
050cca539e Update urls 2025-08-08 21:23:57 +02:00
Jakob Lechner
040512d3a5 Add dependency prometheus_client 2025-08-08 21:22:55 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -6,3 +6,4 @@ scikit-image
supervision
uvicorn
fastapi
prometheus_client

View file

@ -11,8 +11,8 @@ from metrics import get_metrics
registry, metrics = get_metrics()
STREAMS = {
"Kasse 1": "http://192.168.11.76:8080?action=stream",
"Kasse 2": "http://192.168.11.230:8080?action=stream",
"Kasse 1": "http://192.168.96.50:8080?action=stream",
"Kasse 2": "http://192.168.96.51:8080?action=stream",
}
model = YOLO("yolo_weights/yolo11n.pt")