From 9904b139971d81567a58435b9b59dbd5b6522f1f Mon Sep 17 00:00:00 2001 From: PunitD Date: Mon, 29 Jul 2024 19:54:48 +0530 Subject: [PATCH] Update model-list.json (#911) Remove duplicate SAM models from the list --- model-list.json | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/model-list.json b/model-list.json index b3c9ea21..f1573343 100644 --- a/model-list.json +++ b/model-list.json @@ -2631,28 +2631,6 @@ "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py", "size": "1.01KB" }, - { - "name": "ViT-H SAM model", - "type": "sam", - "base": "SAM", - "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-H)", - "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", - "filename": "sam_vit_h_4b8939.pth", - "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth", - "size": "2.56GB" - }, - { - "name": "ViT-L SAM model", - "type": "sam", - "base": "SAM", - "save_path": "sams", - "description": "Segmenty Anything SAM model (ViT-L)", - "reference": "https://github.com/facebookresearch/segment-anything#model-checkpoints", - "filename": "sam_vit_l_0b3195.pth", - "url": "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth", - "size": "1.25GB" - }, { "name": "MobileSAM", "type": "sam", @@ -3417,4 +3395,4 @@ "size": "8.24GB" } ] -} \ No newline at end of file +}