Transformers How to use galthran/maskformer-facade-panoptic with Transformers:
# Load model directly
from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation
processor = AutoImageProcessor.from_pretrained("galthran/maskformer-facade-panoptic")
model = MaskFormerForInstanceSegmentation.from_pretrained("galthran/maskformer-facade-panoptic")