Mjolnirslams's picture
Upload folder using huggingface_hub
18f49c1 verified
Raw
History Blame Contribute Delete
941 Bytes
{
"architecture": "retinal_dual_eye_ensemble",
"backbones": [
"efficientnet_b4",
"inception_resnet_v2"
],
"num_classes": 8,
"dropout": 0.5,
"image_size": 448,
"norm_means": [
[
0.485,
0.456,
0.406
],
[
0.5,
0.5,
0.5
]
],
"norm_stds": [
[
0.229,
0.224,
0.225
],
[
0.5,
0.5,
0.5
]
],
"labels": [
"N",
"D",
"G",
"C",
"A",
"H",
"M",
"O"
],
"label_names": {
"N": "Normal",
"D": "Diabetes",
"G": "Glaucoma",
"C": "Cataract",
"A": "AMD",
"H": "Hypertension",
"M": "Myopia",
"O": "Other"
},
"thresholds": [
0.45268115401268005,
0.5955283641815186,
0.7139220833778381,
0.7515495419502258,
0.5114160180091858,
0.3302590250968933,
0.540062427520752,
0.5132951736450195
],
"weights_file": "model.safetensors"
}