File size: 667 Bytes
9f72551 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"architectures": ["YOLOv8Seg"],
"framework": "pytorch",
"model_type": "ultralytics-yolov8-seg",
"pipeline_tag": "image-segmentation",
"id2label": {
"0": "Porosity",
"1": "Slag Inclusion",
"2": "Incomplete Penetration",
"3": "Incomplete Fusion",
"4": "Wormhole",
"5": "Crack",
"6": "IQI",
"7": "Norm",
"8": "Linear Porosity",
"9": "Artifact",
"10": "Weld"
},
"label2id": {
"Porosity": 0,
"Slag Inclusion": 1,
"Incomplete Penetration": 2,
"Incomplete Fusion": 3,
"Wormhole": 4,
"Crack": 5,
"IQI": 6,
"Norm": 7,
"Linear Porosity": 8,
"Artifact": 9,
"Weld": 10
}
}
|