You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you find the framework useful, you can cite this work:
@article{Marcireau_2020,
title={Sepia, Tarsier, and Chameleon: A Modular C++ Framework for Event-Based Computer Vision},
volume={13},
ISSN={1662-453X},
url={https://dx.doi.org/10.3389/fnins.2019.01338},
DOI={10.3389/fnins.2019.01338},
journal={Frontiers in Neuroscience},
publisher={Frontiers Media SA},
author={Marcireau, Alexandre and Ieng, Sio-Hoi and Benosman, Ryad},
year={2020},
month={Jan},
}
Tutorials provides step-by-step guides to learn how to use the Sepia, Tarsier and Chameleon libraries.
The tutorials are held in the wiki. This repository contains the result files produced during the tutorials.
install
You do not need to clone this repository to follow the tutorials. Nonetheless, if you want to download the tutorials' result files, run the command:
Each tutorial has its own copy of the upstream libraries (Sepia, Tarsier and Chameleon), so that each directory may be used as a boilerplate for your projects. Thus, cloning the whole directory takes time and space. If you are only interested in cloning one of the tutorials, clone the repository without the submodules, then manually pull the tutorial of interest's submodules. As an example, to setup only the blob tracker example: