malaria-detection / config.json
fbononibelloepoch's picture
Update config.json
1ccb10a verified
raw
history blame
375 Bytes
{
"architectures": [
"YOLOv8"
],
"model_type": "yolov8",
"task": "object-detection",
"framework": "pt",
"num_classes": 2,
"classes": ["infected", "uninfected"],
"image_size": [640, 640],
"backbone": "yolov8n",
"confidence_threshold": 0.25,
"iou_threshold": 0.45,
"_name_or_path": "fbononibelloepoch/malaria-detection"
}