Unet_pytorch
Unet_pytorch copied to clipboard
Implementation of U-Net architecture using Pytorch
  why my prediction image look so strange?
i have 20 images in my training dataset and respective mask. Can anyone help??
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.