Stable-X commited on
Commit
4f9c67e
·
1 Parent(s): 1139032

feat: Add annoucement

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks(
322
  ) as iface:
323
  gr.Markdown(
324
  """
325
- # StableSpann3r: Making Spann3r stable with Odometry Backend
326
  <p align="center">
327
  <a title="Github" href="https://github.com/Stable-X/StableSpann3r" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
328
  <img src="https://img.shields.io/github/stars/Stable-X/StableSpann3r?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
@@ -331,6 +331,10 @@ with gr.Blocks(
331
  <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
332
  </a>
333
  </p>
 
 
 
 
334
  """
335
  )
336
  with gr.Row():
 
322
  ) as iface:
323
  gr.Markdown(
324
  """
325
+ # StableSpann3r: Making Video to 3D easy
326
  <p align="center">
327
  <a title="Github" href="https://github.com/Stable-X/StableSpann3r" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
328
  <img src="https://img.shields.io/github/stars/Stable-X/StableSpann3r?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
 
331
  <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
332
  </a>
333
  </p>
334
+
335
+ <div style="background-color: #f0f0f0; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
336
+ <strong>📢 About StableSpann3r:</strong> This is an experimental open-source project building on <a href="https://github.com/naver/dust3r" target="_blank">dust3r</a> and <a href="https://github.com/HengyiWang/spann3r" target="_blank">spann3r</a>. We're exploring video-to-3D conversion, using spann3r for tracking and implementing our own backend and meshing. While it's a work in progress with plenty of room for improvement, we're excited to share it with the community. We welcome your feedback, especially on failure cases, as we continue to develop and refine this tool.
337
+ </div>
338
  """
339
  )
340
  with gr.Row():