JianyuanWang commited on
Commit
dbedd0f
·
1 Parent(s): 47b72cb

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -268,22 +268,17 @@ with gr.Blocks() as demo:
268
 
269
  <h3 style="color: #2a9d8f;">Get Started</h3>
270
  To get started quickly, you can click on our <strong>examples (at the bottom of the page)</strong>. The example results are cached, allowing you to view them even when in a queue.
271
-
272
  If you want to reconstruct your own data, simply **(a)** upload images (.jpg, .png, etc.) or **(b)** upload a video (.mp4, .mov, etc.).
273
-
274
  <div style="font-size: 16px; line-height: 1.2;">
275
  <h3 style="color: #2a9d8f;">Hyperparameters</h3>
276
  Typically, 4 query images and 2048 query points are sufficient. For a denser point cloud, use 4096 query points. If the reconstruction appears incomplete, increase to 6 query images. Note that excessive queries can lead to out-of-memory errors.
277
 
278
  <h3 style="color: #2a9d8f;">Converting Video to Frames</h3>
279
  By default, we convert the input video to frames at 1 frame per second. To prevent hugging face space crashes, we limit reconstruction to the first 25 frames. If both images and videos are uploaded, the demo will only reconstruct the uploaded images.
280
-
281
  <h3 style="color: #2a9d8f;">Dynamic Scenes</h3>
282
  SfM methods are designed for rigid/static reconstruction. When dealing with dynamic/moving inputs, these methods may still work by focusing on the rigid parts of the scene. However, to ensure high-quality results, it is better to minimize the presence of moving objects in the input data.
283
-
284
  <h3 style="color: #2a9d8f;">Runtime</h3>
285
  The reconstruction typically takes <strong>up to 90 seconds</strong>. Longer runtimes can be attributed to difficult input data or a high number of query images/points. Please note that running reconstruction on Hugging Face is slower than on a local machine.
286
-
287
  <h3 style="color: #2a9d8f;">Contact</h3>
288
  If you meet any problem, feel free to create an issue in our <a href="https://github.com/facebookresearch/vggsfm" target="_blank" style="color: #2a9d8f;">GitHub Repo</a> ⭐
289
  </div>
 
268
 
269
  <h3 style="color: #2a9d8f;">Get Started</h3>
270
  To get started quickly, you can click on our <strong>examples (at the bottom of the page)</strong>. The example results are cached, allowing you to view them even when in a queue.
 
271
  If you want to reconstruct your own data, simply **(a)** upload images (.jpg, .png, etc.) or **(b)** upload a video (.mp4, .mov, etc.).
 
272
  <div style="font-size: 16px; line-height: 1.2;">
273
  <h3 style="color: #2a9d8f;">Hyperparameters</h3>
274
  Typically, 4 query images and 2048 query points are sufficient. For a denser point cloud, use 4096 query points. If the reconstruction appears incomplete, increase to 6 query images. Note that excessive queries can lead to out-of-memory errors.
275
 
276
  <h3 style="color: #2a9d8f;">Converting Video to Frames</h3>
277
  By default, we convert the input video to frames at 1 frame per second. To prevent hugging face space crashes, we limit reconstruction to the first 25 frames. If both images and videos are uploaded, the demo will only reconstruct the uploaded images.
 
278
  <h3 style="color: #2a9d8f;">Dynamic Scenes</h3>
279
  SfM methods are designed for rigid/static reconstruction. When dealing with dynamic/moving inputs, these methods may still work by focusing on the rigid parts of the scene. However, to ensure high-quality results, it is better to minimize the presence of moving objects in the input data.
 
280
  <h3 style="color: #2a9d8f;">Runtime</h3>
281
  The reconstruction typically takes <strong>up to 90 seconds</strong>. Longer runtimes can be attributed to difficult input data or a high number of query images/points. Please note that running reconstruction on Hugging Face is slower than on a local machine.
 
282
  <h3 style="color: #2a9d8f;">Contact</h3>
283
  If you meet any problem, feel free to create an issue in our <a href="https://github.com/facebookresearch/vggsfm" target="_blank" style="color: #2a9d8f;">GitHub Repo</a> ⭐
284
  </div>