Giter Club home page Giter Club logo

star-eyes's Introduction

STAR EYES

Introduction

Advanced driver assistance systems (ADAS) have achieved a compelling success. However, existing methods met some inevitable drawbacks in security and cost. For instance, deep-learning-based detection algorithm are unstable in real-world applications, and the hardware configurations are too expensive to be deployed on most of vehicles. To address these issues, we build a novel ADAS, termed as STAR EYES. We combine conventional computer vision technology and deep-learning-based methods to build more precise and steady algorithms, meanwhile develop the algorithm of monocular ranging distance with assistance of only cameras. Besides, in order to help drivers, we first add a panoramic stitching and 3D live road model into ADAS products for comfortable feelings.

Predictive Forward Collision Warning System

Avoid hazards: Lane Detection, Object Recognization and Ranging

Lane Detection

Lane detection can help us to concentrate on objects in the same road with driver. The most familiar approach to fit line is proposed. In this method, Hough transform and least square have been combined to process experiment data and the contour of binary images.

Object Recognization

YOLOv3 is a real-time object detection algorithm that identifies specific objects in videos, live feeds, or images. YOLO uses features learned by a deep convolutional neural network to detect an object.

In the case of real-time driving, YOLOv3 has better performance that the other models in reaction and accuracy.

Ranging Distance

Monocular camera ranging is really a huge challenge to everyone engaged in computer vision. To avoid the deviation caused by the different parameters of cameras, the best way is to recaculate the Distortion Coefficients and Calibration Matrix. The specific process to repeat Affine transformation over and over again, colloquaily, up and down.

Blind Spot Monitoring System

Perceive like a sensor: Panoramic stitching and 3D Mapping

Panoramic Stitching

By mixing camera pictures from four differnent sides, we could get an aerial view of car and its around. It helps drivers observe around more precisely.

3D-Live Road Model

Obviously, large amounts of products can obtain data and handle it with programming like image process or machine learning. In real-time driving, all the objects coordinate was mapping to 3D model in screen. This function builds a succinct picture to express relative positions of every vehicles, thus helping drivers observe the road more precisely.

star-eyes's People

Contributors

13927 avatar alafell avatar henry-bugfree avatar minghaofu avatar

Stargazers

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