Skip to content

Commit

Permalink
Merge pull request #37 from eltociear/patch-1
Browse files Browse the repository at this point in the history
fix typo in mask_decoder.py
  • Loading branch information
ericmintun authored Apr 10, 2023
2 parents f58f1d1 + b7f0bc7 commit f3d37bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segment_anything/modeling/mask_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(
) -> 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
Expand Down

0 comments on commit f3d37bd

Please sign in to comment.