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
rollback
Browse files- config.json +0 -3
config.json
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
// 20240627174928
|
| 2 |
-
// https://huggingface.co/mukesh3444/window_detection_model/raw/42fb5d8cf3c11fffa11086d6faa495ec05dc9bb5/config.json
|
| 3 |
-
|
| 4 |
{
|
| 5 |
"architectures": [
|
| 6 |
"MaskFormerForInstanceSegmentation"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
"MaskFormerForInstanceSegmentation"
|