This is an implementation of the dual-task network used for medical image segmentation in TensorFlow. The original paper was published at AAAI 2021, and the original source code (using PyTorch) can be found here. This code was written as part of the CISC 867 Deep Learning course at Queen's University in Kingston, following the ML Reproducibility Challenge 2021.
git clone https://github.com/chriscyyeung/DTC-TensorFlow.git
pip install -r requirements.txt
cd code
python main.py -p train
python main.py -p test
The hyperparameters can be changed by modifying the values in the configs/config.json file, and data augmentation transformations can be modified in the configs/pipeline.yaml file.