How to use akar49/Maskformer-MRIseg_model_October with Transformers:
# Load model directly from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation processor = AutoImageProcessor.from_pretrained("akar49/Maskformer-MRIseg_model_October") model = MaskFormerForInstanceSegmentation.from_pretrained("akar49/Maskformer-MRIseg_model_October")
The community tab is the place to discuss and collaborate with the HF community!