Segment Anything (SAM-1) ViT-Large, mirrored for LibreYOLO.
Mirrored from
facebook/sam-vit-large.
Copyright (c) Meta Platforms, Inc. and affiliates.
Licensed under the Apache License, Version 2.0.
None. The weights and configuration are Meta's, byte for byte. This repository
exists so LibreYOLO can serve them from its own organisation rather than
depending on a third-party repository remaining available.
1from libreyolo import LibreYOLO
2
3model = LibreYOLO("LibreSAMlarge.pt")
Apache License 2.0. See the
LICENSE and
NOTICE
files in this repository.