Skip to content

Commit 691483a

Browse files
committed
keep filters15_1pass_upscale_ipp filters and rename to filters_1.5x/filters_highres.
And replace denoise filter with newly trained filters. Signed-off-by: Liang Xiaoxia <[email protected]>
1 parent 37adf16 commit 691483a

21 files changed

+27
-27
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ Changes the number of software threads used in the algorithm. Values 1..120 wil
8585
### filterfolder
8686
Allowable values: (Any folder path containing the 4 required filter files: Qfactor_cohbin_2_8/10, Qfactor_strbin_2_8/10, filterbin_2_8/10, config), default (“filters_2x/filters_lowres”)
8787

88-
Changing the way RAISR is trained (using different parameters and datasets) can alter the way RAISR's ML-based algorithms do upscale. For the current release, provides 3 filters for 2x upscaling and 1 filters for 1.5x upscaling. And for each filter you can find the training informantion in filternotes.txt of each filter folder.The following is a brief introduction to the usage scenarios of each filter.
88+
Changing the way RAISR is trained (using different parameters and datasets) can alter the way RAISR's ML-based algorithms do upscale. For the current release, provides 3 filters for 2x upscaling and 2 filters for 1.5x upscaling, current the 1.5x upscaling only support 8-bit. And for each filter you can find the training informantion in filternotes.txt of each filter folder.The following is a brief introduction to the usage scenarios of each filter.
8989
<table border="1">
9090
<tbody>
9191
<tr>
9292
<th rowspan=2>Upscaling</th>
9393
<th rowspan=2>Filters</th>
94-
<th rowspan=2>Resolution</th>
94+
<th rowspan=2>Resolution (recommendation)</th>
9595
<th rowspan=2>Usage</th>
9696
<th colspan=2>Effect</th>
9797
</tr>
@@ -100,7 +100,7 @@ Changing the way RAISR is trained (using different parameters and datasets) can
100100
<th rowspan=1>2pass</th>
101101
</tr>
102102
<tr>
103-
<td rowspan=3>2x</td>
103+
<td rowspan=3>2x(support 8-bit and 10-bit)</td>
104104
<td >filters_lowres</td>
105105
<td >low resolution
106106
360p->720p,540p->1080p</td>
@@ -124,12 +124,20 @@ Changing the way RAISR is trained (using different parameters and datasets) can
124124
<td >2x upscaling and sharpening</td>
125125
</tr>
126126
<tr>
127-
<td >1.5x</td>
127+
<td rowspan=2>1.5x(only support 8-bit)</td>
128+
<td >filters_highres</td>
129+
<td >high resolution
130+
720p->1080p</td>
131+
<td >filterfolder=filters_1.5x/filters_highres:passes=1:ratio=1.5</td>
132+
<td >1.5x upscaling and sharpening</td>
133+
<td >N/A</td>
134+
</tr>
135+
<tr>
128136
<td >filters_denoise</td>
129137
<td >no limitation</td>
130-
<td >filterfolder=filters_1.5x/filters_denoise:passes=1:ratio=1.5</td>
131-
<td >1.5x upscaling, denosing and sharpening</td>
132-
<td >N/A </td>
138+
<td >filterfolder=filters_1.5x/filters_denoise:passes=2:mode=2:ratio=1.5</td>
139+
<td >denosing only for input</td>
140+
<td >1.5x upscaling and sharpening </td>
133141
</tr>
134142
</tbody>
135143
</table>

filters15_1pass_upscale_mixed/Qfactor_cohbin_2_8

Lines changed: 0 additions & 2 deletions
This file was deleted.

filters15_1pass_upscale_mixed/Qfactor_strbin_2_8

Lines changed: 0 additions & 2 deletions
This file was deleted.

filters15_1pass_upscale_mixed/config

Lines changed: 0 additions & 1 deletion
This file was deleted.
-102 KB
Binary file not shown.

filters15_1pass_upscale_mixed/filternotes.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

filters_1.5x/filters_denoise/Qfactor_cohbin_2_10

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.133208
2-
0.326218
1+
0.103713
2+
0.210206
File renamed without changes.

filters_1.5x/filters_denoise/Qfactor_strbin_2_10

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)