pytorch-nested-unet
pytorch-nested-unet copied to clipboard
PyTorch implementation of UNet++ (Nested U-Net).

My model output is not segmented image. It is blurry gray colored image. How to improve this. Thanks
Dataset
Can you share the dataset with me? Thank you
After training, if the segmentation result is predicted with the given image? Thanks!
Why is the iou result of your code 0.843, but the iou result of the original author of UNet++ for DSB2018 data set 0.92? How can I debug it so...
please provide a pre-trained model checkpoint.
I can train with my own dataset if I use 96 pixels x 96 pixels with matching masks. When I change this to 192 or 512 pixels my model always...
I have tried every step exactly as the author recorded. However, there is always a bug in the period of running train.py. I suggest all of the users to move...
training speed gets slower when i train a 32 classes dataset