forked from zudi-lin/pytorch_connectomics
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alok Verma edited this page Jul 22, 2020
·
12 revisions
We summarize here the steps and code needed to be run for generating a training dataset for skeleton prediction. SegEM dataset is used as an exemplary dataset. We only utilize the ground truth skeletons from the dataset for training and evaluation.
As described in my masters thesis we encode skeletons into a flux field and train a U-net to predict the flux. Decoding skeletons from flux is achieved by thresholding divergence of the predicted flux field.
Below steps will describe the complete process of training data generation, model training, prediction, and skeleton decoding.