[CVPR 2025] AutoLUT: LUT-Based Image Super-Resolution with Automatic Sampling and Adaptive Residual Learning
This is the official repo for CVPR 2025 paper "AutoLUT: LUT-Based Image Super-Resolution with Automatic Sampling and Adaptive Residual Learning".
Authors: Yuheng Xu, Shijie Yang, Xin Liu, Jie Liu, Jie Tang, Gangshan Wu
- Build the environment:
conda env create -f AutoLUTEnvironment.yaml
- Follow the README.md in each folder.
You can download the super-resolution results from aliyun drive
Because Aliyun drive doesn't support sharing .tar.gz
files, I encoded them with base64
and uploaded them as text files. You'll need to extract them like this:
cat file.txt | base64 -d | tar -xzvf -
If you have any problems, please feel free to file an issue.