Upload config.json
Browse files- config.json +55 -0
config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "hne2cell",
|
| 3 |
+
"architecture": "CellViT",
|
| 4 |
+
"task": "image-segmentation",
|
| 5 |
+
"description": "H&E whole-slide image cell detection and classification (16 cell types).",
|
| 6 |
+
"weights_file": "HNE2cell_pub_patch73_jit.pt",
|
| 7 |
+
"weights_format": "torchscript",
|
| 8 |
+
"framework": "pytorch",
|
| 9 |
+
"input_size": [256, 256],
|
| 10 |
+
"input_channels": 3,
|
| 11 |
+
"recommended_magnification": 40,
|
| 12 |
+
"supported_magnifications": [40, 20],
|
| 13 |
+
"patch_overlap": 64,
|
| 14 |
+
"num_classes": 16,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "Background",
|
| 17 |
+
"1": "Malignant",
|
| 18 |
+
"2": "CD4 T",
|
| 19 |
+
"3": "CD8 T",
|
| 20 |
+
"4": "B",
|
| 21 |
+
"5": "Plasma",
|
| 22 |
+
"6": "Macrophage",
|
| 23 |
+
"7": "Myeloid",
|
| 24 |
+
"8": "DC",
|
| 25 |
+
"9": "Fibroblast",
|
| 26 |
+
"10": "Endothelial",
|
| 27 |
+
"11": "Pericyte",
|
| 28 |
+
"12": "Epithelial",
|
| 29 |
+
"13": "Immune_Other",
|
| 30 |
+
"14": "Stromal_Other",
|
| 31 |
+
"15": "Dead"
|
| 32 |
+
},
|
| 33 |
+
"label2id": {
|
| 34 |
+
"Background": 0,
|
| 35 |
+
"Malignant": 1,
|
| 36 |
+
"CD4 T": 2,
|
| 37 |
+
"CD8 T": 3,
|
| 38 |
+
"B": 4,
|
| 39 |
+
"Plasma": 5,
|
| 40 |
+
"Macrophage": 6,
|
| 41 |
+
"Myeloid": 7,
|
| 42 |
+
"DC": 8,
|
| 43 |
+
"Fibroblast": 9,
|
| 44 |
+
"Endothelial": 10,
|
| 45 |
+
"Pericyte": 11,
|
| 46 |
+
"Epithelial": 12,
|
| 47 |
+
"Immune_Other": 13,
|
| 48 |
+
"Stromal_Other": 14,
|
| 49 |
+
"Dead": 15
|
| 50 |
+
},
|
| 51 |
+
"normalization": "reinhard_lab",
|
| 52 |
+
"normalization_reference": "standard-ilc.tif",
|
| 53 |
+
"license": "cc-by-nc-4.0",
|
| 54 |
+
"_name_or_path": "roobee79/HNE2Cell"
|
| 55 |
+
}
|