Upload config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "yolo",
|
3 |
+
"num_classes": 1,
|
4 |
+
"class_names": ["mexico_building"],
|
5 |
+
"input_size": 640,
|
6 |
+
"pipeline_tag": "image-segmentation"
|
7 |
+
}
|