| { | |
| "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" | |
| } | |