Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -80,13 +80,12 @@ 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 |
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 |
|
86 |
<center><img src='QR.jpg'></center>
|
87 |
-
|
88 |
-
|
89 |
-
"""
|
90 |
|
91 |
article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
|
92 |
[official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
|
|
|
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 |
The best way for a demo testing is using your mobile phone to capture a screen image, which may cause moire patterns.
|
85 |
You can scan the QR code to play on your mobile phone.
|
86 |
|
87 |
<center><img src='QR.jpg'></center>
|
88 |
+
"
|
|
|
|
|
89 |
|
90 |
article = "Check out the [ECCV 2022 paper](https://arxiv.org/abs/2207.09935) and the \
|
91 |
[official training code](https://github.com/CVMI-Lab/UHDM) which the demo is based on.\
|