Giter Site home page Giter Site logo

sudoshivam / ai-for-self-driving-cars Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 21.43 MB

Semantic segmentation models for self-driving cars. Models developed for "Lyft Udacity Challenge for Self-driving Cars".

License: MIT License

Jupyter Notebook 100.00%
deep-learning lyft-perception-challenge segmentation-models u-net

ai-for-self-driving-cars's Introduction

Semantic Segmentation and Object Detection for Self-Driving Cars

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

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. You can find more models on my Kaggle profile.

ai-for-self-driving-cars's People

Contributors

sudoshivam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.