Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 920 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 920 Bytes

Weakly Supervised Neuron Reconstruction from Optical Microscopy Images with Morphological Priors.

This is a Pytorch implementation of "Weakly Supervised Neuron Reconstruction from Optical Microscopy Images with Morphological Priors." Overview Results

Installation

Please refer to requirement.txt for all required packages. Then, clone this repo

git clone https://github.com/zhangchih/MPNRGAN
cd MPNRGAN

Data

Prepare datasets of interest as described in dataset.md.

Training

Read the training tutorial for details.

Evaluation

Read the evaluation tutorial for details.