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")
The community tab is the place to discuss and collaborate with the HF community!