This repository contains codes for Liver Tumor Segmentation from CT Scans using different state-of-the-art techniques and implementation of various research papers.
The Liver Tumor Segmentation Dataset - LiTS has been used for the implementations, but it can be generalized to any dataset by changing the tensorflow dataloaders. The input images in the implementation are of 512x512 jpeg format, later resized to 256x256.
In each Jupyter Notebook, a cell indicating the version of tensorflow and keras used in the implementation has been added for easy reference and code reproducibility. In addition, numpy and tensorflow random seeds have also been included for the same.
Currently, the following models have been implemented -
- U-Net, Ronneberger et al.
- Attention U-Net, Oktay et al.
- TransUNet, Chen et al.
- DeepLabv3+, Chen et al.
Feel free to leave your thoughts and get in touch for related discussion