felixflier03 commited on
Commit
faab223
·
verified ·
1 Parent(s): f3d16e4

Update cvat-config.json

Browse files
Files changed (1) hide show
  1. cvat-config.json +6 -5
cvat-config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
- "type": "segmentation", // Oder "detection", je nach Modelltyp
3
- "labels": ["object"],
4
- "framework": "pytorch",
5
- "name": "Test Model",
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
+