parasdahiya / BiSeNet-Road-Segmentation

This repository is the implementation of the "Bilateral Segmentation Network for Real-Time Semantic Segmentation" paper by Changqian Yu et al. which was published in ECCV 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BiSeNet-Road-Segmentation

Open In Colab

This repository is the implementation of the "Bilateral Segmentation Network for Real-Time Semantic Segmentation" paper by Changqian Yu et al. which was published in ECCV 2018 for road segmentation in particular.

BiSeNet is particularly useful for segmenting roads in case of unstructured scenarios, where the roads are neither well-maintained nor well-marked. Also, since BiSeNet combines the low-level (spatial) features with high-level (contextual) features very well, it produces a high mIoU score even when the road are crowded.

Original Image Segmented Image Original Image Segmented Image

About

This repository is the implementation of the "Bilateral Segmentation Network for Real-Time Semantic Segmentation" paper by Changqian Yu et al. which was published in ECCV 2018.


Languages

Language:Jupyter Notebook 95.7%Language:Python 4.3%