Image Classification
Transformers
vision
Inference Endpoints
kamalkraj commited on
Commit
66ba023
1 Parent(s): a339264

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/chex-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.1988969,
25
+ 0.05710573,
26
+ NaN,
27
+ 0.0531293,
28
+ 0.1435217,
29
+ NaN,
30
+ NaN,
31
+ 0.27212676,
32
+ 0.07749717,
33
+ NaN,
34
+ 0.19712369,
35
+ NaN,
36
+ NaN,
37
+ NaN,
38
+ 0.09932402,
39
+ 0.09273402,
40
+ 0.3270967,
41
+ 0.10888247
42
+ ]
43
+ }