mirror of
https://github.com/gaomingqi/Track-Anything.git
synced 2025-12-16 08:27:49 +01:00
add mask
This commit is contained in:
@@ -52,7 +52,7 @@ class SamControler():
|
||||
return: mask, logit, painted image(mask+point)
|
||||
'''
|
||||
# self.sam_controler.set_image(image)
|
||||
mask, logit = None, None
|
||||
|
||||
if logits is None:
|
||||
prompts = {
|
||||
'point_coords': points,
|
||||
|
||||
Reference in New Issue
Block a user