Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bw-bestperf
SAM
Commits
150e5812
Commit
150e5812
authored
Apr 12, 2023
by
Murtaza rizvi
Committed by
ericmintun
Apr 12, 2023
Browse files
Fixed Typo
parent
6abd0325
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
segment_anything/modeling/mask_decoder.py
segment_anything/modeling/mask_decoder.py
+1
-1
No files found.
segment_anything/modeling/mask_decoder.py
View file @
150e5812
...
...
@@ -98,7 +98,7 @@ class MaskDecoder(nn.Module):
dense_prompt_embeddings
=
dense_prompt_embeddings
,
)
# Select the correct mask or masks for outp
t
u
# Select the correct mask or masks for outpu
t
if
multimask_output
:
mask_slice
=
slice
(
1
,
None
)
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment