Test / config.json
felixflier03's picture
Update config.json
85fd607 verified
Raw
History Blame Contribute Delete
224 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 6, column 42
{
"name": "SAM Model",
"framework": "torch",
"labels": ["object"],
"type": "segmentation",
"pipeline_tag": "image-segmentation", // Wichtig für die Pipeline-Konfiguration
"params": {
"threshold": 0.5
}
}