Official implementation of "Addressing Distribution Mismatch for Effective Semi-Supervised Neuron Segmentation" [under review]
cd Pretraining
python pretraining.py
cd CGS
python CGS.py
cd IIC-Net
python warmup.py
python semi_tuning.py
This code is based on SSNS-Net (IEEE TMI'22) by Huang Wei et al. The postprocessing tools are based on constantinpape/elf and funkey/waterz. Should you have any further questions, please let us know. Thanks again for your interest.