Files
rtsp-video-analysis-system/python-inference-service/models.json

14 lines
261 B
JSON
Raw Normal View History

2025-10-07 15:49:58 +08:00
[
{
"name": "smoke",
"path": "models/smoke_model.py",
"size": [640, 640],
"comment": "烟雾检测模型"
},
{
"name": "garbage",
"path": "models/garbage_model.py",
"size": [640, 640],
"comment": "垃圾检测模型"
}
]