This is the code for the master thesis titled Event-based Gate Detection
This repository is largely based on the repository rpg_asynet published by uzh-rpg: https://github.com/uzh-rpg/rpg_asynet and the authors receive full credit for the source code.
First set up an Anaconda environment:
conda create -n event-gate python=3.7
conda activate event-gate
Then clone the repository
git clone https://github.com/KristofferFogh04/event-based-gate-detection.git
cd event-based-gate-detection/
Executing develop.sh will install all dependencies and external libraries
./develop.sh