shreyajn commited on
Commit
6420584
·
verified ·
1 Parent(s): 77e71bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Posenet-Mobilenet found [here](https://github.com/facebookresearch/segment-anything).
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.