Former-commit-id: 3bd9f826b9
group-chat
Kye 1 year ago
parent dff447d61f
commit ce77de8207

@ -922,7 +922,7 @@ class Segmenting:
return image 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.sam_predictor.set_image(img)
# self.saved_points.append([evt.index[0], evt.index[1]]) # self.saved_points.append([evt.index[0], evt.index[1]])

Loading…
Cancel
Save