Giter VIP home page Giter VIP logo

hklut's Introduction

HKLUT: Hundred-Kilobyte Lookup Tables

This repository serves as the official code release of the IJCAI24 paper: Hundred-Kilobyte Lookup Tables for Efficient Single-Image Super-Resolution

License: CC BY-NC 4.0

Binxiao Huang1†, Jason Chun Lok Li1†, Ran Jie1, Boyu Li1, Jiajun Zhou1, Dahai Yu2, Ngai Wong1

Contributed Equally

1The University of Hong Kong, 2TCL Corporate Research

Usage

Dependency

conda create -n hklut python=3.8
conda activate hklut
pip install -r requirements.txt

💾Dataset

Please follow the instructions below to download the corresponding datasets and place them in the specified folder structure.

Training set

The DIV2K dataset can be download from the offical website.

data/train/DIV2K/
            /HR/*.png
            /LR/{X2, X3, X4, X8}/*.png
Testing set

Please follow the instructions on BasicSR to download the SR benchmark datasets.

data/test/{Set5, Set14, B100, Urban100, Manga109}/
            /HR/*.png
            /LR_bicubic/{X2, X3, X4, X8}/*.png

🛠Quick Start

We have prepared bash scripts for each stage for convenient usage.

Training
./scripts/train.sh
Tranfer to LUTs
./scripts/transfer.sh
️Testing
./scripts/test.sh

📝Citation

If HKLUT has been beneficial to your research and applications, please acknowledge it by using this BibTeX citation:

@article{huang2023hundred,
  title={Hundred-Kilobyte Lookup Tables for Efficient Single-Image Super-Resolution},
  author={Huang, Binxiao and Li, Jason Chun Lok and Ran, Jie and Li, Boyu and Zhou, Jiajun and Yu, Dahai and Wong, Ngai},
  journal={arXiv preprint arXiv:2312.06101},
  year={2023}
}

🙏🏼Acknowledgements

Our code is built upon MuLUT and SPLUT. We sincerely appreciate their contributions to open-source.

hklut's People

Contributors

jasonli0707 avatar harr7y avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.