Giter VIP home page Giter VIP logo

kdt-ad4-final's Introduction

KDT Final Project

Occasion

  1. Cars are equipped with cameras.
  2. We want to build ADAS.
  3. Use cameras on board to assist the human driver or to self-drive

User Stories

  • As an ADS, it needs to plan ahead so that it can move safely in RMC.
    • As a planning engineer, I want to know where the free space is on the road.
  • As an ADS, it needs to keep lane so that it can drive safely.
    • As a planning engineer, I want to know where the lane lines are.
  • As an ADS, it needs to change lane so that it can go to destination.
    • As a planning engineer, I want to know where the lane lines are.

Terms

  • ADS: Automated Driving System
  • RMC: Minimum Risk Condition

Goals

  1. (Main) Detect where the free space is on the road As Good As Tesla
    1. Color the free space of the road on the image by "image segmentation techinque"
  2. (Optional) Detect lane lines As Good As Tesla
    1. Draw continous lines/curves which indicates lane lines

Tasks

  1. Research state-of-the-art method to detect the free space on the road
  2. Decide the proper image segmentation techinque for the project among many
  3. Use dataset obtained from real car
  4. Build ML model and train/eval/test
    • Implement Custom Pytorch Dataset
    • Implement Custom Pytorch Dataloader
    • Implement Custom Pytorch module
    • Get images from dataset
    • Annotate date
    • Augment dataset
    • Implement unit tests
  5. Implement MLOps pipeline
    • Carry out unit tests
    • Turn Pytorch model to ONNX model
    • Turn ONNX model to TensorRT model
    • Implement integration test
    • Carry out integration test
    • Deploy to Jetson TX2

Candidates for Image Segmentation Technique

  1. W-net (Fully Unsupervised Image Segmentation)

  2. FCN-8 (Fully Convolutional Networks)

  3. SCNN (Spacial CNN)

Dataset Candidates

kdt-ad4-final's People

Contributors

junekimdev avatar

Watchers

 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.