StereoSpike icon indicating copy to clipboard operation
StereoSpike copied to clipboard

Stereo depth estimation with Spiking Neural Networks (SNN) on Dynamic Vision Sensor (DVS) data

Results 7 StereoSpike issues
Sort by recently updated
recently updated
newest added

Hi Dear, Thank you very much for sharing such great work! Now that I obtained “stereospike.pth”, as results of training the StereoSpike on MVSEC dataset, I am wondering how to...

Hi! I was trying to reproduce the result in the paper. I was using your code (just fix two syntax error, I was using split = 1, binocular). But the...

StereoSpike-main/network/__init__.py 中,it should be from .ANN_models import StereoSpike_equivalentANN in line2, but your code is from .ANN_models import SteroSpike_equivalentANN

i tried to use stereospike which is using your repo to do image reconstruction from event camera rather than optical flow. But iam unable to get reconstruct image using event...

When I want to use a bigger batchsize of 8, I got an error at the last iteration of Epoch 0. > Traceback (most recent call last): File "/data/StereoSpike/train.py", line...

Hi, I've tried to reproduce the experimental results of SNN Monocular version on **DENSE** dataset. I have noticed that the label shape is different from the predicted tensor which is...