This code implements the method that is described in the paper:
[1] Joris Roels, Julian Hennies, Yvan Saeys, Wilfried Philips, Anna Kreshuk, "Domain adaptive segmentation in volume electron microscopy imaging", ISBI, 2019.
- Tested with Python 3.6
- Required Python libraries (these can be installed with
pip install -r requirements.txt
): - Data to test the notebook example (optional):
We provide test scripts for Y-Net [1] that illustrates the usage of our method (both unsupervised and semi-supervised domain adaptation). Note that the data paths might be different, depending on where you downloaded the source and target data. The data volumes should be converted to PNG sequences. The neuralnets library contains various conversion scripts for volume data.