felixflier03 commited on
Commit
da8f0df
·
verified ·
1 Parent(s): 6ff3336

Update cvat-config.json

Browse files
Files changed (1) hide show
  1. cvat-config.json +6 -6
cvat-config.json CHANGED
@@ -1,7 +1,7 @@
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
- }
 
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
+ }