Coder Social home page Coder Social logo

eventail_simulation_open's Introduction

eventail_simulation

This repository serves as the numerical stability testing ground for the eventail solver, presented in our CVPR 2024 (Oral) and ICCV 2023 (Oral) papers. Please acknowledge the following publications when using our code or referring to this project in your academic work:

@inproceedings{gao2024eventail,
  title        = {An N-Point Linear Solver for Line and Motion Estimation with Event Cameras},
  author       = {Gao, Ling and Gehrig, Daniel and Su, Hang and and Scaramuzza, Davide and Kneip, Laurent},
  booktitle    = {2024 IEEE/CVF Computer Vision and Pattern Recognition (CVPR)},
  year         = {2024},
  organization = {IEEE}
}

@inproceedings{gao2023eventail,
  title        = {A 5-Point Minimal Solver for Event Camera Relative Motion Estimation},
  author       = {Gao, Ling and Su, Hang and Gehrig, Daniel and Cannici, Marco and Scaramuzza, Davide and Kneip, Laurent},
  booktitle    = {2023 IEEE/CVF International Conference on Computer Vision (ICCV)},
  pages        = {8015--8025},
  year         = {2023},
  organization = {IEEE},
  doi          = {10.1109/ICCV51070.2023.00739}
}

Installation

This guide assumes you are using an Ubuntu system. Ensure you have the following prerequisites installed:

# optional
sudo apt-get install git-lfs libeigen3-dev libgoogle-glog-dev libgflags-dev

Once the prerequisites are installed, build the project with the following commands:

git clone https://github.com/mgaoling/eventail_simulation_open.git
cd ./eventail_simulation_open 
cmake -B build && cmake --build build

Example

We provide a few examples under the simulation directory, with their corresponding configurations defined under the config directory.

For instance, to run the runtime_analysis example, follow these steps:

  1. Modify the parameters in the config file located at config/runtime_analysis.conf
  2. execute ./build/runtime_analysis --flagfile=config/runtime_analysis.conf

Depending on the iteration number you choose, this may take a while. Results will be available both in the terminal and under the log directory.

Implementation of both Solvers

As a quick reference, the implementation of the 5-point minimal solver can be found here, and the N-point linear solver is available here.

Acknowledgments

This research has been supported by projects 22DZ1201900 and 22ZR1441300 funded by the Natural Science Foundation of Shanghai as well as project 62250610225 by the National Science Foundation of China (NSFC). This work was also supported by the European Research Council (ERC) under grant agreement No. 864042 (AGILEFLIGHT).

eventail_simulation_open's People

Contributors

mgaoling avatar yaqding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar Jian HUANG avatar suhang avatar Tianyi Zhang avatar YLFeng avatar zzh avatar Ganlin Zhang avatar

Watchers

 avatar

Forkers

yaqding

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.