viciopoli commited on
Commit
ff50e16
·
verified ·
1 Parent(s): faeb676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,8 +408,8 @@ with gr.Blocks(title="REALM Inference Demo") as demo:
408
  view2_input = gr.File(label="View 2 (Image, .npz, or .npy)", file_types=["image", ".npz", ".npy"], visible=False)
409
 
410
  run_btn = gr.Button("Run Inference", variant="primary")
 
411
  gr.Markdown("*Note: The interface may pause during the first run of each task while heavy model weights are downloaded from Hugging Face.*", elem_classes="loading-note")
412
-
413
  with gr.Column(scale=1):
414
  depth_output = gr.Image(label="Predicted Depth", visible=True)
415
  seg_output = gr.Image(label="Segmentation Mask", visible=False)
 
408
  view2_input = gr.File(label="View 2 (Image, .npz, or .npy)", file_types=["image", ".npz", ".npy"], visible=False)
409
 
410
  run_btn = gr.Button("Run Inference", variant="primary")
411
+ gr.Markdown("*Note: The depth estimation and semantic segmentation models are specifically evaluated on street-driving scenarios from the MVSEC and DSEC environments. In contrast, the dense feature matching and 3D correspondence pipeline is fully generalizable and works across any arbitrary scene.*", elem_classes="loading-note")
412
  gr.Markdown("*Note: The interface may pause during the first run of each task while heavy model weights are downloaded from Hugging Face.*", elem_classes="loading-note")
 
413
  with gr.Column(scale=1):
414
  depth_output = gr.Image(label="Predicted Depth", visible=True)
415
  seg_output = gr.Image(label="Segmentation Mask", visible=False)