Update app.py
Browse files
app.py
CHANGED
@@ -251,10 +251,14 @@ def main():
|
|
251 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1rem; flex-wrap: wrap;">
|
252 |
<a href="https://github.com/ZiyuGuo99/SAM2Point/blob/main/SAM2Point.pdf" target="_blank">[Paper]</a>
|
253 |
<a href="https://github.com/ZiyuGuo99/SAM2Point" target="_blank">[Code]</a>
|
|
|
254 |
</div>
|
255 |
</div>
|
256 |
<p style="text-align: center;">
|
257 |
-
Select an example to start segmentation using <span style="font-variant: small-caps;">Sam2Point</span>.
|
|
|
|
|
|
|
258 |
</p>
|
259 |
"""
|
260 |
|
|
|
251 |
<div style="display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1rem; flex-wrap: wrap;">
|
252 |
<a href="https://github.com/ZiyuGuo99/SAM2Point/blob/main/SAM2Point.pdf" target="_blank">[Paper]</a>
|
253 |
<a href="https://github.com/ZiyuGuo99/SAM2Point" target="_blank">[Code]</a>
|
254 |
+
<a href="https://sam2point.github.io/" target="_blank">[Webpage]</a>
|
255 |
</div>
|
256 |
</div>
|
257 |
<p style="text-align: center;">
|
258 |
+
Select an example and a 3D prompt to start segmentation using <span style="font-variant: small-caps;">Sam2Point</span>.
|
259 |
+
</p>
|
260 |
+
<p style="text-align: center;">
|
261 |
+
Custom 3D input and prompts will be supported soon.
|
262 |
</p>
|
263 |
"""
|
264 |
|