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