Skip to content

This repository showcases the implementation of both Semantic Segmentation Model and Object Detection Models for Self-Driving Cars.

Notifications You must be signed in to change notification settings

omkarchittar/Semantic_Segmentation_and_Object_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Segmentation and Object Detection for Autonomous Driving

Introduction

Semantic segmentation and object detection are critical tasks for enabling self-driving cars to perceive and navigate their surroundings safely.

Semantic Segmentation

Semantic segmentation involves labeling each pixel in an image with its corresponding object class. This detailed understanding of the road scene aids in safe navigation and decision-making.

Object Detection

Object detection is a fundamental computer vision task that involves identifying and locating objects of interest within an image. For self-driving cars, object detection helps in identifying various obstacles, pedestrians, other vehicles, and road signs in the environment.

U-Net Architecture for Semantic Segmentation

The U-Net architecture is employed for semantic segmentation due to its effectiveness in capturing spatial information. It features a contracting path for context extraction and an expansive path for accurate segmentation.

YOLOv3 and YOLOv8 Architectures for Object Detection

For object detection, both YOLOv3 and YOLOv8 models are utilized. YOLO (You Only Look Once) models are chosen for their efficiency and accuracy. They divide an image into a grid and predict bounding boxes and class probabilities for objects in each grid cell.

Dataset

The project utilizes the following datasets from Kaggle:

Results

U-Net Semantic Segmentation

  • Training accuracy: 98.02%
  • Validation accuracy: 97.78%
  • Sample Segmentation Results: Sample Segmentation Result 1 Sample Segmentation Result 2

YOLOv3 Object Detection

  • Sample Object Detection Result: Sample YOLOv3 Result

YOLOv8 Object Detection

  • Sample Object Detection Result: Sample YOLOv8 Result

The code folder contains model codes. Explore more results and the models' performance in the project's Jupyter Notebook.

About

This repository showcases the implementation of both Semantic Segmentation Model and Object Detection Models for Self-Driving Cars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages