Code Monkey home page Code Monkey logo

dvs_image_reconstruction's Introduction

DVS Image Reconstruction

Cedric Scheerlinck

This package was developed using ROS version Kinetic (Ubuntu 16.04). It can be run in real-time using a live DVS with the RPG Event Camera Driver, or from pre-recorded rosbag data.

The source code is released under the MIT License.

Publication

If you use this work in an academic context, please cite the following work:

  • Cedric Scheerlinck, Nick Barnes, Robert Mahony, "Continuous-time Intensity Estimation Using Event Cameras", Asian Conference on Computer Vision (ACCV), Perth, 2018. (PDF, BibTex)

Install Instructions

Please replace <YOUR VERSION> with your ROS version (e.g. kinetic).

Install libusb, catkin tools, vcstool and autoreconf:

sudo apt install libusb-1.0-0-dev python-catkin-tools python-vcstool dh-autoreconf

Install ROS dependencies:

sudo apt install ros-<YOUR VERSION>-camera-info-manager ros-<YOUR VERSION>-image-view

Create a new catkin workspace if needed:

mkdir -p ~/catkin_ws/src && cd ~/catkin_ws/
catkin config --init --mkdirs --extend /opt/ros/<YOUR VERSION> --merge-devel --cmake-args -DCMAKE_BUILD_TYPE=Release

Clone this repository:

cd src/
git clone https://github.com/cedric-scheerlinck/dvs_image_reconstruction.git

Clone dependencies:

vcs-import < dvs_image_reconstruction/dependencies.yaml

Add udev rule to run live DVS (see RPG Event Camera Driver):

cd rpg_dvs_ros/libcaer_catkin/
sudo ./install.sh

Build the packages:

catkin build davis_ros_driver complementary_filter pure_event_reconstruction
source ~/catkin_ws/devel/setup.bash

Downloads

Datasets can be found here.

Video

dvs_image_reconstruction_video https://youtu.be/bZ0ZKido0Ag

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.