Thera: Aliasing-Free Arbitrary-Scale Super-Resolution with Neural Heat Fields
Paper
•
2311.17643
•
Published
•
3
This is a model from the paper Thera: Aliasing-Free Arbitrary-Scale Super-Resolution with Neural Heat Fields. It enables SOTA arbitrary-scale super-resolution, leveraging a built-in analytically correct observation model for anti-aliasing when moving across scales.
RDNPlusDIV2KTo use this model, first clone the official repository and set up the environment. You will need a Python 3.10 environment and an NVIDIA GPU.
git clone https://github.com/prs-eth/thera.git
cd thera
pip install --upgrade pip
pip install -r requirements.txt
After setting up the environment and downloading the thera-rdn-plus.pkl checkpoint (available in the "Files and versions" tab of this repository), you can super-resolve any image with the following command:
./super_resolve.py IN_FILE OUT_FILE --scale 3.14 --checkpoint thera-rdn-plus.pkl
Apache-2.0