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
b7f0bc74
Unverified
Commit
b7f0bc74
authored
Apr 06, 2023
by
Ikko Eltociear Ashimine
Committed by
GitHub
Apr 06, 2023
Browse files
fix typo in mask_decoder.py
tranformer -> transformer
parent
aac76a1f
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 @
b7f0bc74
...
...
@@ -26,7 +26,7 @@ class MaskDecoder(nn.Module):
)
->
None
:
"""
Predicts masks given an image and prompt embeddings, using a
tranformer architecture.
tran
s
former architecture.
Arguments:
transformer_dim (int): the channel dimension of the transformer
...
...
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