Files
rtsp-video-analysis-system/ruoyi-video/src/main/resources/libs/models/models.json
2025-10-08 11:51:28 +08:00

17 lines
349 B
JSON

[
{
"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"
}
]