Skip to content

Commit f97a163

Browse files
committed
bug fix
1 parent 8286e6e commit f97a163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panopticon/spatial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def get_labels_and_polys(tif_file):
2020

2121
img = img/255
2222
labels, polys = model.predict_instances_big(img, axes='YXC', block_size=4096, prob_thresh=0.01,nms_thresh=0.001, min_overlap=128, context=128, normalizer=None, n_tiles=(4,4,1))
23+
return labels, polys
2324

2425
def get_gdf(labels, polys):
2526
exit_code = import_check(

0 commit comments

Comments
 (0)