Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"name": "
|
| 3 |
"framework": "torch",
|
| 4 |
"labels": ["object"],
|
| 5 |
"type": "segmentation",
|
| 6 |
-
"pipeline_tag": "image-segmentation", //
|
| 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 |
}
|