This is a Pytorch implementation of "Weakly Supervised Neuron Reconstruction from Optical Microscopy Images with Morphological Priors."
Please refer to requirement.txt for all required packages. Then, clone this repo
git clone https://github.com/zhangchih/MPNRGAN
cd MPNRGAN
Prepare datasets of interest as described in dataset.md.
Read the training tutorial for details.
Read the evaluation tutorial for details.