Instructions to use zeromodels/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/sam3 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/sam3") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -17,11 +17,11 @@ tags:
|
|
| 17 |
- tf
|
| 18 |
---
|
| 19 |
|
| 20 |
-
## ***See [our collection](https://huggingface.co/collections/zeromodels/sam-v1-v2-v3-
|
| 21 |
|
| 22 |
# Run SAM3 with Keras 3: JAX, PyTorch, or TensorFlow
|
| 23 |
|
| 24 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/sam3/) [](https://huggingface.co/collections/zeromodels/sam-v1-v2-v3-
|
| 25 |
|
| 26 |
# zeromodels/sam3
|
| 27 |
|
|
|
|
| 17 |
- tf
|
| 18 |
---
|
| 19 |
|
| 20 |
+
## ***See [our collection](https://huggingface.co/collections/zeromodels/sam-v1-v2-v3-6a8eaf73a274fffa2ea83cfd) for all versions of SAM.***
|
| 21 |
|
| 22 |
# Run SAM3 with Keras 3: JAX, PyTorch, or TensorFlow
|
| 23 |
|
| 24 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/sam3/) [](https://huggingface.co/collections/zeromodels/sam-v1-v2-v3-6a8eaf73a274fffa2ea83cfd)
|
| 25 |
|
| 26 |
# zeromodels/sam3
|
| 27 |
|