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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,9 +1,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
  }
 
1
  {
2
+ "name": "SAM Model",
3
  "framework": "torch",
4
  "labels": ["object"],
5
  "type": "segmentation",
6
+ "pipeline_tag": "image-segmentation", // Wichtig für die Pipeline-Konfiguration
7
  "params": {
8
  "threshold": 0.5
9
  }