Official implementation of the following paper:
Boosting Event Stream Super-Resolution with A Recurrent Neural Network by Wenming Weng, Yueyi Zhang, Zhiwei Xiong. In ECCV 2022.
Please follow the instructions from directory generate_dataset
to prepare the synthetic and real-world dataset.
Example dataset can be downloaded from the site.
The pretrained model will be released in this site
Please check the file scripts\train_ours.sh
and scripts\infer_ours.sh
for training and inference.
If you find this work helpful, please consider citing our paper.
@InProceedings{Weng_2022_ECCV,
author = {Weng, Wenming and Zhang, Yueyi and Xiong, Zhiwei},
title = {Boosting Event Stream Super-Resolution with A Recurrent Neural Network},
booktitle = {European Conference on Computer Vision
(ECCV)},
year = {2022},
}
If you have any problem about the released code, please do not hesitate to contact me with email ([email protected]).