A unet for ultrasonic weldingimage defect detection
This project trys to use a fully convolutional network U-net that performs well on small target image segmentation (especially medical image segmentation). In order to obtain better training results on a data set with extremely uneven data, we tried Combination of multiple parameters. This article uses the Dice coefficient as the value to measure the accuracy of the inspection task, and finally achieves a dice coefficient of 0.73on the task of detecting welding defects and marking the location of defects.
Implemented the model into a multi-user management system powered by PyQt and Sqlite.