Skip to content
#

segment-anything-model

Here are 65 public repositories matching this topic...

SAM is a deep learning model (transformer based). When we give an image as input to the Segment Anything Model, it first passes through an image encoder and produces a one-time embedding for the entire image. The downsampling happens using 2D convolutional layers. Then the model concatenates it with the image embedding to get the final vector.

  • Updated Sep 11, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the segment-anything-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the segment-anything-model topic, visit your repo's landing page and select "manage topics."

Learn more