Home

Awesome

[CVPR 2022] Optical Flow Estimation for Spiking Camera (Paper)

<h4 align="center">Liwen Hu<sup>1,2#</sup>, Rui Zhao<sup>1#</sup>, Ziluo Ding<sup>1</sup>, Lei Ma<sup>1,2,*</sup>, Boxin Shi<sup>1,2,3</sup>, Ruiqin Xiong<sup>1</sup>, Tiejun Huang<sup>1,2,3</sup></h4> <h4 align="center">1. NERCVT, School of Computer Science, Peking University <br> 2. Beijing Academy of Artificial Intelligence <br> 3. Institute for Artificial Intelligence, Peking University</h4> <br>

This repository contains the official source code for Spiking Camera Simulator (SPCS)

(# Equally contributed, * Corresponding)

The instructions will be updated soon...

Prerequisites

Blender >= 3.0
geomdl >= 5.3.1
matplotlib >= 3.5.3
numpy >= 1.22.0
opencv-python >= 4.6.0.66
Pillow >= 9.2.0

The code may be compatible with lower versions. Note that we use the python built in blender. For installing related dependencies, you can use,

python -m pip install <packages>

where python needs to be the python executable that Blender comes installed with. You can run the following code inside of Blender to get the directory of python executable,

import sys; print(sys.executable)

Citation

If you think this work is helpful, please cite

@inproceedings{hu2022optical,
  title={Optical Flow Estimation for Spiking Camera},
  author={Hu, Liwen and Zhao, Rui and Ding, Ziluo and Ma, Lei and Shi, Boxin and Xiong, Ruiqin and Huang, Tiejun},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  pages={17844--17853},
  year={2022}
}