Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -80,14 +80,13 @@ images up to 4K resolution, which adapts to most of the modern mobile phones.
|
|
80 |
(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
|
81 |
on a NVIDIA 3090 GPU 17ms per standard 4K image).
|
82 |
|
83 |
-
|
|
|
|
|
84 |
"""
|
85 |
|
86 |
article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
|
87 |
[official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
|
88 |
-
The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns. \
|
89 |
-
You can scan the QR code to play on your mobile phone.\
|
90 |
-
<center><img src='QR.jpg'></center> \
|
91 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Andyx_screen_image_demoire' alt='visitor badge'></center>"
|
92 |
|
93 |
|
|
|
80 |
(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
|
81 |
on a NVIDIA 3090 GPU 17ms per standard 4K image).
|
82 |
|
83 |
+
The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns.
|
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.\
|
|
|
|
|
|
|
90 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=Andyx_screen_image_demoire' alt='visitor badge'></center>"
|
91 |
|
92 |
|