annotate / cvat-config.json
aiweld's picture
Rename config.json to cvat-config.json
ae74c16 verified
raw
history blame contribute delete
773 Bytes
{
"name": "YOLOv8 Weld Segmentation",
"framework": "pytorch",
"type": "segmentation",
"pipeline_tag": "image-segmentation",
"labels": [
{ "name": "Porosity", "attributes": [] },
{ "name": "Slag Inclusion", "attributes": [] },
{ "name": "Incomplete Penetration", "attributes": [] },
{ "name": "Incomplete Fusion", "attributes": [] },
{ "name": "Wormhole", "attributes": [] },
{ "name": "Crack", "attributes": [] },
{ "name": "IQI", "attributes": [] },
{ "name": "Norm", "attributes": [] },
{ "name": "Linear Porosity", "attributes": [] },
{ "name": "Artifact", "attributes": [] },
{ "name": "Weld", "attributes": [] }
],
"params": {
"threshold": 0.25
},
"api_url": "https://huggingface.co/aiweld/annotate"
}