Update config.json
Browse files- config.json +10 -9
config.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
}
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Test Model",
|
| 3 |
+
"framework": "torch",
|
| 4 |
+
"labels": ["object"],
|
| 5 |
+
"type": "segmentation",
|
| 6 |
+
"pipeline_tag": "image-segmentation", // Hinzugefügt
|
| 7 |
+
"params": {
|
| 8 |
+
"threshold": 0.5
|
| 9 |
+
}
|
| 10 |
+
}
|