Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task_adapter/semantic_sam/tasks/interactive_predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, model, thresh=0.5, text_size=640, hole_scale=100, island_scal
"""
self.model = model
self.thresh = thresh
self.text_size = hole_scale
self.text_size = text_size
self.hole_scale = hole_scale
self.island_scale = island_scale
self.point = None
Expand Down