chxprt / constants.py
dedelste's picture
first try
1156de8
Raw
History Blame Contribute Delete
380 Bytes
"""
Constants used throughout the project.
"""
# CheXpert class labels
CHEXPERT_CLASSES = [
"No Finding",
"Enlarged Cardiomediastinum",
"Cardiomegaly",
"Lung Opacity",
"Lung Lesion",
"Edema",
"Consolidation",
"Pneumonia",
"Atelectasis",
"Pneumothorax",
"Pleural Effusion",
"Pleural Other",
"Fracture",
"Support Devices",
]