Awesome
EF-SAI
Paper | EF-SAI Dataset | Pre-trained Models
Synthetic Aperture Imaging with Events and Frames<br>
Wei Liao, Xiang Zhang, Lei Yu, Shijie Lin, Wen Yang, Ning Qiao<br> In CVPR'2022
Dataset
The EF-SAI dataset is used for model training and evaluation. It can be download from Onedrive or Baidudrive
Requirements:
python 3.6
pytorch 1.7.1
torchvision 0.8.2
numpy, opencv, timm, matlpotlib, prefetch_generator
Code Implementation
Installation
- Clone this repo
- Install PyTorch and dependencies from http://pytorch.org
- Install required python packages
Preparations:
- Download validation data from Onedrive or Baidudrive to ./EF-SAI-main/Val_data folder
- Download pre-trained model from Onedrive or Baidudrive to ./EF-SAI-main/Pretrained folder
Testing
- Change the parent directory to ./EF-SAI-main
- Run testing script
python test.py
- The results will stored in the Results folder.