GitHub - czifan/unet.pytorch
https://github.com/czifan/unet.pytorch10.04.2020 · unet.pytorch. This is my implementation of the U-Net in Pytorch for EM segmentation challenge.. Overview Data. The original dataset is from EM segmentation challenge, and I've downloaded it and done the pre-processing.You can find it in folder .data/. Data augmentation. I used the first 28 512×512 images to train and the rest of them for validating.