提高视频帧率
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user