Image Classification
Transformers
vision
Inference Endpoints
kamalkraj commited on
Commit
dfc296c
1 Parent(s): 20d9a08

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/nih-pc-chex-mimic_ch-google-openi-kaggle-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
+ "Lung Lesion",
19
+ "Fracture",
20
+ "Lung Opacity",
21
+ "Enlarged Cardiomediastinum"
22
+ ],
23
+ "op_threshs": [
24
+ 0.07422872,
25
+ 0.038290843,
26
+ 0.09814756,
27
+ 0.0098118475,
28
+ 0.023601074,
29
+ 0.0022490358,
30
+ 0.010060724,
31
+ 0.103246614,
32
+ 0.056810737,
33
+ 0.026791653,
34
+ 0.050318155,
35
+ 0.023985857,
36
+ 0.01939503,
37
+ 0.042889766,
38
+ 0.053369623,
39
+ 0.035975814,
40
+ 0.20204692,
41
+ 0.05015312
42
+ ],
43
+ "ppv80_thres": [
44
+ 0.72715247,
45
+ 0.8885005,
46
+ 0.92493945,
47
+ 0.6527224,
48
+ 0.68707734,
49
+ 0.46127197,
50
+ 0.7272054,
51
+ 0.6127343,
52
+ 0.9878492,
53
+ 0.61979693,
54
+ 0.66309816,
55
+ 0.7853459,
56
+ 0.930661,
57
+ 0.93645346,
58
+ 0.6788558,
59
+ 0.6547198,
60
+ 0.61614525,
61
+ 0.8489876
62
+ ]
63
+ }