Files
rtsp-video-analysis-system/ruoyi-video/src/main/resources/libs/models/models.json

17 lines
349 B
JSON
Raw Normal View History

2025-09-26 17:18:13 +08:00
[
2025-10-08 11:51:28 +08:00
{
"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"
}
2025-09-26 17:18:13 +08:00
]