MIC-DKFZ / basic_unet_example

An example project of how to use a U-Net for segmentation on medical images with PyTorch.
Apache License 2.0
140 stars 38 forks source link

How to write U-Net Deep Learning code dealing with ".tiff" images? #16

Open JenniferYingyiWu2020 opened 3 years ago

JenniferYingyiWu2020 commented 3 years ago

Hi, I have read the supervised machine learning on the page of "https://rasterframes.io/supervised-learning.html", now I would like to implement U-Net (Semantic Segmentation) Deep Learning which is integrated with RasterFrames. However, I am so confused about how to write U-Net Deep Learning code dealing with ".tiff" images? So, would you pls help to give me some suggestions? Many Thanks!