Divyasreepat
commited on
Commit
•
c65ee5c
1
Parent(s):
f3d9c5d
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
-
|
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.
|
6 |
|
7 |
|
@@ -32,7 +32,7 @@ The following model checkpoints are provided by the Keras team. Weights have bee
|
|
32 |
| sam_large_sa1b | 312.34M | The large SAM model trained on the SA1B dataset. |
|
33 |
| sam_huge_sa1b | 641.09M | The huge SAM model trained on the SA1B dataset. |
|
34 |
|
35 |
-
|
36 |
Load pretrained model using `from_preset`.
|
37 |
|
38 |
```python
|
|
|
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.
|
6 |
|
7 |
|
|
|
32 |
| sam_large_sa1b | 312.34M | The large SAM model trained on the SA1B dataset. |
|
33 |
| sam_huge_sa1b | 641.09M | The huge SAM model trained on the SA1B dataset. |
|
34 |
|
35 |
+
## Example Usage
|
36 |
Load pretrained model using `from_preset`.
|
37 |
|
38 |
```python
|