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