Image Segmentation
Transformers
PyTorch
Safetensors
maskformer
instance-segmentation
vision
Generated from Trainer
Instructions to use nagarajuthirupathi/indoor_window_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nagarajuthirupathi/indoor_window_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="nagarajuthirupathi/indoor_window_detection")# Load model directly from transformers import AutoImageProcessor, MaskFormerForInstanceSegmentation processor = AutoImageProcessor.from_pretrained("nagarajuthirupathi/indoor_window_detection") model = MaskFormerForInstanceSegmentation.from_pretrained("nagarajuthirupathi/indoor_window_detection") - Notebooks
- Google Colab
- Kaggle
Ctrl+K