Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -73,17 +73,14 @@ def img_pad(x, w_pad, h_pad, w_odd_pad, h_odd_pad):
|
|
73 |
|
74 |
|
75 |
title = "Clean Your Moire Images!"
|
76 |
-
description = "
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
You can scan the QR code to play on your mobile phone.
|
85 |
-
![qr](QR.jpg)
|
86 |
-
"""
|
87 |
|
88 |
article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
|
89 |
[official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
|
|
|
73 |
|
74 |
|
75 |
title = "Clean Your Moire Images!"
|
76 |
+
description = " The model was trained to remove the moire patterns from your captured screen images! Specially, this model is capable of tackling \
|
77 |
+
images up to 4K resolution, which adapts to most of the modern mobile phones. \
|
78 |
+
(Note: It may cost 80s per 4K image (e.g., iPhone's resolution: 4032x3024) since this demo runs on the CPU. The model can run \
|
79 |
+
on a NVIDIA 3090 GPU 17ms per standard 4K image). \
|
80 |
+
<br /> \
|
81 |
+
The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns. \
|
82 |
+
You can scan the QR code to play on your mobile phone. \
|
83 |
+
<img src= 'QR.jp'> "
|
|
|
|
|
|
|
84 |
|
85 |
article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
|
86 |
[official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
|