You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TCSVT 2023] Spike Camera Image Reconstruction Using Deep Spiking Neural Networks
Rui Zhao1, Ruiqin Xiong1, Jian Zhang2, Zhaofei Yu1, Shuyuan Zhu3, Lei Ma 1, Tiejun Huang1
1. National Engineering Research Center of Visual Technology, School of Computer Science, Peking University
2. School of Electronic and Computer Engineering, Peking University Shenzhen Graduate School
3. School of Information and Communication Engineering, UESTC
This repository contains the official source code for our paper:
Spike Camera Image Reconstruction Using Deep Spiking Neural Networks
You can choose cudatoolkit version to match your server. The code is tested on PyTorch 2.0.1+cuda12.0.
conda create -n ssir python==3.10
conda activate ssir
# You can choose the PyTorch version you like, we recommand version >= 1.10.1# For example
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
pip install -r requirements.txt
In the line25 of main.py or set that in command line when running main.py
Evaluate
cd shells
CUDA_VISIBLE_DEVICES=[] bash eval_SREDS.sh
Train
cd shells
CUDA_VISIBLE_DEVICES=[] bash train_SSIR.sh
We recommended to redirect the output logs by adding
>> SSIR.txt 2>&1
to the last of the above command for management.
Citation
If you find this code useful in your research, please consider citing our paper.
@article{zhao2023spike,
title={Spike Camera Image Reconstruction Using Deep Spiking Neural Networks},
author={Zhao, Rui and Xiong, Ruiqin and Zhang, Jian and Yu, Zhaofei and Zhu, Shuyuan and Ma, Lei and Huang, Tiejun},
journal={IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)},
year={2023},
}