18 lines
430 B
JSON
18 lines
430 B
JSON
[
|
|
{
|
|
"name": "smoke",
|
|
"path": "models/universal_yolo_model.py",
|
|
"model_file": "smoke.pt",
|
|
"display_name": "吸烟检测",
|
|
"size": [640, 640],
|
|
"comment": "吸烟检测模型 - YOLOv11"
|
|
},
|
|
{
|
|
"name": "garbage",
|
|
"path": "models/universal_yolo_model.py",
|
|
"model_file": "garbage.pt",
|
|
"display_name": "垃圾识别",
|
|
"size": [640, 640],
|
|
"comment": "垃圾检测模型 - YOLOv8"
|
|
}
|
|
] |