Metallurgical Companies
Collection
2 items
β’
Updated
Detection of liquid penetrant test with AI (Yolo11)
['defecto']
from ultralytics import YOLO
# Load a pretrained YOLO model
model = YOLO(r'weights\yolo11l_LPI.pt')
# Run inference on 'image.png' with arguments
model.predict(
'image.png',
save=True,
device=0
)
YOLO11l summary (fused): 464 layers, 25,280,083 parameters, 0 gradients, 86.6 GFLOPs
Class Images Instances Box(P R mAP50 mAP50-95): 100%|ββββββββββ| 12/12 [00:05<00:00, 2.32it/s]
all 836 752 0.794 0.771 0.793 0.379