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