Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CoNfIg7952/UNet_Drivable_area_Segmentation

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Drivable area Segmentation using BDK100 Dataset with UNet

Table of Contents

Project Overview

This project focuses on drivable area detection using the BDK100 dataset and a UNet model. The goal is to accurately identify lane lines which you can drive in, which is a critical task for autonomous driving systems.

Dataset

Click here for dataset description and download

Model Architecture

I have implemented a UNet model for drivable area segmentation. The UNet architecture consists of an encoder-decoder structure that helps in capturing both local and global information for precise segmentation. image

Key Features:

  • Encoder: Custom CNN model was used here as in the paper
  • Decoder: Upsampling with skip connections
  • Loss function: Dice loss
  • Optimizer: Adam

to run this project locally, download the utils.py file, which has the required utils to run the UNet_code

About

using the Unet model to segment images in order to find which lanes are drivable for a car

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.