File size: 1,303 Bytes
df692cd
 
bb9c270
 
 
 
df692cd
 
6d835b5
df692cd
6d835b5
 
 
 
 
 
 
 
 
005b77e
 
6d835b5
 
 
 
bb9c270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: cc-by-4.0
tags:
- super-resolution
size_categories:
- 100K<n<1M
---

# BHI_LR_multi

This is a x4 LR counterpart to the [BHI SISR Dataset](https://huggingface.co/datasets/Phips/BHI/blob/main/README.md).

**SCREENSHOT HERE**

To create this dataset, a 0.25 scaling (or x4 scaling) has been applied, with multiple scaling algorithms in a randomized manner.

The algos used are linear, cubic_mitchell, lanczos, gauss, box and down_up (with these algos).
The specifically applied degradation for each image can be found in the [applied_degradations.txt](https://huggingface.co/datasets/Phips/BHI_LR_multi/resolve/main/applied_degradations.txt?download=true) file

The trained model learns to handle multiple scalings, and also these counteract each other in the sense of that lanczos will always sharpen, gauss will always soften etc.    
Using this instead of just bicubic sampling for example will help the model not to be trained on / pick up on one specific scaling algos characteristics.

 <figure>
  <img src="https://cdn-uploads.huggingface.co/production/uploads/634e9aa407e669188d3912f9/_vs_h4eygsFC27qRdhVha.png" alt="screenshot beginning of applied_degradations.txt">
  <figcaption>Applied scaling on each image, screenshot beginning of applied_degradations.txt</figcaption>
</figure>