pablodawson / segment-anything-automatic

SegmentAnything Model (SAM) automatic mask generator

  • Public
  • 3.4K runs
  • GitHub
  • Paper
  • License

Readme

Segment Anything

Meta AI Research, FAIR

Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alex Berg, Wan-Yen Lo, Piotr Dollar, Ross Girshick

[Paper] [Project] [Demo] [Dataset]

The Segment Anything Model (SAM) produces high quality object masks from input prompts such as points or boxes, and it can be used to generate masks for all objects in an image. It has been trained on a dataset of 11 million images and 1.1 billion masks, and has strong zero-shot performance on a variety of segmentation tasks.

Note: I’m not the author of this model. Please refer to their official page for questions. Here I use the included “SamAutomaticMaskGenerator” to auto-generate masks.