Spaces:
Sleeping
Sleeping
hhhhhh0103
commited on
Commit
β’
60f010b
1
Parent(s):
66f2f24
Update app.py
Browse files
app.py
CHANGED
@@ -247,13 +247,13 @@ gradio_app = gr.Interface(
|
|
247 |
title="SAMReg: One Registration is Worth Two Segmentations",
|
248 |
examples=examples,
|
249 |
description="<p> \
|
250 |
-
<strong>Register anything
|
251 |
Choose an example below 🔥 🔥 🔥 <br>\
|
252 |
-
Or, upload
|
253 |
-
The
|
254 |
<br> \
|
255 |
-
π The correspondence representation is
|
256 |
-
π
|
257 |
π Current UI interface only unleashes a small part of the capabilities of SAMReg, i.e., 2D registration w 'embedding' mode. \
|
258 |
</p>",
|
259 |
cache_examples=False,
|
|
|
247 |
title="SAMReg: One Registration is Worth Two Segmentations",
|
248 |
examples=examples,
|
249 |
description="<p> \
|
250 |
+
<strong>Register anything using ROI-based correspondence representation.</strong> <br>\
|
251 |
Choose an example below 🔥 🔥 🔥 <br>\
|
252 |
+
Or, upload your own images to 'img1' and 'img2'. <br>\
|
253 |
+
The CPU's hardware limitations result in an inference time of roughly 875 seconds for a single run. <br>\
|
254 |
<br> \
|
255 |
+
π The correspondence representation is illustrated by multiple paired-ROIs in the same color. <br>\
|
256 |
+
π The examples below consist of medical images because the algorithm was initially proposed for medical registration. <br>\
|
257 |
π Current UI interface only unleashes a small part of the capabilities of SAMReg, i.e., 2D registration w 'embedding' mode. \
|
258 |
</p>",
|
259 |
cache_examples=False,
|