Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input: from events to spikes #6

Open
laurentperrinet opened this issue Dec 3, 2020 · 5 comments
Open

input: from events to spikes #6

laurentperrinet opened this issue Dec 3, 2020 · 5 comments
Assignees

Comments

@laurentperrinet
Copy link
Contributor

Event-based cameras become increasingly available and bring a new way to transform visual input from a dense representation (frame-based) to an event-based one.

In this issue, we will try to use existing event-based datasets around the tonic library to provide the network with a SpikeSourceArray

@laurentperrinet
Copy link
Contributor Author

I will start off with a notebook describing how we do so far in our model with @albertoarturovergani

@laurentperrinet
Copy link
Contributor Author

done! (at last!)

The way we transform an analog movie to a SpikeSourceArray: https://github.com/SpikeAI/2020-11_brainhack_Project7/blob/main/input/B_SpikeSourceArray.ipynb

@laurentperrinet
Copy link
Contributor Author

I have forked tonic into https://github.com/SpikeAI/tonic to be able to fix some errors...

@laurentperrinet
Copy link
Contributor Author

laurentperrinet commented Dec 3, 2020

I have now the possibility to import tonic datasets into pyNN:

output spikes

check out https://github.com/SpikeAI/2020-11_brainhack_Project7/blob/main/input/D_tonic2SpikeSourceArray.ipynb

@laurentperrinet
Copy link
Contributor Author

Now, the goal is to produce events within tonic with a video (event-based simulator) and use that output for pyNN.

One question is to possibly add different layers to the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants