Skip to content

The official implement of FactorDVP-T [TCI 2024].

Notifications You must be signed in to change notification settings

miaoyuchun/FactorDVP-T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TCI 2024] Snapshot Compressive Imaging Using Domain-Factorized Deep Video Prior (FactorDVP-T)

The official implementation of FactorDVP-T.

Installation

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

Running Experiments

We provide code to reproduce the main results as follows:

python FactorDVP-T_256_256_32_3.py

Citation and Acknowledgement

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

About

The official implement of FactorDVP-T [TCI 2024].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages