Model Details
Full Model IDyonigozlan/EdgeTAM-hf
Pipeline / Taskmask-generation
Librarytransformers
Downloads (all-time)9.4K
Likes72
Last Modified11/6/2025
Author / Orgyonigozlan
PrivateNo — public
⚡ Quick Usage (Python)
Using the 🤗 Transformers library. Install with pip install transformers
from transformers import pipeline
# Load the model
pipe = pipeline("mask-generation", model="yonigozlan/EdgeTAM-hf")
# Run inference
result = pipe("Your input here")
print(result)🏷️ Tags
transformerssafetensorsedgetam_videofeature-extractionmask-generationarxiv:2501.07256license:apache-2.0endpoints_compatibleregion:us
More mask-generation Models
See all →🚀 Use This Model
Access model files, inference API, and full documentation on Hugging Face.
Open on Hugging Face →Browse Model Files ↗← Browse All Models🤖 Task: mask-generation
This model is designed for the mask-generation task. Explore more models for this use case.
All mask-generation Models →📊 Popularity
⬇ Downloads9.4K
❤️ Community Likes72
🛠️ Requirements
- →Install: pip install transformers
- →Python 3.8+ recommended for Transformers.
- →GPU (CUDA) speeds up inference significantly.
- →Use model.half() for fp16 on limited VRAM.