You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
89
89
<tableborder="1">
90
90
<tbody>
91
91
<tr>
92
92
<th rowspan=2>Upscaling</th>
93
93
<th rowspan=2>Filters</th>
94
-
<th rowspan=2>Resolution</th>
94
+
<th rowspan=2>Resolution (recommendation)</th>
95
95
<th rowspan=2>Usage</th>
96
96
<th colspan=2>Effect</th>
97
97
</tr>
@@ -100,7 +100,7 @@ Changing the way RAISR is trained (using different parameters and datasets) can
100
100
<th rowspan=1>2pass</th>
101
101
</tr>
102
102
<tr>
103
-
<td rowspan=3>2x</td>
103
+
<td rowspan=3>2x(support 8-bit and 10-bit)</td>
104
104
<td >filters_lowres</td>
105
105
<td >low resolution
106
106
360p->720p,540p->1080p</td>
@@ -124,12 +124,20 @@ Changing the way RAISR is trained (using different parameters and datasets) can
0 commit comments