How to use yeray142/finetune-instance-segmentation-mini-mask2former_augmentation_default with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="yeray142/finetune-instance-segmentation-mini-mask2former_augmentation_default")
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("yeray142/finetune-instance-segmentation-mini-mask2former_augmentation_default") model = Mask2FormerForUniversalSegmentation.from_pretrained("yeray142/finetune-instance-segmentation-mini-mask2former_augmentation_default")
The community tab is the place to discuss and collaborate with the HF community!