eleboss / eaf_code

Official repo of our work: autofocus for event cameras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autofocus for Event Cameras

This contains the implementation of the paper Autofocus for Event Cameras. Please refer to the project webpage for more information.

Install the environment

Install the Matlab for your system.

Download the dataset

[https://doi.org/10.25442/hku.19407884.v1]

Usage

We provide the Matlab code of this work. Simply run the egs.m you can get the results. Please follow below steps:

  1. download the EAD dataset provided on the project page
  2. change the start_path="..\EAD" to your EAD path
  3. uncomment the % spliter = ":"; if you use Linux
  4. run the code

BibTex

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

License

MIT

About

Official repo of our work: autofocus for event cameras.

License:MIT License


Languages

Language:MATLAB 100.0%