Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"input_size": 640,
|
3 |
-
"task": "
|
4 |
"ultralytics_version": "8.0.20",
|
5 |
-
"model_type": "
|
6 |
"num_classes": 1,
|
7 |
"names": ["mexico_building"],
|
8 |
-
"pipeline_tag": "
|
9 |
"library_name": "ultralytics",
|
10 |
"version": "1.0"
|
11 |
-
}
|
|
|
1 |
{
|
2 |
"input_size": 640,
|
3 |
+
"task": "object-detection",
|
4 |
"ultralytics_version": "8.0.20",
|
5 |
+
"model_type": "yolo",
|
6 |
"num_classes": 1,
|
7 |
"names": ["mexico_building"],
|
8 |
+
"pipeline_tag": "object-detection",
|
9 |
"library_name": "ultralytics",
|
10 |
"version": "1.0"
|
11 |
+
}
|