Skip to content

Commit

Permalink
dev(narugo): add vit large model into list
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 27, 2024
1 parent d8bbbce commit 09fd11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgutils/tagging/wd14.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
_IS_V3_SUPPORT = VersionInfo(onnxruntime.__version__) >= '1.17'

MODEL_NAMES = {
"ViT_Large": VIT_LARGE_MODEL_REPO,

"SwinV2": SWIN_MODEL_REPO,
"ConvNext": CONV_MODEL_REPO,
"ConvNextV2": CONV2_MODEL_REPO,
Expand All @@ -42,8 +44,6 @@
"SwinV2_v3": SWIN_V3_MODEL_REPO,
"ConvNext_v3": CONV_V3_MODEL_REPO,
"ViT_v3": VIT_V3_MODEL_REPO,

"ViT_Large": VIT_LARGE_MODEL_REPO,
}
_DEFAULT_MODEL_NAME = 'SwinV2_v3'

Expand Down

0 comments on commit 09fd11a

Please sign in to comment.