Merge branch 'facebookresearch:main' into main

This commit is contained in:
Elm Forest
2023-04-09 19:16:56 +08:00
committed by GitHub
7 changed files with 87 additions and 51 deletions

View File

@@ -45,8 +45,8 @@ def build_sam_vit_b(checkpoint=None):
sam_model_registry = {
"default": build_sam,
"vit_h": build_sam,
"default": build_sam_vit_h,
"vit_h": build_sam_vit_h,
"vit_l": build_sam_vit_l,
"vit_b": build_sam_vit_b,
}