Image Segmentation
Transformers
Safetensors
English
biology
CV
images
animals
beetles
mask2former
entomology
Instructions to use imageomics/BeetleFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imageomics/BeetleFlow with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="imageomics/BeetleFlow")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("imageomics/BeetleFlow", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload Mask2Former checkpoints & Fill in model card
#2
by DeltaFelicia - opened
No description provided.
DeltaFelicia changed pull request title from Upload Mask2Former checkpoints to Upload Mask2Former checkpoints & Fill in model card
DeltaFelicia changed pull request status to merged