Spaces:
Running
on
Zero
Running
on
Zero
JianyuanWang
commited on
Commit
•
7eda08b
1
Parent(s):
9a1dda4
update
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks() as demo:
|
|
217 |
input_images = gr.File(file_count="multiple", label="Input Images", interactive=True)
|
218 |
num_query_images = gr.Slider(minimum=1, maximum=10, step=1, value=4, label="Number of query images (key frames)",
|
219 |
info="More query images usually lead to better reconstruction at lower speeds. If the viewpoint differences between your images are minimal, you can set this value to 1. ")
|
220 |
-
num_query_points = gr.Slider(minimum=512, maximum=
|
221 |
info="More query points usually lead to denser reconstruction at lower speeds.")
|
222 |
|
223 |
with gr.Column(scale=3):
|
|
|
217 |
input_images = gr.File(file_count="multiple", label="Input Images", interactive=True)
|
218 |
num_query_images = gr.Slider(minimum=1, maximum=10, step=1, value=4, label="Number of query images (key frames)",
|
219 |
info="More query images usually lead to better reconstruction at lower speeds. If the viewpoint differences between your images are minimal, you can set this value to 1. ")
|
220 |
+
num_query_points = gr.Slider(minimum=512, maximum=8192, step=1, value=2048, label="Number of query points",
|
221 |
info="More query points usually lead to denser reconstruction at lower speeds.")
|
222 |
|
223 |
with gr.Column(scale=3):
|