Browse Source

Merge pull request #37 from eltociear/patch-1

fix typo in mask_decoder.py
pull/151/head
ericmintun 2 years ago committed by GitHub
parent
commit
f3d37bde02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      segment_anything/modeling/mask_decoder.py

2
segment_anything/modeling/mask_decoder.py

@ -26,7 +26,7 @@ class MaskDecoder(nn.Module): @@ -26,7 +26,7 @@ class MaskDecoder(nn.Module):
) -> None:
"""
Predicts masks given an image and prompt embeddings, using a
tranformer architecture.
transformer architecture.
Arguments:
transformer_dim (int): the channel dimension of the transformer

Loading…
Cancel
Save