Wenhui Zhou, Jiangwei Shi, Yongjie Hong, Lili Lin, and Ercan Engin Kuruoglu, Robust Dense Light Field Reconstruction from Sparse Noisy Sampling. Signal Processing, 2021. 186: 108121.
- download the ckpt and data
- unzip the ckpt and data in root directory
./NoisyLFRecon ├── average_gradients.py ├── bilinear_sampler.py ├── bilinear_sampler_y.py ├── ckpt ├── data ├── dataloader.py ├── model.py ├── NoisyLFRecon ├── readme.md ├── requirements.txt ├── TCW_test_set.txt └── test_model.py
- run "pip install -r requirements.txt" to install required package
- run "python3 test_model.py" to test model in "30sence" dataset