Code Monkey home page Code Monkey logo

disparity-sliding-window's Introduction

Disparity Sliding Window: Object Proposals from Disparity Images

This respository provides code for our disparity sliding window method, a real-time proposal generator. Paper is submitted for IROS 2018. Code is written in C++ and also provides a wrapper for usage in Python.

alt text

Contents

  1. Requirements:
  2. Installation:
  3. Demo:
  4. Citation:

Requirements:

1. OpenCV (we used 2.4)
2. Boost

Installation:

  1. Clone the DSW respository
git clone https://github.com/julimueller/disparity-sliding-window
  1. Build everything
2. mkdir build && cd build
3. cmake .. -DCMAKE_INSTALL_PREFIX="YOUR_PATH" && make -j12 install

Note: "YOUR_PATH" has to be in LD_LIBRARY_PATH.

Demo:

Demo in C++:

disparity_sliding_window_test

Demo in Python:

PYTHONPATH=PYTHONPATH:"dir_to_dsw_python.so"
cd disparity-sliding-window/python
python dsw_test.py

Results should be close to the following:

alt text

Citation:

Of course we would be happy to be cited in your work. Use the following BibTeX entry:

@article{DBLP:journals/corr/abs-1805-06830,
  author    = {Julian M{\"{u}}ller and
               Andreas Fregin and
               Klaus Dietmayer},
  title     = {Disparity Sliding Window: Object Proposals From Disparity Images},
  journal   = {CoRR},
  volume    = {abs/1805.06830},
  year      = {2018},
  url       = {http://arxiv.org/abs/1805.06830},
  archivePrefix = {arXiv},
  eprint    = {1805.06830},
  timestamp = {Tue, 05 Jun 2018 18:50:11 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/abs-1805-06830},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

disparity-sliding-window's People

Contributors

julimueller avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar paper2code - bot avatar

Forkers

d1p013

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.