The official implementation of FactorDVP-T.
Clone this repository:
git clone [email protected]:miaoyuchun/FactorDVP-T.git
The project was developed using Python 3.7.10, and torch 1.12.1. You can build the environment via pip as follow:
pip3 install -r requirements.txt
We provide code to reproduce the main results as follows:
python FactorDVP-T_256_256_32_3.py
If you find our work useful in your research, please cite:
@ARTICLE{10388408,
author={Miao, Yu-Chun and Zhao, Xi-Le and Wang, Jian-Li and Fu, Xiao and Wang, Yao},
journal={IEEE Transactions on Computational Imaging},
title={Snapshot Compressive Imaging Using Domain-Factorized Deep Video Prior},
year={2024},
volume={10},
number={},
pages={93-102},
doi={10.1109/TCI.2023.3346301}
}