Skip to content

ChaelDu/SIFA

 
 

Repository files navigation

Synergistic Image and Feature Adaptation:
Towards Cross-Modality Domain Adaptation for Medical Image Segmentation

Tensorflow implementation of our unsupervised cross-modality domain adaptation framework

Paper

Synergistic Image and Feature Adaptation: Towards Cross-Modality Domain Adaptation for Medical Image Segmentation
AAAI Conference on Artificial Intelligence, 2019 (oral)

Installation

  • Install TensorFlow 1.4 and CUDA 8.0
  • Clone this repo
git clone https://github.com/cchen-cc/SIFA
cd SIFA

Data Preparation

  • Raw data needs to be written into tfrecord format to be decoded by ./data_loader.py.
  • Put tfrecord data of two domains into corresponding folders under ./data accordingly.
  • Run ./create_datalist.py to generate the datalists containing the path of each data.

Train

  • Modify paramter values in ./config_param.json
  • Run ./main.py to start the training process

Note

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%