| [plugin] | |
| name = "object_detection" | |
| version = "2.0.0" | |
| display_name = "Nhận diện vật thể" | |
| description = "Phát hiện vật thể với mô hình COCO 80 lớp" | |
| library = "object_detection.dll" | |
| [capabilities] | |
| use_gpu = true | |
| use_batching = true | |
| use_tracking = true | |
| use_zone = true | |
| [models] | |
| files = ["yolov8n.onnx"] | |
| [inference] | |
| model = "yolov8n.onnx" | |
| confidence = 0.75 | |
| nms = 0.45 | |
| input_size = 640 | |