This contains the implementation of the paper Autofocus for Event Cameras. Please refer to the project webpage for more information.
Install the Matlab for your system.
[https://doi.org/10.25442/hku.19407884.v1]
We provide the Matlab code of this work. Simply run the egs.m
you can get the results. Please follow below steps:
- download the EAD dataset provided on the project page
- change the
start_path="..\EAD"
to your EAD path - uncomment the
% spliter = ":";
if you use Linux - run the code
Please cite our work if you use the data or our code.
@inproceedings{lin2022autofocus,
title={Autofocus for Event Cameras},
author={Shijie, Lin and Yinqiang, Zhang and Lei, Yu and Bin, Zhou and Xiaowei, Luo and Jia, Pan},
booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2022},
}
MIT