Skip to content

Spatial-Angular Versatile Convolution for Light Field Reconstruction.

Notifications You must be signed in to change notification settings

Joechann0831/SAV_conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SAV_conv

Spatial-Angular Versatile Convolution for Light Field Reconstruction.

Angular SR

There are four angular SR modes: inter28, inter27, extra1, and extra2.

Test

  1. Change the current directory to ./LFASR_SAV.
  2. Download the test datasets from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./TestData/.
  3. Download the checkpoints from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./checkpoint/.
  4. Run the script ./LFASR_testing.py. An example:
python LFASR_testing.py --mode="inter28" --save-flag

Spatial SR

There are two benchmark datasets: BasicLFSR and CityU.

Test

  1. Change the current directory to ./LFSSR_SAV/.
  2. Download the test datasets from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./TestData/.
  3. Download the checkpoints from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./checkpoints/.
  4. If you want to test on the benchmark BasicLFSR, please run the script ./LFSSR_testing_BasicLFSR.py. An example:
python LFSSR_testing_BasicLFSR.py --scale=4 --save-flag
  1. If you want to test on the benchmark CityU, please run the script ./LFSSR_testing_CityU.py. An example:
python LFSSR_testing_CityU.py --scale=4 --save-flag

About

Spatial-Angular Versatile Convolution for Light Field Reconstruction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages