Overheating defects of high-voltage transmission line components are threatening security and stability of power systems. At present, infrared image is the main tool of detecting overheating defects in the field. Our project proposes a three-stage cascaded detection algorithm: cropping component image patch from whole image, segmenting component region in component image patch and locating overheating defect in component region, which removes the interference background step by step and finally realizes the heating diagnosis of insulator and drainage plate in the transmission line.
Localization of Power Devices Based on Faster R-CNN
Building an infrared image dataset for power transmission lines based on the COCO Dataset structure. Using the Faster R-CNN object detection algorithm to realize the localization of power devices.
Segment Device region and exclude background interference based on improved Canny edge detection + Region growth algorithm
The Canny edge detection algorithm can obtain the edge pixel matrix of component infrared images. The region growing algorithm filters the edge pixels of the background area by setting dual thresholds and uses morphological closing operations to generate the component area. In the region growing algorithm, the primary threshold B1, secondary B2, B3, and the segmentation ratios R1, R2 values are 0.12, 0.29, 0.36, 2×6, 12×6, respectively. The algorithm's segmentation accuracy F1 can reach 43.6%.