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