Update cvat-config.json
Browse files- cvat-config.json +6 -12
cvat-config.json
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
"labels": ["object"],
|
| 8 |
-
"framework": "pytorch",
|
| 9 |
-
"model_params": {
|
| 10 |
-
"threshold": 0.5
|
| 11 |
-
}
|
| 12 |
-
}
|
| 13 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "segmentation", // oder "detection", je nach Modelltyp
|
| 3 |
+
"labels": ["object"], // Ihre Modelllabels
|
| 4 |
+
"framework": "pytorch",
|
| 5 |
+
"name": "Test Model",
|
| 6 |
+
"api_url": "https://huggingface.co/felixflier03/Test"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|