Spaces:
Running
Running
fcakyon
commited on
Commit
·
958dc22
1
Parent(s):
17bd90f
use inputs in prediction
Browse files
app.py
CHANGED
@@ -210,6 +210,10 @@ if submit:
|
|
210 |
slice_width=slice_size,
|
211 |
overlap_height_ratio=overlap_ratio,
|
212 |
overlap_width_ratio=overlap_ratio,
|
|
|
|
|
|
|
|
|
213 |
)
|
214 |
|
215 |
st.markdown(f"##### Standard {model_name} Prediction:")
|
|
|
210 |
slice_width=slice_size,
|
211 |
overlap_height_ratio=overlap_ratio,
|
212 |
overlap_width_ratio=overlap_ratio,
|
213 |
+
postprocess_type=postprocess_type,
|
214 |
+
postprocess_match_metric=postprocess_match_metric,
|
215 |
+
postprocess_match_threshold=postprocess_match_threshold,
|
216 |
+
postprocess_class_agnostic=postprocess_class_agnostic,
|
217 |
)
|
218 |
|
219 |
st.markdown(f"##### Standard {model_name} Prediction:")
|