Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
986adf5
1
Parent(s):
bed94f9
Update app file
Browse files
app.py
CHANGED
|
@@ -142,10 +142,10 @@ if submit:
|
|
| 142 |
image,
|
| 143 |
detection_model,
|
| 144 |
image_size=image_size,
|
| 145 |
-
slice_height=slice_size,
|
| 146 |
-
slice_width=slice_size,
|
| 147 |
-
overlap_height_ratio=overlap_ratio,
|
| 148 |
-
overlap_width_ratio=overlap_ratio,
|
| 149 |
postprocess_match_threshold=postprocess_match_threshold
|
| 150 |
)
|
| 151 |
|
|
|
|
| 142 |
image,
|
| 143 |
detection_model,
|
| 144 |
image_size=image_size,
|
| 145 |
+
#slice_height=slice_size,
|
| 146 |
+
#slice_width=slice_size,
|
| 147 |
+
#overlap_height_ratio=overlap_ratio,
|
| 148 |
+
#overlap_width_ratio=overlap_ratio,
|
| 149 |
postprocess_match_threshold=postprocess_match_threshold
|
| 150 |
)
|
| 151 |
|