Image-to-Image
image-super-resolution
alebeck commited on
Commit
62c35f0
·
verified ·
1 Parent(s): a83e6f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # thera-edsr-plus
5
+
6
+ ## Overview
7
+
8
+ This is a model from the paper [Thera: Aliasing-Free Arbitrary-Scale Super-Resolution with Neural Heat Fields](https://huggingface.co/papers/2311.17643).
9
+ It enables SOTA arbitrary-scale super-resolution, leveraging a built-in analytically correct observation model
10
+ for anti-aliasing when moving across scales.
11
+
12
+ ## Model Details
13
+
14
+ - **Description**: This model can be used to enable super-resolution of single images at arbitrary, non-integer scaling factors.
15
+ - **Backbone**: `EDSR-baseline`
16
+ - **Variant**: `Plus`
17
+ - **Training Dataset**: `DIV2K`
18
+
19
+
20
+ ## License
21
+
22
+ Apache-2.0