Skip to content

sunshineHDU/NoisyLFRecon

 
 

Repository files navigation

NoisyLFRecon

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.

the implementation of "Robust Dense Light Field Reconstruction from Sparse Noisy Sampling"

  • 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

About

[SP 21] Robust Dense Light Field Reconstruction from Sparse Noisy Sampling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%