Image Segmentation
Transformers
Merge
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
Salient Object Detection
pytorch_model_hub_mixin
model_hub_mixin
Instructions to use dummy9996/birefnet-bf16-all-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dummy9996/birefnet-bf16-all-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="dummy9996/birefnet-bf16-all-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dummy9996/birefnet-bf16-all-models", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K