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

  • Log In
  • Sign Up

yonigozlan
/
EdgeTAM-hf

Mask Generation
Transformers
Safetensors
edgetam_video
feature-extraction
Model card Files Files and versions
xet
Community
1

Instructions to use yonigozlan/EdgeTAM-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yonigozlan/EdgeTAM-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="yonigozlan/EdgeTAM-hf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("yonigozlan/EdgeTAM-hf")
    model = AutoModel.from_pretrained("yonigozlan/EdgeTAM-hf")
  • Notebooks
  • Google Colab
  • Kaggle
EdgeTAM-hf
56 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yonigozlan's picture
yonigozlan HF Staff
Update README.md
c266ce5 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    18.8 kB
    Update README.md 6 months ago
  • config.json
    38.6 kB
    Upload model 7 months ago
  • model.safetensors
    55.9 MB
    xet
    Upload model 7 months ago
  • preprocessor_config.json
    721 Bytes
    Upload processor 7 months ago
  • processor_config.json
    95 Bytes
    Upload processor 7 months ago
  • video_preprocessor_config.json
    711 Bytes
    Upload processor 7 months ago