Instructions to use alexissaavedra/brain_segmentation_mask2former with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexissaavedra/brain_segmentation_mask2former with Transformers:
# Load model directly from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation processor = AutoImageProcessor.from_pretrained("alexissaavedra/brain_segmentation_mask2former") model = MaskFormerForInstanceSegmentation.from_pretrained("alexissaavedra/brain_segmentation_mask2former") - Notebooks
- Google Colab
- Kaggle
Ctrl+K