zhixuhao / unet

unet for image segmentation
MIT License
4.6k stars 2k forks source link

Alternate Application for this UNET #245

Open Avaneesh-Ramesh-07 opened 1 year ago

Avaneesh-Ramesh-07 commented 1 year ago

Hi all,

My application is not edge detection but reproducing a grayscale image. I am using this network as is, and it is giving me a black or white edge image. Will I be able to use this UNET for my application, and if so, please advise. If not, is there any other UNET or network I can use for my situation, and can you please point me to that source?

Thanks