Practical image segmentation with Unet

Introduction In this post we will learn how Unet works, what it is used for and how to implement it. To do so we will use the original Unet paper, Pytorch and a Kaggle competition where Unet was massively used. If you don't know anything about Pytorch, you are afraid…