✨ feat: python模型管理
This commit is contained in:
14
python-inference-service/models.json
Normal file
14
python-inference-service/models.json
Normal 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": "垃圾检测模型"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user