Spaces:
Running
on
Zero
Running
on
Zero
Reduce treshhold
Browse files- demo/mast3r_demo.py +1 -1
demo/mast3r_demo.py
CHANGED
@@ -288,7 +288,7 @@ def mast3r_demo_tab():
|
|
288 |
run_btn = gradio.Button("Run")
|
289 |
|
290 |
with gradio.Row():
|
291 |
-
matching_conf_thr = gradio.Slider(label="Matching Confidence Thr", value=
|
292 |
minimum=0., maximum=30., step=0.1,
|
293 |
info="Before Fallback to Regr3D!")
|
294 |
min_conf_thr = gradio.Slider(label="min_conf_thr", value=1.5, minimum=0.0, maximum=10, step=0.1)
|
|
|
288 |
run_btn = gradio.Button("Run")
|
289 |
|
290 |
with gradio.Row():
|
291 |
+
matching_conf_thr = gradio.Slider(label="Matching Confidence Thr", value=2.,
|
292 |
minimum=0., maximum=30., step=0.1,
|
293 |
info="Before Fallback to Regr3D!")
|
294 |
min_conf_thr = gradio.Slider(label="min_conf_thr", value=1.5, minimum=0.0, maximum=10, step=0.1)
|