Modified DeepLab V3+ architecture for semantic segmentation on IDD
We have used TensorFlow's 2 research models, namely Deeplab & Slim, to perform Semantic Segmentation on the Indian Driving Dataset.
@tensorflow/models/tree/master/research/deeplab is used to perform Semantic Segmentation task.
@tensorflow/models/tree/master/research/slim is used for some functions in deeplab code.