Code Monkey home page Code Monkey logo

sparse-event-vpr's Introduction

How Many Events Do You Need? Event-based Visual Place Recognition Using Sparse But Varying Pixels.

This repository contains code for our paper "How Many Events Do You Need? Event-based Visual Place Recognition Using Sparse But Varying Pixels".

If you use this code, please refer to our paper:

@article{FischerRAL2022ICRA2023,
    title={How Many Events do You Need? Event-based Visual Place Recognition Using Sparse But Varying Pixels},
    author={Tobias Fischer and Michael Milford},
    journal={IEEE Robotics and Automation Letters},
    volume={7},
    number={4},
    pages={12275--12282},
    year={2022},
    doi={10.1109/LRA.2022.3216226},
}

QCR-Event-VPR Dataset

The associated QCR-Event-VPR dataset can be found on Zenodo. The code can also handle data from our previous Brisbane-Event-VPR dataset.

Please download the dataset, and place the parquet files into the ./data/input_parquet_files directory. If you want to work with the DAVIS conventional frames, please download the zip files, and extract them so that an image files is located in e.g. ./data/input_frames/bags_2021-08-19-08-25-42/frames/1629325542.939281225204.png. For the Brisbane-Event-VPR dataset, place the nmea files into the ./data/gps_data directory.

Install dependencies

We recommend using conda (in particular, mamba, which can be installed via Miniforge3:

mamba create -n sparse-event-vpr pip pytorch codetiming tqdm pandas numpy scipy matplotlib seaborn numba pynmea2 opencv pypng h5py importrosbag pbr pyarrow fastparquet
mamba activate sparse-event-vpr
pip install git+https://github.com/Tobias-Fischer/tonic.git@develop --no-deps

Usage

First, install the package via

pip install -e .  # you need to run this command inside the `sparse-event-vpr` directory

The main script file is perform_sparse_event_vpr. You can run it with Python and see all options that are exposed:

python ./scripts/perform_sparse_event_vpr.py --help

Furthermore, there is a standalone Jupyter notebook available that guides you through some of the key concepts of the paper.

sparse-event-vpr's People

Contributors

tobias-fischer avatar

Stargazers

 avatar  avatar  avatar Yilun Wu avatar Gokul B. Nair avatar Cheng Jiang avatar Ayumi avatar Taiyi Pan avatar Xuecheng avatar Sha Lu avatar 爱可可-爱生活 avatar Russ Hall avatar Giseop Kim avatar 曹明伟,Mingwei Cao avatar Mengfan He avatar Realcat avatar

Watchers

 avatar Gokul B. Nair avatar huhupy 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.