Spatial-Angular Versatile Convolution for Light Field Reconstruction.
There are four angular SR modes: inter28, inter27, extra1, and extra2.
- Change the current directory to ./LFASR_SAV.
- Download the test datasets from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./TestData/.
- Download the checkpoints from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./checkpoint/.
- Run the script ./LFASR_testing.py. An example:
python LFASR_testing.py --mode="inter28" --save-flag
There are two benchmark datasets: BasicLFSR and CityU.
- Change the current directory to ./LFSSR_SAV/.
- Download the test datasets from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./TestData/.
- Download the checkpoints from BaiduNetDisk (Access code: ustc) and put all the files into the directory ./checkpoints/.
- 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
- 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