File size: 773 Bytes
d832f7c c9512cd d832f7c c9512cd d832f7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"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"
}
|