How to use M4A1TasteGood/finetune-instance-segmentation-ade20k-mini-mask2former with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("M4A1TasteGood/finetune-instance-segmentation-ade20k-mini-mask2former") model = Mask2FormerForUniversalSegmentation.from_pretrained("M4A1TasteGood/finetune-instance-segmentation-ade20k-mini-mask2former")
The community tab is the place to discuss and collaborate with the HF community!