Instructions to use mukesh3444/window_detection_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- 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") - Notebooks
- Google Colab
- Kaggle