feat: python模型管理

This commit is contained in:
砂糖
2025-10-07 15:49:58 +08:00
parent 1a7ecafc7d
commit 4cec966613
6 changed files with 563 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
[
{
"name": "smoke",
"path": "models/smoke_model.py",
"size": [640, 640],
"comment": "烟雾检测模型"
},
{
"name": "garbage",
"path": "models/garbage_model.py",
"size": [640, 640],
"comment": "垃圾检测模型"
}
]