提高视频帧率

This commit is contained in:
2025-10-08 11:51:28 +08:00
parent f40d6ffcb6
commit f0b4c5a8bf
13 changed files with 133 additions and 648 deletions

View File

@@ -1,4 +1,16 @@
[
{"name":"smoke","path":"libs/models/smoke","size":[640,640],"backend":"opencv"},
{"name":"garbage","path":"libs/models/garbage","size":[640,640],"backend":"opencv"}
{
"name": "smoke",
"pythonModelName": "smoke",
"pythonApiUrl": "http://localhost:8000/api/detect/file",
"size": [640, 640],
"backend": "python"
},
{
"name": "garbage",
"pythonModelName": "garbage",
"pythonApiUrl": "http://localhost:8000/api/detect/file",
"size": [640, 640],
"backend": "python"
}
]