Image Segmentation
KerasHub
Keras
prasadsachin commited on
Commit
26c6925
1 Parent(s): c65ee5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: keras-hub
 
 
 
 
3
  ---
4
  ## Model Overview
5
  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. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
@@ -175,4 +179,4 @@ backbone = keras_hub.models.SAMBackbone(
175
  sam = keras_hub.models.SAMImageSegmenter(
176
  backbone=backbone
177
  )
178
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: apache-2.0
4
+ tags:
5
+ - image-segmentation
6
+ - keras
7
  ---
8
  ## Model Overview
9
  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. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
 
179
  sam = keras_hub.models.SAMImageSegmenter(
180
  backbone=backbone
181
  )
182
+ ```