fix
Browse files
inference_tab/inference_logic.py
CHANGED
|
@@ -362,7 +362,7 @@ def getSegments(image_path,iou=0.5,c_th=0.75,edge_margin=10):
|
|
| 362 |
|
| 363 |
|
| 364 |
yield f"Running predictions..."
|
| 365 |
-
for tile_idx, (tile_array, (x_offset, y_offset)) in enumerate(tiles
|
| 366 |
|
| 367 |
tile_height, tile_width, _ = tile_array.shape
|
| 368 |
|
|
|
|
| 362 |
|
| 363 |
|
| 364 |
yield f"Running predictions..."
|
| 365 |
+
for tile_idx, (tile_array, (x_offset, y_offset)) in enumerate(tiles):
|
| 366 |
|
| 367 |
tile_height, tile_width, _ = tile_array.shape
|
| 368 |
|