This repository shows you how to create your own image segmentation dataset by using the Carla Simulator. You can find full documentation and the code I used on in the How to create your own image segmentation dataset notebook.
This repository also shows you how to train a UNet Model for the image segmentation task by using the fast ai library. You can find the code in the Train UNet for image segmentation Task notebook.