JianyuanWang commited on
Commit
f2b2140
Β·
1 Parent(s): c311a66

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -389,12 +389,12 @@ with gr.Blocks(
389
  """
390
  <h1>πŸ›οΈ VGGT: Visual Geometry Grounded Transformer</h1>
391
  <p>
392
- <a href="https://github.com/facebookresearch/vggt">πŸ™ GitHub Repository</a> |
393
- <a href="#">Project Page</a>
394
  </p>
395
 
396
  <div style="font-size: 16px; line-height: 1.5;">
397
- <p>Upload a video or a set of images to create a 3D reconstruction of a scene or object. VGGT takes these images and generates a 3D point cloud, along with estimated camera poses.</p>
398
 
399
  <h3>Getting Started:</h3>
400
  <ol>
 
389
  """
390
  <h1>πŸ›οΈ VGGT: Visual Geometry Grounded Transformer</h1>
391
  <p>
392
+ <a href="https://github.com/facebookresearch/vggt">🌟 GitHub Repository</a> |
393
+ <a href="https://vgg-t.github.io/">πŸš€ Project Page</a>
394
  </p>
395
 
396
  <div style="font-size: 16px; line-height: 1.5;">
397
+ <p>Upload a video or a set of images to create a 3D reconstruction of a scene or object. VGGT takes these images and generates all key 3D attributes, including extrinsic and intrinsic camera parameters, point maps, depth maps, and 3D point tracks.</p>
398
 
399
  <h3>Getting Started:</h3>
400
  <ol>