Giter VIP home page Giter VIP logo

in-vehicle-driving-quality-monitoring's Introduction

In-vehicle Driving Quality Monitoring

Robotics and Intelligent Vehicle Automation Lab (RIVAL)

  • Built by Dong Chen, Zhaojian Li from Michigan State University
  • Started on Oct.19, 2019, Lastly updated on Sept.14, 2021

Overview

This project aims at building a on-device APP used to asist human drivers. This APP combines three basic functions: object detection(vehicle, traffic light, stop sign, pedestrain), lane deviation warning and distance estimation.

Motivation:

To be added...

Part1. Project Built Offline

Object Detection Module

We use the deep learning methods to do object detection. To be specific, we use the YOLO-v3 model to do object detection, here we are only curious about traffic-related objects, such as vehicles, pedestrain, traffic lights and stop signs.

output_example
Architecture of Yolo-v3 model

Lane Deviation Module

Considered limited computing resources on mobile devices (smart phones), we adapt the convential computer vision methods.

Modification logs:

  • Delete the display code for "intermediate pipeline images".
  • Simiplify codes.
  • Problems with road curvature and offset values are always positive.

Distance Estimation Module

47o FOV len.

output_example
Distance Estimation

When camera pitch angle is negligibly small, range d to vehicle can be calculated as in the following:
    d = F_c * H_c / (y_b - y_h)

Demos:

For privacy issues, there are few open resources for dash camera videos. We will show our application by three different video demos.

Reference

  1. YOLOv3: An Incremental Improvement
  2. What’s new in YOLO v3?
  3. Integration of Vehicle Detection and Distance Estimation using Stereo Vision for Real-Time AEB System
  4. Robust Range Estimation with a Monocular Camera for Vision-Based Forward Collision Warning System
  5. Advanced Lane Finding
  6. Lane Departure Warning System for Autonomous Driving

Part2. Project Built On Android

To be added...

Reference

  1. Yolo on iOS
  2. Mobileye Camera Development Kit

in-vehicle-driving-quality-monitoring's People

Contributors

dongchen06 avatar lingxuanhao 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.