Update model-list.json (#911)

Remove duplicate SAM models from the list
This commit is contained in:
PunitD 2024-07-29 19:54:48 +05:30 committed by GitHub
parent 0f80cbcbd7
commit 9904b13997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2631,28 +2631,6 @@
"url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py", "url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py",
"size": "1.01KB" "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", "name": "MobileSAM",
"type": "sam", "type": "sam",
@ -3417,4 +3395,4 @@
"size": "8.24GB" "size": "8.24GB"
} }
] ]
} }