Image Segmentation Using U-Net
- Tech Stack: Tensorflow, Python, numpy, keras, pandas
- Github URL: Project Link
Performed semantic image segmentation using U-NET architecture. Used CARLA driving data set in order to perform the same.
U-Net is a type of CNN designed for quick, precise image segmentation, used to predict a label for every single pixel in an image; for example in case of an image from a self-driving car dataset.