Real Time Semantic Segmentation using Efficient Neural Network

Project Overview

Semantic segmentation is a computer vision task where every pixel in an image is classified into a specific category. This project implements ENet, a lightweight deep neural network optimized for real-time segmentation with low latency. The model is tested on the CamVid dataset, and has achieved efficient segmentation performance at 10 FPS with a pixel accuracy of 75%.

Languages & Tech stack

Methodology

Results

Project Snippets

Detailed code on Github