Compare commits
2 commits
1d99f38876
...
050cca539e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
050cca539e | ||
|
|
040512d3a5 |
2 changed files with 3 additions and 2 deletions
|
|
@ -6,3 +6,4 @@ scikit-image
|
|||
supervision
|
||||
uvicorn
|
||||
fastapi
|
||||
prometheus_client
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue