Authors:
- Duong Le Tuong Khang
- La Truong Hai
- Nguyen Huu Khang
This github includes preprocessing algorithms, segmentation models and post-processing method
We use dataset from a paper: Association of genomic subtypes of lower-grade gliomas with shape features automatically extracted by a deep learning algorithm
We uses this github to remove skull in MRI image to increase accuracy.
We implement CLAHE to image and resize it to common frame (256x256).
We compare some models like Unet, Unet++ and analysis advantages and drawbacks between them. Furthermore, we distinguish a number of loss functions: BCE-Dice loss, tversky loss, focal tversky loss and Jaccard Loss. Also, in this project, we study about how adam and sgd optimization affected model and provide a summary about them.
When we had a model, we recognized some drawbacks. Initially, some holes and small regions emerged in masks. To solve this problem, we apply a algorithms that it finds a connected components and deletes follow to a threshold.
Source code in Web deployment folder.