Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyricccco committed Dec 27, 2024
1 parent 510d22a commit 06bc085
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ This repository is licensed under [Attribution-NonCommercial 4.0 International](

For collaboration or inquiries, please contact us.

## Acknowledgment
## Acknowledgement

This code is based on the [BasicSR](https://github.com/xinntao/BasicSR) toolbox.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3 id="sceneTitle2">0001-18</h3>
</tr>
</table>
<h2 class="subtitle" style="margin-bottom: 10px;">
<p style="transform: translateX(110px);">
<p style="transform: translateX(10px);">
Pressing <img src="static/images/Q.svg" style="vertical-align: middle; height: 2.5ex;" />
<img src="static/images/W.svg" style="vertical-align: middle; height: 2.5ex;" />
<img src="static/images/E.svg" style="vertical-align: middle; height: 2.5ex;" />
Expand All @@ -261,7 +261,7 @@ <h2 class="subtitle" style="margin-bottom: 10px;">
on keyboard to cycle through different results.
</p>
</h2>
<h2 style="transform: translateX(182px); margin-top: 20px;">
<h2 style="transform: translateX(82px); margin-top: 20px;">
* <a href="https://noise.visinf.tu-darmstadt.de/benchmark/#overview">DND benchmark</a> <b>DOES NOT</b> provide ground truth or training images.
</h2>
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ button {
}

.move-right {
transform: translateX(200px);
transform: translateX(105px);
}

.hidden {
Expand Down

0 comments on commit 06bc085

Please sign in to comment.