Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

keras
/
sam3_pcs

KerasHub
Model card Files Files and versions
xet
Community

Instructions to use keras/sam3_pcs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasHub

    How to use keras/sam3_pcs with KerasHub:

    import keras_hub
    
    # Create a ImageSegmenter model
    task = keras_hub.models.ImageSegmenter.from_preset("hf://keras/sam3_pcs")
    
    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://keras/sam3_pcs")
    
  • Keras

    How to use keras/sam3_pcs with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://keras/sam3_pcs")
    
  • Notebooks
  • Google Colab
  • Kaggle
sam3_pcs
3.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
prasadsachin's picture
prasadsachin
Update README.md with new model card content
6fc21d5 verified 2 months ago
  • assets
    Upload folder using huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    3.91 kB
    Update README.md with new model card content 2 months ago
  • config.json
    6.77 kB
    Upload folder using huggingface_hub 2 months ago
  • image_converter.json
    923 Bytes
    Upload folder using huggingface_hub 2 months ago
  • metadata.json
    195 Bytes
    Upload folder using huggingface_hub 2 months ago
  • model.weights.h5
    3.4 GB
    xet
    Upload folder using huggingface_hub 2 months ago
  • preprocessor.json
    2.66 kB
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    546 Bytes
    Upload folder using huggingface_hub 2 months ago