Image Classification
Transformers
vision
Inference Endpoints
kamalkraj commited on
Commit
27c7ae9
1 Parent(s): 7eb55eb

config file

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "weights_url": "https://github.com/mlmed/torchxrayvision/releases/download/v1/pc-nih-rsna-siim-vin-resnet50-test512-e400-state.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
+ "Lung Lesion",
19
+ "Fracture",
20
+ "Lung Opacity",
21
+ "Enlarged Cardiomediastinum"
22
+ ],
23
+ "op_threshs": [
24
+ 0.51570356,
25
+ 0.50444704,
26
+ 0.53787947,
27
+ 0.50723547,
28
+ 0.5025118,
29
+ 0.5035252,
30
+ 0.5038076,
31
+ 0.51862943,
32
+ 0.5078151,
33
+ 0.50724894,
34
+ 0.5056339,
35
+ 0.510706,
36
+ 0.5053923,
37
+ 0.5020846,
38
+ NaN,
39
+ 0.5080557,
40
+ 0.5138526,
41
+ NaN
42
+ ],
43
+ "ppv80_thres": [
44
+ 0.690908,
45
+ 0.720028,
46
+ 0.7303882,
47
+ 0.7235838,
48
+ 0.6787441,
49
+ 0.7304924,
50
+ 0.73105824,
51
+ 0.6839408,
52
+ 0.7241559,
53
+ 0.7219969,
54
+ 0.6346738,
55
+ 0.72764945,
56
+ 0.7285066,
57
+ 0.5735704,
58
+ NaN,
59
+ 0.69684714,
60
+ 0.7135549,
61
+ NaN
62
+ ]
63
+ }