-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy patheval_constants.py
More file actions
25 lines (24 loc) · 893 Bytes
/
eval_constants.py
File metadata and controls
25 lines (24 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LOCALIZATION_TASKS = ["Enlarged Cardiomediastinum",
"Cardiomegaly",
"Lung Lesion",
"Airspace Opacity",
"Edema",
"Consolidation",
"Atelectasis",
"Pneumothorax",
"Pleural Effusion",
"Support Devices"]
CHEXPERT_TASKS = ["No Finding",
"Enlarged Cardiomediastinum",
"Cardiomegaly",
"Lung Lesion",
"Airspace Opacity",
"Edema",
"Consolidation",
"Pneumonia",
"Atelectasis",
"Pneumothorax",
"Pleural Effusion",
"Pleural Other",
"Fracture",
"Support Devices"]