README.md
July 10, 2023 ยท View on GitHub
Practical Single-Image Super-Resolution Using Look-Up Table
This repository contains an op-for-op Paddle reimplementation of Practical Single-Image Super-Resolution Using Look-Up Table. It is modified from the original source code of Pytorch implementation(https://github.com/yhjo09/SR-LUT)
Dependency
- Python 3.7
- Paddle
- glob
- numpy
- pillow
- tqdm
- tensorboardx
1.Dataset
We use DIV2K dataset for training and Set5 dataset for testing
2. Testing
python val_model_S.py
BibTeX
@InProceedings{jo2021practical,
author = {Jo, Younghyun and Kim, Seon Joo},
title = {Practical Single-Image Super-Resolution Using Look-Up Table},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2021}
}