JianyuanWang commited on
Commit
8d2a36a
·
1 Parent(s): 8d7c42a

update app

Browse files
Files changed (1) hide show
  1. app.py +14 -9
app.py CHANGED
@@ -394,15 +394,20 @@ with gr.Blocks(
394
  <li><strong>Preview:</strong> Your uploaded images will appear in the gallery on the left.</li>
395
  <li><strong>Reconstruct:</strong> Click the "Reconstruct" button to start the 3D reconstruction process.</li>
396
  <li><strong>Visualize:</strong> The 3D reconstruction will appear in the viewer on the right. You can rotate, pan, and zoom to explore the model, and download the GLB file. Note the visualization of 3D points may be slow for large number of input images. </li>
397
- <li><strong>Adjust Visualization (Optional):</strong> After reconstruction, you can fine-tune the visualization using the options below:
398
- <ul>
399
- <li><em>Confidence Threshold:</em> Adjusts the filtering of points based on the model's confidence. Higher values show only the most confident points.</li>
400
- <li><em>Show Points from Frame:</em> Select specific frames to display in the point cloud. Useful for isolating parts of a scene.</li>
401
- <li><em>Show Camera:</em> Toggle the display of the estimated camera positions.</li>
402
- <li><em>Filter Sky / Filter Black Background:</em> These options attempt to remove points corresponding to the sky or black backgrounds.</li>
403
- <li><em>Select a Prediction Mode:</em> Choose between "Depthmap and Camera Branch" and "Pointmap Branch". They usually look similar, while "Depthmap and Camera Branch" give slightly better details.</li>
404
- </ul>
405
- </li>
 
 
 
 
 
406
  </ol>
407
  <p><strong>Please note:</strong> Our method usually only needs less than 1 second to reconstruct a scene, but the visualization of 3D points may take tens of seconds, especially when the number of images is large. Please be patient or, for faster visualization, use a local machine to run our demo from our <a href="https://github.com/facebookresearch/vggt">GitHub repository</a>.</p>
408
  </div>
 
394
  <li><strong>Preview:</strong> Your uploaded images will appear in the gallery on the left.</li>
395
  <li><strong>Reconstruct:</strong> Click the "Reconstruct" button to start the 3D reconstruction process.</li>
396
  <li><strong>Visualize:</strong> The 3D reconstruction will appear in the viewer on the right. You can rotate, pan, and zoom to explore the model, and download the GLB file. Note the visualization of 3D points may be slow for large number of input images. </li>
397
+ <li>
398
+ <strong>Adjust Visualization (Optional):</strong>
399
+ After reconstruction, you can fine-tune the visualization using the options below
400
+ <details style="display:inline;">
401
+ <summary style="display:inline;">(<strong>click to expand</strong>):</summary>
402
+ <ul>
403
+ <li><em>Confidence Threshold:</em> Adjust the filtering of points based on confidence.</li>
404
+ <li><em>Show Points from Frame:</em> Select specific frames to display in the point cloud.</li>
405
+ <li><em>Show Camera:</em> Toggle the display of estimated camera positions.</li>
406
+ <li><em>Filter Sky / Filter Black Background:</em> Remove sky or black-background points.</li>
407
+ <li><em>Select a Prediction Mode:</em> Choose between "Depthmap and Camera Branch" or "Pointmap Branch."</li>
408
+ </ul>
409
+ </details>
410
+ </li>
411
  </ol>
412
  <p><strong>Please note:</strong> Our method usually only needs less than 1 second to reconstruct a scene, but the visualization of 3D points may take tens of seconds, especially when the number of images is large. Please be patient or, for faster visualization, use a local machine to run our demo from our <a href="https://github.com/facebookresearch/vggt">GitHub repository</a>.</p>
413
  </div>