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
Upload config
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "facebook/maskformer-swin-large-ade",
|
| 3 |
"architectures": [
|
| 4 |
"MaskFormerForInstanceSegmentation"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"MaskFormerForInstanceSegmentation"
|
| 4 |
],
|