├── Images ├── .DS_Store ├── IPMI-1.png ├── IPMI-2021.png └── IPMI-Entropy.png ├── README.md ├── UNet_Base.py ├── evaluateAllMetrics.py ├── medicalDataLoader.py ├── progressBar.py ├── requirements.txt ├── runTest.py └── utils.py /Images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/Images/.DS_Store -------------------------------------------------------------------------------- /Images/IPMI-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/Images/IPMI-1.png -------------------------------------------------------------------------------- /Images/IPMI-2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/Images/IPMI-2021.png -------------------------------------------------------------------------------- /Images/IPMI-Entropy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/Images/IPMI-Entropy.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/README.md -------------------------------------------------------------------------------- /UNet_Base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/UNet_Base.py -------------------------------------------------------------------------------- /evaluateAllMetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/evaluateAllMetrics.py -------------------------------------------------------------------------------- /medicalDataLoader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/medicalDataLoader.py -------------------------------------------------------------------------------- /progressBar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/progressBar.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/requirements.txt -------------------------------------------------------------------------------- /runTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/runTest.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josedolz/MSL-student-becomes-master/HEAD/utils.py --------------------------------------------------------------------------------