Image_Segmentation icon indicating copy to clipboard operation
Image_Segmentation copied to clipboard

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.

Results 50 Image_Segmentation issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your amazing code; the "length" variable in the solver is the total data size, how in the evaluation.py ,the acc and othor metrics is calculated base...

I got "tuple index out of range" with the Attention Unet.

the segmentsation result is transformed to the binary , I think maybe we should use the sigmoid result ,not the binary result

hello: Since I don't have a GPU, I reduced the number of pictures and the number of iterations.But the result shows 'SE: 0.0000, SP: 0.0000, PC: 0.0000, F1: 0.0000, JS:...

Hello,i want to train a multi-class task,What needs to be changed,such as Loss and so on Thank you~

Thanks for sharing useful project I have a question about the score in this repo I had prepared the data ISIC same yours. > 1815 images were used for training,...

tested on pytorch==1.2.0 ISIC 2018 dataset first loop result[All default]: Epoch [1/150], Loss: 570.2478, [Training] Acc: 0.8824, SE: 0.7623, SP: 0.9695, PC: 0.7704, F1: 0.6987, JS: 0.5823, DC: 0.6987 [Validation]...

> hey guys. use pytorch e.g. change "TP = ((SR==1)+(GT==1))==2" to "TP = SR & GT" thanks, i try it now, and do you have some recommend with pytorch >...

Hi everyone, many thanks to @LeeJunHyun for the awesome implementations. I'm using this repo to segment medical grayscale images on a private dataset. I have a problem in the training...