Skip to content

Commit

Permalink
fix typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu1205 committed Apr 13, 2024
1 parent 560542c commit a6a8bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ These tag descriptions files come from the [RAM++](https://arxiv.org/abs/2310.15
<tr>
<th>1</th>
<td>RAM++ (14M)</td>
<td>Swin-Base</td>
<td>Swin-Large</td>
<td>COCO, VG, SBU, CC3M, CC3M-val, CC12M</td>
<td>Provide strong image tagging ability for any category.</td>
<td><a href="https://huggingface.co/xinyu1205/recognize-anything-plus-model/blob/main/ram_plus_swin_large_14m.pth">Download link</a></td>
Expand Down
2 changes: 1 addition & 1 deletion inference_ram.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
default=384,
type=int,
metavar='N',
help='input image size (default: 448)')
help='input image size (default: 384)')


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion inference_tag2text.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
default=384,
type=int,
metavar='N',
help='input image size (default: 448)')
help='input image size (default: 384)')
parser.add_argument('--thre',
default=0.68,
type=float,
Expand Down

0 comments on commit a6a8bfa

Please sign in to comment.