Shu Miao,Guang Chen,Xiangyu Ning,Yang Zi,Kejia Ren,Zhenshan Bing,Alois Knoll
Institute of Intelligent Vehicle, Tongji Unversity, Shanghai, China
Technical University Munich, Munich, Germany
We upload all the datasets to the cloud server. The user can click to download the datasets.
Conventional methods cannot process event data directly. Thus, we employ three encoding approaches here as Frequency, SAE(Surface of Active Events) and LIF(Leaky Integrate-and-Fire) to process continuous DVS event stream into a sequence of frame images, in order to fit for conventional deep learning algorithms. We provide our codes (in Python) respect to three encoding approaches shown in folders.
We provided a toy dataset file toy.aedat
to verify our code for encoding. You can download this file, put it in your destination folder.
We provides basic tutorials about the usage of three encoding codes.
If you want to use the code of snn.py,you can enter the following command.
python snn.py /path/to/aedat/file
If you want to use SAE and Frequency you can replace snn with sae or frequency.
Questions about these datasets should be directed to: guang@in.tum.de
@article{miao2019neuromorphic,
title={Neuromorphic Benchmark Datasets for Pedestrian Detection, Action Recognition, and Fall Detection},
author={Miao, Shu and Chen, Guang and Ning, Xiangyu and Zi, Yang and Ren, Kejia and Bing, Zhenshan and Knoll, Alois C},
journal={Frontiers in neurorobotics},
volume={13},
pages={38},
year={2019},
publisher={Frontiers}
}