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