Test / cvat-config.json
felixflier03's picture
Update cvat-config.json
faab223 verified
Raw
History Blame Contribute Delete
329 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 2, column 28
{
"type": "segmentation", // Modelltyp (hier Segmentierung)
"labels": ["object"], // Labels, die vom Modell verwendet werden
"framework": "pytorch", // Framework, das für das Modell verwendet wird
"name": "SAM Model",
"api_url": "https://huggingface.co/felixflier03/Test" // Deine Modell-URL auf Hugging Face
}