Image Classification
Transformers
vision
kamalkraj commited on
Commit
e7637aa
·
1 Parent(s): f476037

config file

Browse files
Files changed (1) hide show
  1. config.json +43 -0
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "weights_url": "https://github.com/mlmed/torchxrayvision/releases/download/v1/mimic_nb-densenet121-d121-tw-lr001-rot45-tr15-sc15-seed0-best.pt",
3
+ "labels": [
4
+ "Atelectasis",
5
+ "Consolidation",
6
+ "",
7
+ "Pneumothorax",
8
+ "Edema",
9
+ "",
10
+ "",
11
+ "Effusion",
12
+ "Pneumonia",
13
+ "",
14
+ "Cardiomegaly",
15
+ "",
16
+ "",
17
+ "",
18
+ "Lung Lesion",
19
+ "Fracture",
20
+ "Lung Opacity",
21
+ "Enlarged Cardiomediastinum"
22
+ ],
23
+ "op_threshs": [
24
+ 0.08558747,
25
+ 0.011884617,
26
+ NaN,
27
+ 0.0040595434,
28
+ 0.010733786,
29
+ NaN,
30
+ NaN,
31
+ 0.118761964,
32
+ 0.022924708,
33
+ NaN,
34
+ 0.06358637,
35
+ NaN,
36
+ NaN,
37
+ NaN,
38
+ 0.022143636,
39
+ 0.017476924,
40
+ 0.1258702,
41
+ 0.014020768
42
+ ]
43
+ }