Transformers How to use mukesh3444/window_detection_model with Transformers:
# Load model directly
from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation
processor = AutoImageProcessor.from_pretrained("mukesh3444/window_detection_model")
model = MaskFormerForInstanceSegmentation.from_pretrained("mukesh3444/window_detection_model")