annotate / config.json
aiweld's picture
Rename model.yaml to config.json
d832f7c verified
raw
history blame
376 Bytes
{
"name": "aiweld-annotate-yolov8-seg",
"type": "detector",
"framework": "ultralytics",
"task": "segmentation",
"weights": {
"url": "best.pt"
},
"labels": [
"Porosity",
"Slag Inclusion",
"Incomplete Penetration",
"Incomplete Fusion",
"Wormhole",
"Crack",
"IQI",
"Norm",
"Linear Porosity",
"Artifact",
"Weld"
]
}