Skip to content

Commit 150e581

Browse files
pierizviericmintun
authored andcommitted
Fixed Typo
1 parent 6abd032 commit 150e581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

segment_anything/modeling/mask_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def forward(
9898
dense_prompt_embeddings=dense_prompt_embeddings,
9999
)
100100

101-
# Select the correct mask or masks for outptu
101+
# Select the correct mask or masks for output
102102
if multimask_output:
103103
mask_slice = slice(1, None)
104104
else:

0 commit comments

Comments
 (0)