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")
The community tab is the place to discuss and collaborate with the HF community!