https://store-images.s-microsoft.com/image/apps.52867.2cc8b602-b575-4359-95d7-19bb389397a3.6dcc81f0-41b0-4945-8a46-a8a926a5c54c.27fc4924-46bd-4038-8512-ece74e3106a1

SAM

作成者: bCloud LLC

(1 評価)

Version 1.0 + Free Support on Ubuntu 24.04

SAM (Segment Anything Model) is an open-source AI model developed by Meta AI for universal image segmentation. It can automatically detect and segment objects in images with minimal input, such as points, bounding boxes, or text prompts.

Features of SAM:

  • Performs zero-shot object segmentation across a wide range of images.
  • Supports interactive prompts like points, boxes, or text to refine segmentation masks.
  • Uses a Vision Transformer backbone for high accuracy and generalization.
  • Compatible with Python and integrates with popular computer vision workflows.

SAM Usage:

$ sudo su
$ cd /opt/segment-anything
$ source venv/bin/activate
$ cd segment-anything
$ Check version: pip show segment-anything

Disclaimer: SAM was developed by Meta AI. Always refer to the official GitHub repository or documentation for the most accurate and up-to-date information, including model checkpoints and usage guidelines.