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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload MaskFormerForInstanceSegmentation
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"MaskFormerForInstanceSegmentation"
|
| 4 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "mukesh3444/window_detection_model",
|
| 3 |
"architectures": [
|
| 4 |
"MaskFormerForInstanceSegmentation"
|
| 5 |
],
|