Update urls
This commit is contained in:
parent
040512d3a5
commit
3b7e083551
1 changed files with 2 additions and 2 deletions
|
|
@ -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.51:8080?action=stream",
|
||||
"Kasse 2": "http://192.168.96.52:8080?action=stream",
|
||||
}
|
||||
|
||||
model = YOLO("yolo_weights/yolo11n.pt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue