1
This commit is contained in:
@@ -170,7 +170,7 @@ class SAMBoxSegmenter:
|
||||
|
||||
# 准备框坐标
|
||||
box = np.array(self.current_box)
|
||||
|
||||
print(self.current_box)
|
||||
# 调用SAM生成掩码
|
||||
masks, _, _ = self.predictor.predict(
|
||||
box=box,
|
||||
|
||||
Reference in New Issue
Block a user