提高视频帧率

This commit is contained in:
2025-10-08 11:51:28 +08:00
parent f40d6ffcb6
commit f0b4c5a8bf
13 changed files with 133 additions and 648 deletions

View File

@@ -1,14 +1,18 @@
[
{
"name": "smoke",
"path": "models/smoke_model.py",
"path": "models/universal_yolo_model.py",
"model_file": "smoke.pt",
"display_name": "吸烟检测",
"size": [640, 640],
"comment": "烟检测模型"
"comment": "烟检测模型 - YOLOv11"
},
{
"name": "garbage",
"path": "models/garbage_model.py",
"path": "models/universal_yolo_model.py",
"model_file": "garbage.pt",
"display_name": "垃圾识别",
"size": [640, 640],
"comment": "垃圾检测模型"
"comment": "垃圾检测模型 - YOLOv8"
}
]