| [plugin] | |
| name = "smoke_fire_detection" | |
| version = "2.0.0" | |
| display_name = "Phát hiện khói lửa" | |
| description = "Phát hiện và cảnh báo cháy khói với theo dõi nhiều khung hình" | |
| library = "smoke_fire_detection.dll" | |
| [capabilities] | |
| use_gpu = true | |
| use_batching = true | |
| use_tracking = false | |
| use_alert = true | |
| use_zone = true | |
| [classes] | |
| defaults = ["Fire", "Smoke"] | |
| [models] | |
| files = ["fire_smoke_yolo.onnx"] | |
| [inference] | |
| model = "fire_smoke_yolo.onnx" | |
| confidence = 0.5 | |
| nms = 0.45 | |
| input_size = 640 | |