Skip to content

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

Notifications You must be signed in to change notification settings

CoNfIg7952/UNet_Drivable_area_Segmentation

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