This video is all about the most popular and widely used Segmentation Model called UNET. UNet is built for biomedical Image Segmentation. It is base model for any segmentation task. It follows a encoder decoder approach. It used skip connection to get the local information during down sampling path, and use it during upsampling path.

CODE: https://github.com/nikhilroxtomar/UNet-Segmentation-in-Keras-TensorFlow/blob/master/unet-segmentation.ipynb

#keras #tensorflow

Unet Segmentation in Keras TensorFlow
27.00 GEEK