Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config = {
|
2 |
+
"model_type": "dinov2-segmentation",
|
3 |
+
"checkpoint_name": best_checkpoint,
|
4 |
+
"num_classes": 6,
|
5 |
+
"image_size": 252,
|
6 |
+
"class_names": [
|
7 |
+
"Background", "Neoplastic", "Inflammatory",
|
8 |
+
"Connective", "Dead", "Epithelial"
|
9 |
+
],
|
10 |
+
"architecture": "DINOv2-Base with custom segmentation head"
|
11 |
+
}
|