Spaces:
Running
Running
Fatih
commited on
Commit
·
5486933
1
Parent(s):
feb7d3c
update deprecated postprocess type
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ with col3:
|
|
178 |
"overlap_ratio", min_value=0.0, max_value=0.6, value=0.2, step=0.2
|
179 |
)
|
180 |
postprocess_type = st.selectbox(
|
181 |
-
"postprocess_type", options=["NMS", "
|
182 |
)
|
183 |
postprocess_match_metric = st.selectbox(
|
184 |
"postprocess_match_metric", options=["IOU", "IOS"], index=1
|
|
|
178 |
"overlap_ratio", min_value=0.0, max_value=0.6, value=0.2, step=0.2
|
179 |
)
|
180 |
postprocess_type = st.selectbox(
|
181 |
+
"postprocess_type", options=["NMS", "GREEDYNMM"], index=1
|
182 |
)
|
183 |
postprocess_match_metric = st.selectbox(
|
184 |
"postprocess_match_metric", options=["IOU", "IOS"], index=1
|