Python package for managing AER data, including .aedat4 files, live DV streams, and interfacing with pyTorch.
Project description
aermanager
Python package for managing AER data, including .aedat4 files, live DV streams, and interfacing with pyTorch.
This software is designed for the following purposes:
- Read aedat files (v2-4) containing DVS spike trains, accumulate them, and save them in a format that can be read by a pyTorch dataset in a faster way.
- Read the files into a pyTorch dataset
- Receive frames from the DV software, queue and batch them in order to feed them to a spiking neural network simulation (
LiveDv
).
Installation
The easiest way to install this repository is to clone it and install it with pip:
pip install aermanager
Alternatively, you can checkout this repository and install it.
git clone https://gitlab.com/synsense/aermanager.git
cd aermanager
pip install .
Documentation
https://synsense.gitlab.io/aermanager
You can generate local documentation by running the below command at the location of the source code.
cd path/to/aermanager
python setup.py build_sphinx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aermanager-0.3.1.dev1.tar.gz
.
File metadata
- Download URL: aermanager-0.3.1.dev1.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cf6c53c1726cdd385bfc48c5a2ecaec60a9bb1d20bef37489428a00c34d486b |
|
MD5 | 902ec43182601157afb8e6b8a1717e86 |
|
BLAKE2b-256 | 4f0eae1eac3e478f16e654132848878b713778ee16ab14b7a08866849d5d8d44 |
File details
Details for the file aermanager-0.3.1.dev1-py3-none-any.whl
.
File metadata
- Download URL: aermanager-0.3.1.dev1-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a7bc6e06e644803676832dc7aefc2d195e2d55dbbb83b0330baf16a4b3ac3ae |
|
MD5 | 1586e98aa19b9838a70a6e6249dc2d03 |
|
BLAKE2b-256 | d135caf9eb3b1738ed7780f49093616596c5d3fc3f84c9173e1f986b192a2527 |