Update config.json
Browse files- config.json +12 -7
config.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
|
|
|
| 4 |
"model_type": "yolov8",
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"YOLOv8"
|
| 4 |
+
],
|
| 5 |
"model_type": "yolov8",
|
| 6 |
+
"task": "object-detection",
|
| 7 |
+
"framework": "pt",
|
| 8 |
+
"num_classes": 2,
|
| 9 |
+
"classes": ["infected", "uninfected"],
|
| 10 |
+
"image_size": [640, 640],
|
| 11 |
+
"backbone": "yolov8n",
|
| 12 |
+
"confidence_threshold": 0.25,
|
| 13 |
+
"iou_threshold": 0.45,
|
| 14 |
+
"_name_or_path": "fbononibelloepoch/malaria-detection"
|
| 15 |
}
|