config file
Browse files- config.json +43 -0
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"weights_url": "https://github.com/mlmed/torchxrayvision/releases/download/v1/pc-densenet121-d121-tw-lr001-rot45-tr15-sc15-seed0-best.pt",
|
| 3 |
+
"labels": [
|
| 4 |
+
"Atelectasis",
|
| 5 |
+
"Consolidation",
|
| 6 |
+
"Infiltration",
|
| 7 |
+
"Pneumothorax",
|
| 8 |
+
"Edema",
|
| 9 |
+
"Emphysema",
|
| 10 |
+
"Fibrosis",
|
| 11 |
+
"Effusion",
|
| 12 |
+
"Pneumonia",
|
| 13 |
+
"Pleural_Thickening",
|
| 14 |
+
"Cardiomegaly",
|
| 15 |
+
"Nodule",
|
| 16 |
+
"Mass",
|
| 17 |
+
"Hernia",
|
| 18 |
+
"",
|
| 19 |
+
"Fracture",
|
| 20 |
+
"",
|
| 21 |
+
""
|
| 22 |
+
],
|
| 23 |
+
"op_threshs": [
|
| 24 |
+
0.031012505,
|
| 25 |
+
0.013347598,
|
| 26 |
+
0.081435576,
|
| 27 |
+
0.001262615,
|
| 28 |
+
0.002587246,
|
| 29 |
+
0.0035944257,
|
| 30 |
+
0.0023071,
|
| 31 |
+
0.055412333,
|
| 32 |
+
0.044385884,
|
| 33 |
+
0.042766232,
|
| 34 |
+
0.043258056,
|
| 35 |
+
0.037629247,
|
| 36 |
+
0.005658899,
|
| 37 |
+
0.0091741895,
|
| 38 |
+
NaN,
|
| 39 |
+
0.026507627,
|
| 40 |
+
NaN,
|
| 41 |
+
NaN
|
| 42 |
+
]
|
| 43 |
+
}
|