Update cvat-config.json
Browse files- cvat-config.json +6 -5
cvat-config.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"type": "segmentation", //
|
| 3 |
-
"labels": ["object"],
|
| 4 |
-
"framework": "pytorch",
|
| 5 |
-
"name": "
|
| 6 |
-
"api_url": "https://huggingface.co/felixflier03/Test"
|
| 7 |
}
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"type": "segmentation", // Modelltyp (hier Segmentierung)
|
| 3 |
+
"labels": ["object"], // Labels, die vom Modell verwendet werden
|
| 4 |
+
"framework": "pytorch", // Framework, das für das Modell verwendet wird
|
| 5 |
+
"name": "SAM Model",
|
| 6 |
+
"api_url": "https://huggingface.co/felixflier03/Test" // Deine Modell-URL auf Hugging Face
|
| 7 |
}
|
| 8 |
+
|