How to use 594zyc/m2f-coco-original with Transformers:
# Load model directly from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation processor = AutoImageProcessor.from_pretrained("594zyc/m2f-coco-original") model = Mask2FormerForUniversalSegmentation.from_pretrained("594zyc/m2f-coco-original")
The community tab is the place to discuss and collaborate with the HF community!