提高视频帧率
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user