Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ tags:
|
|
16 |
|
17 |
Transformer based encoder-decoder where prompts specify what to segment in an image thereby allowing segmentation without the need for additional training. The image encoder generates embeddings and the lightweight decoder operates on the embeddings for point and mask based image segmentation.
|
18 |
|
19 |
-
This model is an implementation of
|
20 |
|
21 |
|
22 |
This repository provides scripts to run Segment-Anything-Model on Qualcomm® devices.
|
|
|
16 |
|
17 |
Transformer based encoder-decoder where prompts specify what to segment in an image thereby allowing segmentation without the need for additional training. The image encoder generates embeddings and the lightweight decoder operates on the embeddings for point and mask based image segmentation.
|
18 |
|
19 |
+
This model is an implementation of Segment-Anything-Model found [here](https://github.com/facebookresearch/segment-anything).
|
20 |
|
21 |
|
22 |
This repository provides scripts to run Segment-Anything-Model on Qualcomm® devices.
|