Closed1
SAMのライセンス周りについて

SAM (Segment Anything Model)のライセンス周りの整理。
SAM
- SAM[5]
- code: Apache 2.0
- model weight: Apache 2.0 (Huggingfaceに公開済み[9])
- Backbone: MViTv2[7]
- Apache 2.0
- dataset
- SA-1B Dataset[6]
- limited
- SA-1B Dataset[6]
SAM2
- SAMv2[1]
- code:
- 本体: Apache 2.0
- cctorch[2]: BSD-3-Clause license (商用利用不可)
- model weight: Apache 2.0 (Huggingfaceに公開済み[8])
- code:
- backbone: Hiera[3]
- code: Apache 2.0
- model weight: Creative Commons Attribution-NonCommercial 4.0 International (商用利用不可)
- dataset
- SA-V dataset[4]
- data / annotation: CC BY 4.0
- evaluation code: BSD 3 license
- SA-V dataset[4]
Reference
- https://github.com/facebookresearch/segment-anything-2
- https://github.com/zsef123/Connected_components_PyTorch
- https://github.com/facebookresearch/hiera
- https://github.com/facebookresearch/segment-anything-2/blob/main/sav_dataset/README.md
- https://github.com/facebookresearch/segment-anything
- https://ai.meta.com/datasets/segment-anything/
- https://github.com/facebookresearch/mvit
- https://huggingface.co/facebook/sam2-hiera-large
- https://huggingface.co/facebook/sam2-hiera-large-hf
このスクラップは2024/08/25にクローズされました