We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8286e6e commit f97a163Copy full SHA for f97a163
panopticon/spatial.py
@@ -20,6 +20,7 @@ def get_labels_and_polys(tif_file):
20
21
img = img/255
22
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
24
25
def get_gdf(labels, polys):
26
exit_code = import_check(
0 commit comments