Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patil-suraj/swinir-jax

JAX implementation of SwinIR model.
https://github.com/patil-suraj/swinir-jax

Last synced: 1 day ago
JSON representation

JAX implementation of SwinIR model.

Awesome Lists containing this project

README

        

# SwinIR-JAX

Unofficial JAX implementation of [SwinIR](https://github.com/JingyunLiang/SwinIR).

As of now, this repo only supports the Real SR task from SwinIR, pull requests are more than welcome for other tasks.

## How to use

google colab logo

The checkpoints are available on the [huggingface hub](https://huggingface.co/models?other=swin-ir).

## Citation
@article{liang2021swinir,
title={SwinIR: Image Restoration Using Swin Transformer},
author={Liang, Jingyun and Cao, Jiezhang and Sun, Guolei and Zhang, Kai and Van Gool, Luc and Timofte, Radu},
journal={arXiv preprint arXiv:2108.10257},
year={2021}
}

## Acknowledgement
Some of the JAX code is adapted from the amazing JAX implementation of `SwinTransformer` from [jax-models](https://github.com/DarshanDeshpande/jax-models) repo by @DarshanDeshpande