/event-based-gate-detection

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

event-based-gate-detection

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.

Installation

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