WarranWeng / ESR

Boosting Event Stream Super-Resolution with A Recurrent Neural Network, ECCV2022
0 stars 0 forks source link

Boosting Event Stream Super-Resolution with A Recurrent Neural Network

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.

Dataset

Please follow the instructions from directory generate_dataset to prepare the synthetic and real-world dataset. Example dataset can be downloaded from the site.

Pretrained model

The pretrained model will be released in this site

Training and Inference

Please check the file scripts\train_ours.sh and scripts\infer_ours.sh for training and inference.

Citation

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},
}

Contact

If you have any problem about the released code, please do not hesitate to contact me with email (wmweng@mail.ustc.edu.cn).