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

Passing Event Camera Event-Train #25

Open
danielmimimi opened this issue Oct 30, 2020 · 0 comments
Open

Passing Event Camera Event-Train #25

danielmimimi opened this issue Oct 30, 2020 · 0 comments

Comments

@danielmimimi
Copy link

First - the implementation works good, but I have a lack of understanding concerning the asynchronous input.

If I have an event train of position X,Y at ts (I ignore the Polarity for now),
how would I pass the stream into the PhasedLSTM?

In the paper : https://arxiv.org/abs/1610.09513 they used kind of an embedding with 40 dimensions (from which the source is not really helpful) and pass the EventMnist into the PLSTM.

In your example you pass the MNIST image as one dimensional input PLSTM(32, input_shape=(28 * 28, 1), implementation=2)
which is ok but I think its not the way the PLSTM should be used. Because what frequency will be learned ?

Can anybody help me?

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

1 participant