Image Segmentation
Transformers
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
Salient Object Detection
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", device_map="auto") - Notebooks
- Google Colab
- Kaggle