LibreSAMhuge / README.md
Xuban's picture
Mirror SAM-1 ViT-huge from facebook/sam-vit-huge (Apache-2.0)
f4876e8 verified
|
Raw
History Blame Contribute Delete
1.03 kB
metadata
license: apache-2.0
library_name: libreyolo
tags:
  - mask-generation
  - image-segmentation
  - sam

LibreSAMhuge

Segment Anything (SAM-1) ViT-Huge, mirrored for LibreYOLO.

Source

Mirrored from facebook/sam-vit-huge. Copyright (c) Meta Platforms, Inc. and affiliates. Licensed under the Apache License, Version 2.0.

Modifications

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.

Upstream also publishes pytorch_model.bin (a duplicate of the safetensors weights) and tf_model.h5. Neither is mirrored, because LibreYOLO loads the safetensors file.

Usage

from libreyolo import LibreYOLO

model = LibreYOLO("LibreSAMhuge.pt")

License

Apache License 2.0. See the LICENSE and NOTICE files in this repository.