Former-commit-id: 96bfd3d6a9aa4ed7d432bc9fe0c6b9d1587e08d3
pull/160/head
Kye 2 years ago
parent ecd9e79dc5
commit 6f25f70a4b

@ -922,7 +922,7 @@ class Segmenting:
return image
def segment_image_with_click(self, img, is_positive: bool)
def segment_image_with_click(self, img, is_positive: bool):
self.sam_predictor.set_image(img)
# self.saved_points.append([evt.index[0], evt.index[1]])

Loading…
Cancel
Save