Image Segmentation
KerasHub
Keras
Divyasreepat commited on
Commit
9b37dc1
1 Parent(s): 053fb33

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - keras
7
  pipeline_tag: image-segmentation
8
  ---
9
- ## Model Overview
10
  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.
11
 
12
 
@@ -180,4 +180,4 @@ backbone = keras_hub.models.SAMBackbone(
180
  sam = keras_hub.models.SAMImageSegmenter(
181
  backbone=backbone
182
  )
183
- ```
 
6
  - keras
7
  pipeline_tag: image-segmentation
8
  ---
9
+ ### Model Overview
10
  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.
11
 
12
 
 
180
  sam = keras_hub.models.SAMImageSegmenter(
181
  backbone=backbone
182
  )
183
+ ```