[SAM] Change to facebook/sam-vit-base (#22891)

change to `facebook/sam-vit-base`
This commit is contained in:
Younes Belkada
2023-04-20 14:11:18 +02:00
committed by GitHub
parent aa43a76538
commit 10dd3a7d1c
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ _CHECKPOINT_FOR_DOC = "facebook/sam-vit-huge"
SAM_PRETRAINED_MODEL_ARCHIVE_LIST = [
"facebook/sam-vit-huge",
"facebook/sam-vit-large",
"facebook/sam-vit-big",
"facebook/sam-vit-base",
# See all SAM models at https://huggingface.co/models?filter=sam
]