Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,14 +29,6 @@ postprocess_match_threshold = 0.5
|
|
29 |
postprocess_class_agnostic = True
|
30 |
|
31 |
|
32 |
-
= st.selectbox(
|
33 |
-
"postprocess_match_metric", options=["IOU", "IOS"], index=0
|
34 |
-
)
|
35 |
-
postprocess_match_threshold = st.number_input(
|
36 |
-
"postprocess_match_threshold", value=0.5, step=0.1
|
37 |
-
)
|
38 |
-
postprocess_class_agnostic = st.checkbox("postprocess_class_agnostic", value=True)
|
39 |
-
|
40 |
|
41 |
@st.cache(allow_output_mutation=True, show_spinner=False)
|
42 |
def download_comparison_images():
|
|
|
29 |
postprocess_class_agnostic = True
|
30 |
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
@st.cache(allow_output_mutation=True, show_spinner=False)
|
34 |
def download_comparison_images():
|