Unet_pytorch icon indicating copy to clipboard operation
Unet_pytorch copied to clipboard

Implementation of U-Net architecture using Pytorch

Results 4 Unet_pytorch issues
Sort by recently updated
recently updated
newest added

![ori_1](https://user-images.githubusercontent.com/127924692/226914267-c1a2c376-edc2-4e09-9fe0-70c16c2d4308.png) ![pred_1](https://user-images.githubusercontent.com/127924692/226914326-48b6144b-c6e0-4c8a-b920-be54143af5d7.png) why my prediction image look so strange?

Hi, Jakeoung I am running your code and everything is fine. But I am wondering that why do you use figures from training dataset to do prediction in the main.py?...

hi, When I use your code . I have some questions. The U-Net paper equation (2) is how to exhibite in your code? thank you.