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
Examples of RS correction results on Gev-RS dataset
Data
Gev-RS dataset: We capture GS frames from a high-speed camera, and simulate RS frames and corresponding event stream. You can download the dataset from Gev-RS.
Real data examples: We collect real-data examples with an RS-event hybrid camera for testing, you can download it from RealData
Gev-RS dataset follows the below directory format:
Train the synthesis module and flow module seperately.
Freeze the weights of above two modules, and train the fusion module.
Unfreeze weights of all three modules and finetune the entire network.
To reprocude the training procedure, you might need to slightly modify the training code in different training steps, and
python train.py
License
The datasets can be freely used for research and education only. Any commercial use is strictly prohibited.
Bibtex
@InProceedings{Zhou_2022_CVPR,
author = {Zhou, Xinyu and Duan, Peiqi and Ma, Yi and Shi, Boxin},
title = {EvUnroll: Neuromorphic Events Based Rolling Shutter Image Correction},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2022},
pages = {17775-17784}
}