diff --git a/src/ptbench/models/pasa.py b/src/ptbench/models/pasa.py index d4e5b2a85203bc9aa6be2d1642e84b903497024e..78dff8e3fb402b4cccdec93f046096f9e7a8f2cb 100644 --- a/src/ptbench/models/pasa.py +++ b/src/ptbench/models/pasa.py @@ -9,23 +9,6 @@ import torch.nn.functional as F from .normalizer import TorchVisionNormalizer -colors = [ - [(47, 79, 79), "Cardiomegaly"], - [(255, 0, 0), "Emphysema"], - [(0, 128, 0), "Pleural effusion"], - [(0, 0, 128), "Hernia"], - [(255, 84, 0), "Infiltration"], - [(222, 184, 135), "Mass"], - [(0, 255, 0), "Nodule"], - [(0, 191, 255), "Atelectasis"], - [(0, 0, 255), "Pneumothorax"], - [(255, 0, 255), "Pleural thickening"], - [(255, 255, 0), "Pneumonia"], - [(126, 0, 255), "Fibrosis"], - [(255, 20, 147), "Edema"], - [(0, 255, 180), "Consolidation"], -] - class PASA(pl.LightningModule): """PASA module.