Giter VIP home page Giter VIP logo

stereovisionforadas's Introduction

Stereo vision for ADAS

Stereo vision for ADAS (unsupervised learning)

  1. Stereo matching
  2. Stixel estimation
  3. Stixel segmentation(clustering), object detection
  4. Surface Normal Vector estimation

Test on intel-core i7 desktop(cpu), processing time : 24ms/frame

Requirements

  • C++ 11+
  • OpenCV 2.4.9+, 3.0.0+
  • OpenCV Extra (if you want to show 3D plot)
  • pkg-config (mac, linux)
  • cross platform(windows, osx, linux)

Usage

Input data (Test on KITTI data)

└── data
    └── left
        └── 010%d.png (start from 0000000000.png)
    └── right
        └── 010%d.png

To test a code in osx or linux

$ ./compile.sh
$ g++ -o stereovisionforadas ./*.cpp `pkg-config --cflags --libs opencv` --std=c++11
$ ./stereovisionforadas

To test a code in windows

  • use visual studio, warning for opencv path (viz class)
  • TBD

Algorithm

Result

Video : 3D visualization

Video : Objectness, surface normal

Acknowledgement

This project has been working in CVLab. at Inha Univ.

http://vision.inha.ac.kr/

stereovisionforadas's People

Contributors

tkwoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stereovisionforadas's Issues

whether this project can be applied to our own data?

Hello, thank for your code sharing. But I wonder whether this code can be applied to our own data? Because I have seen from the file in StereoVisionforADAS that other data are not support. Could you tell the reason and what files needed to be modify to make it suitable for own data if it can? Please, thx!

Some question about principle

Hi, I am still a little puzzed by the principle of this project, so can you give me more instruction for me to modify this algorithm? As I understand, this project does as follow:

  1. get the disparity map and remove the ground using V-disparity;
  2. set a constant height and uses stixel world to describe the obstacle under the height;
    right?
    but I don't know the next step stixel segmentation, what this step based on to segment stixel into different objects?
    Can you give me more instruction about this? Thx a lot ! !

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.