CN109801265B - A real-time foreign object detection system for power transmission equipment based on convolutional neural network - Google Patents

A real-time foreign object detection system for power transmission equipment based on convolutional neural network Download PDF

Info

Publication number
CN109801265B
CN109801265B CN201811589781.7A CN201811589781A CN109801265B CN 109801265 B CN109801265 B CN 109801265B CN 201811589781 A CN201811589781 A CN 201811589781A CN 109801265 B CN109801265 B CN 109801265B
Authority
CN
China
Prior art keywords
power transmission
transmission equipment
foreign objects
neural network
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811589781.7A
Other languages
Chinese (zh)
Other versions
CN109801265A (en
Inventor
路艳巧
岳国良
孙翠英
常浩
乔国华
何瑞东
王丽丽
尹子会
曹红卫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
Electric Power Research Institute of State Grid Hebei Electric Power Co Ltd
State Grid Hebei Energy Technology Service Co Ltd
Original Assignee
State Grid Corp of China SGCC
Electric Power Research Institute of State Grid Hebei Electric Power Co Ltd
State Grid Hebei Energy Technology Service Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by State Grid Corp of China SGCC, Electric Power Research Institute of State Grid Hebei Electric Power Co Ltd, State Grid Hebei Energy Technology Service Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201811589781.7A priority Critical patent/CN109801265B/en
Publication of CN109801265A publication Critical patent/CN109801265A/en
Application granted granted Critical
Publication of CN109801265B publication Critical patent/CN109801265B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

本发明涉及一种基于卷积神经网络的实时输电设备异物(包括风筝,塑料袋等)检测的系统,包括:使用大量摄像头周期性地拍取输电设备照片,传入以树莓派为芯片的低成本嵌入式设备中,利用已经在服务器上训练好的一套深度学习模型实时检测出输电设备是否有异物及异物的位置,将这些信息再回传给服务器。部署的识别模型利用深度可分离卷积神经网络来提取图像特征,从而在针对异物特征优化的Faster R‑CNN方法中进行实时高效的检测。本发明可以实时的检测输电设备是否有异物,节省大量人力去现场检测输电设备状况,保障输电设备稳定运行。

Figure 201811589781

The invention relates to a system for detecting foreign objects (including kites, plastic bags, etc.) in real-time power transmission equipment based on a convolutional neural network. In low-cost embedded devices, a set of deep learning models that have been trained on the server are used to detect whether there are foreign objects and the location of foreign objects in the power transmission equipment in real time, and then transmit this information back to the server. The deployed recognition model utilizes a deep separable convolutional neural network to extract image features for efficient real-time detection in the Faster R‑CNN method optimized for foreign object features. The invention can detect whether there are foreign objects in the power transmission equipment in real time, save a lot of manpower to detect the condition of the power transmission equipment on site, and ensure the stable operation of the power transmission equipment.

Figure 201811589781

Description

一种基于卷积神经网络的实时输电设备异物检测系统A real-time foreign object detection system for power transmission equipment based on convolutional neural network

技术领域technical field

本发明涉及电力系统及计算机视觉领域,具体涉及一种基于卷积神经网络进行实时的输电设备异物检测的系统。The invention relates to the fields of electric power systems and computer vision, in particular to a system for real-time foreign object detection in power transmission equipment based on a convolutional neural network.

背景技术Background technique

输电设备如果出现异物(包括风筝,塑料袋等输电设备不该有的东西),将有可能会对输电的稳定性产生影响,甚至会造成严重的安全问题,及时排查清理掉这些异物是很有必要的。目前对输电设备的检查维护主要依靠现场勘察,人眼去识别是否有异常的情况,最近几年由于无人机技术的发展,可以利用无人机去拍照,再通过人员对这些照片进行筛查,进而省去一些人力,但还是无法满足智能化的需求,检测及维护输电设备的效率还是不高。If there are foreign objects in power transmission equipment (including kites, plastic bags and other things that power transmission equipment should not have), it may affect the stability of power transmission, and even cause serious safety problems. It is very important to check and clean up these foreign objects in time. necessary. At present, the inspection and maintenance of power transmission equipment mainly relies on on-site inspection, and the human eye can identify whether there is an abnormal situation. In recent years, due to the development of drone technology, drones can be used to take pictures, and then these photos can be screened by personnel. , which saves some manpower, but still cannot meet the needs of intelligence, and the efficiency of testing and maintaining power transmission equipment is still not high.

近几年,嵌入式设备的性能在不断提升,出现了一批性能优越的嵌入式芯片,如TX2,使得在嵌入式设备上做深度学习成为可能,但这些设备的价格比较昂贵,并不适合大规模应用。树莓派是一款基于ARM的微型电脑主板,具备所有PC的基本功能。树莓派的价格成本相较于TX2等非常低,甚至不到十分之一,但其性能特别是针对深度学习所需的性能较差,如果要在树莓派上部署深度学习模型,需要对模型做优化。In recent years, the performance of embedded devices has been continuously improved, and a number of embedded chips with superior performance have appeared, such as TX2, which makes it possible to do deep learning on embedded devices, but these devices are relatively expensive and not suitable for large-scale application. Raspberry Pi is an ARM-based micro computer motherboard with all the basic functions of a PC. The price and cost of Raspberry Pi are very low compared to TX2, even less than one tenth, but its performance is poor, especially for deep learning. If you want to deploy deep learning models on Raspberry Pi, you need to Optimize the model.

Faster R-CNN是一种基于卷积神经网络的目标检测算法,Faster R-CNN对FastR-CNN进行改进,把候选区域的提取部分并入了整个神经网络,实现了一个端到端的目标检测模型。Faster R-CNN由两个部分组成,分别是Fast R-CNN检测器和候选区域的提取网络(RPN,region proposal network)。RPN通过与Fast R-CNN共享卷积神经网络,只增加了少量的时间就可以提取候选区域。另外,这两个子网络的协同训练,改善了整个CNN提取特征的能力,提高了检测的精度。RPN本质上是一个全卷积网络,以原始图像所提取出的卷积特征图矩阵作为输入,输出一系列的矩形候选区域框以及该矩形候选区域是否为目标的分数(objectness scores)。RPN网络在原始图像的最后一层卷积层输出的特征图矩阵上用n*n的窗口进行滑窗处理,特征图矩阵在这n*n窗口内的元素通过由d个大小为n*n,步长为1的卷积核组成的卷积层映射为d维特征向量,将该d维特征向量作为两个全连接层的输入。然后利用这两个全连接层分别做前/背景分类,和回归框的位置。把建议窗口映射到CNN的最后一层卷积feature map上,通过RoI pooling层使每个RoI生成固定尺寸的feature map,之后在得到候选框中进行分类,判断属于什么类别。Faster R-CNN is a target detection algorithm based on convolutional neural network. Faster R-CNN improves FastR-CNN and incorporates the extraction part of candidate regions into the entire neural network to realize an end-to-end target detection model. . Faster R-CNN consists of two parts, Fast R-CNN detector and region proposal network (RPN, region proposal network). By sharing the convolutional neural network with Fast R-CNN, RPN can extract candidate regions with only a small increase in time. In addition, the co-training of these two sub-networks improves the ability of the entire CNN to extract features and improve the detection accuracy. RPN is essentially a fully convolutional network that takes the convolutional feature map matrix extracted from the original image as input and outputs a series of rectangular candidate regions and objectness scores of whether the rectangular candidate region is an object. The RPN network performs sliding window processing on the feature map matrix output by the last layer of the convolutional layer of the original image with an n*n window. , the convolution layer composed of convolution kernels with stride 1 is mapped to a d-dimensional feature vector, and the d-dimensional feature vector is used as the input of the two fully connected layers. Then use these two fully connected layers to do front/background classification and regression box position respectively. Map the proposed window to the last layer of convolutional feature map of CNN, generate a fixed-size feature map for each RoI through the RoI pooling layer, and then classify in the obtained candidate frame to determine what category it belongs to.

Faster r-cnn在目标检测领域是一套很成熟的方法,但是该方法需要大量的内存消耗,低成本的嵌入式设备没法很好的支持,并且该方法如果不进行优化的话,在嵌入式设备的cpu内运行的速度十分缓慢,无法满足实际应用需求。Faster r-cnn is a very mature method in the field of target detection, but this method requires a lot of memory consumption, low-cost embedded devices cannot be well supported, and if this method is not optimized, it will The running speed in the CPU of the device is very slow and cannot meet the actual application requirements.

除了Faster R-CNN之外也有一些较快速的轻量级目标检测模型,但识别精度会有下降,对小物体检测的效果尤其不好,而输电设备上的异物很多都比较小。In addition to Faster R-CNN, there are also some faster lightweight target detection models, but the recognition accuracy will decrease, and the effect on small object detection is particularly bad, and many foreign objects on power transmission equipment are relatively small.

深度可分离卷积结构是对普通卷积结构的改进,将传统的卷积操作分解为一个depthwise convolution和一个1*1的pointwise convolution操作。Depthwiseconvolution中每一个filter负责对input的一个channel内进行卷积,1*1卷积则负责把depthwise convolution的结果进行合并。这样的话就大大降低了传统卷积运算的计算量,对于一个3*3的卷积核,可以减少到约1/9的计算量。The depthwise separable convolution structure is an improvement on the ordinary convolution structure, which decomposes the traditional convolution operation into a depthwise convolution and a 1*1 pointwise convolution operation. Each filter in Depthwise convolution is responsible for convolution in a channel of input, and 1*1 convolution is responsible for merging the results of depthwise convolution. In this way, the calculation amount of the traditional convolution operation is greatly reduced. For a 3*3 convolution kernel, the calculation amount can be reduced to about 1/9.

发明内容SUMMARY OF THE INVENTION

本发明针对现有技术中存在的技术问题,提供一种基于卷积神经网络的实时输电设备异物检测的系统。Aiming at the technical problems existing in the prior art, the present invention provides a system for real-time foreign object detection in power transmission equipment based on a convolutional neural network.

本发明解决上述技术问题的技术方案如下:一种基于深度可分离卷积神经网络在嵌入式设备上进行实时的输电设备异物检测的系统,包括以下模块:The technical solution of the present invention to solve the above-mentioned technical problems is as follows: a system for real-time foreign object detection in power transmission equipment on embedded equipment based on a depthwise separable convolutional neural network, comprising the following modules:

异物图像样本库模块,提前获取输电设备的图像,人工打好标签,并用这些数据建立样本库,服务器储存来自嵌入式设备回传的图像信息,定期将这些数据进行人工审查,如果检测的结果是正确的,就对原图进行标记,存入样本库中,并定期对现有模型利用新的数据进行训练,更新现有模型的参数;The foreign object image sample library module obtains the images of the power transmission equipment in advance, manually labels them, and uses these data to build a sample library. The server stores the image information returned from the embedded equipment, and regularly reviews these data manually. If the detection result is If it is correct, mark the original image, store it in the sample library, and regularly train the existing model with new data to update the parameters of the existing model;

神经网络模型模块,搭建基于深度可分离卷积神经网络目标检测模型,用样本库中的数据去训练该目标检测模型;The neural network model module builds a target detection model based on a depthwise separable convolutional neural network, and uses the data in the sample library to train the target detection model;

实时检测设备模块,利用面向输电设备的摄像头,周期性的拍取照片,并传入嵌入式设备中,由于嵌入式设备选用的是低成本的树莓派,可以为每一个摄像头配备一套嵌入式处理设备,树莓派板子可以插入sd卡以扩大存储,在嵌入式设备中利用训练好的神经网络模型去实时的对传入的图像做检测;The device module is detected in real time, and the camera facing the power transmission device is used to periodically take pictures and transmit them to the embedded device. Since the embedded device uses a low-cost Raspberry Pi, each camera can be equipped with a set of embedded devices. The Raspberry Pi board can be inserted into the SD card to expand the storage, and the trained neural network model is used in the embedded device to detect the incoming image in real time;

信息回传模块,将检测出异物的数据包括原图回传给服务器,服务器在接收到电力缺陷智能识别设备的信息后做出相应处理;The information return module transmits the data of the detected foreign objects including the original image back to the server, and the server makes corresponding processing after receiving the information of the power defect intelligent identification device;

进一步,异物图像样本库模块包括:Further, the foreign body image sample library module includes:

通过无人机,摄像头和相机拍摄输电设备图像,主要拍摄有异物的图像,对这些图像进行预处理,人工标出异物的位置,并用这些数据建立输电设备异物检测样本库,储存在服务器上。The images of power transmission equipment are captured by drones, cameras and cameras, mainly images with foreign objects, these images are preprocessed, the positions of foreign objects are marked manually, and these data are used to establish a foreign object detection sample library for power transmission equipment, which is stored on the server.

进一步,神经网络模型模块包括:Further, the neural network model module includes:

搭建基于深度可分离卷积神经网络目标检测模型,该模型是针对输电设备异物的对Faster R-CNN模型的改进与优化,在以下几方面做出了改进和优化:Build a target detection model based on a deep separable convolutional neural network. This model is an improvement and optimization of the Faster R-CNN model for foreign objects in power transmission equipment. Improvements and optimizations have been made in the following aspects:

将Faster R-CNN中的所有普通卷积结构换为深度可分离卷积结构,这样做可以将每个卷积层的计算量缩减,假设原卷积层为3*3,则可缩减到原来的1/9;Replace all ordinary convolutional structures in Faster R-CNN with depthwise separable convolutional structures, which can reduce the amount of computation of each convolutional layer. Assuming that the original convolutional layer is 3*3, it can be reduced to the original 1/9 of;

将RPN结构中进行非极大值抑制后保留的候选框的个数降低,因为在输电设备异物检测的情形下,检测的目标数目不会太多,所以不用生成太多的候选框,可以节省时间;Reduce the number of candidate frames retained after non-maximum suppression in the RPN structure, because in the case of foreign object detection in power transmission equipment, the number of detected targets will not be too many, so there is no need to generate too many candidate frames, which can save time;

将最后分类的两层全连接层结构换为卷积结构,可以进一步减少参数量,加速检测速度;Replacing the last classified two-layer fully connected layer structure with a convolutional structure can further reduce the amount of parameters and speed up the detection speed;

进一步,信息回传模块包括:Further, the information return module includes:

将检测出异物的数据回传给服务器,服务器在接收到检测出异物的信息后,会生成相应的告警信息,并将检测出的异物图像保存到集群中,交互服务器通过访问集群中的数据,及时提醒用户对设备故障进行处理,远程服务器也可以直接调取摄像头的内容。The data of detected foreign objects is sent back to the server. After receiving the information of detected foreign objects, the server will generate corresponding alarm information, and save the detected images of foreign objects in the cluster. The interactive server accesses the data in the cluster, The user is reminded in time to deal with the equipment failure, and the remote server can also directly retrieve the content of the camera.

与现有技术相比,本发明的创新之处在于:将深度可分离卷积神经网络应用于输电设备异物检测的情景,并针对该情景做出了优化,使其可以部署在成本较低的设备上还能取得较为不错的成果,从而大大节省了现场对输电设备异物进行检测或者根据摄像头拍取原图逐个排查输电设备情况的人力。Compared with the prior art, the innovation of the present invention is that the deep separable convolutional neural network is applied to the scenario of foreign object detection in power transmission equipment, and optimized for this scenario, so that it can be deployed in low-cost The equipment can also achieve relatively good results, which greatly saves the manpower of on-site detection of foreign objects in power transmission equipment or checking the situation of power transmission equipment one by one according to the original image taken by the camera.

附图说明Description of drawings

图1为本发明提供的在嵌入式设备上进行实时的输电设备异物检测的系统结构图;Fig. 1 is the system structure diagram of real-time foreign object detection of power transmission equipment on embedded equipment provided by the present invention;

图2为本发明提供的针对输电设备异物检测改进优化后的Faster R-CNN结构图。FIG. 2 is a structural diagram of Faster R-CNN after improvement and optimization for foreign object detection in power transmission equipment provided by the present invention.

具体实施方式Detailed ways

参阅图1,一种基于卷积神经网络的实时输电设备异物检测的系统,包括以下模块:Referring to Figure 1, a system for real-time foreign object detection in power transmission equipment based on convolutional neural network includes the following modules:

异物图像样本库模块,拍摄输电设备图像,主要拍摄有异物(包括风筝,塑料袋)的图像,对这些图像进行预处理,人工标出异物的位置,并用这些数据建立输电设备异物检测样本库,储存在服务器上,服务器还会储存来自嵌入式设备回传的图像信息,定期将这些数据进行人工审查,如果检测的结果是正确的,就对原图进行标记,存入样本库;The foreign object image sample library module takes images of power transmission equipment, mainly shooting images of foreign objects (including kites and plastic bags), preprocesses these images, manually marks the position of foreign objects, and uses these data to establish a foreign object detection sample library for power transmission equipment, Stored on the server, the server will also store the image information returned from the embedded device, and the data will be reviewed manually on a regular basis. If the detection result is correct, the original image will be marked and stored in the sample library;

神经网络模型模块,搭建基于深度可分离卷积神经网络目标检测模型,用样本库中的数据去训练该目标检测模型;The neural network model module builds a target detection model based on a depthwise separable convolutional neural network, and uses the data in the sample library to train the target detection model;

实时检测设备模块,利用面向输电设备的摄像头,周期性的拍取照片,并传入嵌入式设备中,由于嵌入式设备选用的是低成本的树莓派,可以为每一个摄像头配备一套嵌入式处理设备,树莓派板子可以插入sd卡以扩大存储,在嵌入式设备中利用训练好的模型去实时的对传入的图像做检测;The device module is detected in real time, and the camera facing the power transmission device is used to periodically take pictures and transmit them to the embedded device. Since the embedded device uses a low-cost Raspberry Pi, each camera can be equipped with a set of embedded devices. The Raspberry Pi board can be inserted into the SD card to expand the storage, and the trained model is used in the embedded device to detect the incoming image in real time;

信息回传模块,将检测出异物的数据包括原图回传给服务器,服务器在收到检测出异物的信息后做出相应处理。The information return module transmits the data of the detected foreign object including the original image to the server, and the server makes corresponding processing after receiving the information of the detected foreign object.

进一步,异物图像样本库模块包括:Further, the foreign body image sample library module includes:

通过无人机,摄像头和相机拍摄输电设备图像,主要拍摄有异物的图像,对这些图像进行预处理,人工标出异物的位置,并用这些数据建立输电设备异物检测样本库,储存在服务器上。The images of power transmission equipment are captured by drones, cameras and cameras, mainly images with foreign objects, these images are preprocessed, the positions of foreign objects are marked manually, and these data are used to establish a foreign object detection sample library for power transmission equipment, which is stored on the server.

进一步,神经网络模型模块包括:Further, the neural network model module includes:

搭建基于深度可分离卷积神经网络目标检测模型,该模型是针对输电设备异物的对Faster R-CNN模型的改进与优化,参阅图2,在以下几方面做出了改进和优化:Build a target detection model based on a deep separable convolutional neural network. This model is an improvement and optimization of the Faster R-CNN model for foreign objects in power transmission equipment. See Figure 2. Improvements and optimizations have been made in the following aspects:

将Faster R-CNN中的所有普通卷积结构换为深度可分离卷积结构(包括Convlayers,RPN中的卷积层和将ROIPooling之后的全连接层换为的卷积层);Replace all ordinary convolutional structures in Faster R-CNN with depthwise separable convolutional structures (including Convlayers, convolutional layers in RPN, and convolutional layers that replace fully connected layers after ROIPooling);

将RPN结构中进行非极大值抑制后保留的候选框的个数降低,例如从300降为50;Reduce the number of candidate boxes retained after non-maximum suppression in the RPN structure, for example, from 300 to 50;

将ROIPooling之后的全连接层结构换为卷积结构,例如由2层4096个输出的全连接层换为连续2个卷积层加relu层;Change the fully connected layer structure after ROIPooling to a convolutional structure, for example, replace the fully connected layer with 2 layers of 4096 outputs to 2 consecutive convolution layers plus relu layer;

进一步,信息回传模块包括:Further, the information return module includes:

将检测出异物的数据回传给服务器,服务器在接收到检测出异物的信息后,会生成相应的告警信息,并将检测出的异物图像保存到集群中,交互服务器通过访问集群中的数据,及时提醒用户对输电设备的异物进行处理,远程服务器也可以直接调取摄像头的内容。The data of detected foreign objects is sent back to the server. After receiving the information of detected foreign objects, the server will generate corresponding alarm information, and save the detected images of foreign objects in the cluster. The interactive server accesses the data in the cluster, The user is reminded in time to deal with the foreign matter of the power transmission equipment, and the remote server can also directly retrieve the content of the camera.

Claims (2)

1.一种基于卷积神经网络的实时输电设备异物检测的系统,其特征在于,包括以下模块:1. a system based on the real-time power transmission equipment foreign body detection of convolutional neural network, is characterized in that, comprises following module: 异物图像样本库模块,拍摄输电设备图像,拍摄有异物的图像,对这些图像进行预处理,人工标出异物的位置,并用这些数据建立输电设备异物检测样本库,储存在服务器上,服务器还会储存来自嵌入式设备回传的图像信息,定期将这些数据进行人工审查,如果检测的结果是正确的,就对原图进行标记,存入样本库中;The foreign object image sample library module takes images of power transmission equipment and images with foreign objects, preprocesses these images, manually marks the position of foreign objects, and uses these data to establish a foreign object detection sample library for power transmission equipment, which is stored on the server, and the server will also Store the image information returned from the embedded device, and periodically review the data manually. If the detection result is correct, mark the original image and store it in the sample library; 神经网络模型模块,搭建基于深度可分离卷积神经网络目标检测模型,用样本库中的数据去训练该目标检测模型,该模型是针对输电设备异物的对Faster R-CNN模型的改进与优化;The neural network model module builds a target detection model based on a depthwise separable convolutional neural network, and uses the data in the sample library to train the target detection model. This model is an improvement and optimization of the Faster R-CNN model for foreign objects in power transmission equipment; 将Faster R-CNN中的所有普通卷积结构换为深度可分离卷积结构;将RPN结构中进行非极大值抑制后保留的候选框的个数降低;将最后分类的两层全连接层结构换为卷积结构;Replace all ordinary convolutional structures in Faster R-CNN with depthwise separable convolutional structures; reduce the number of candidate frames retained after non-maximum suppression in the RPN structure; replace the last classified two-layer fully connected layer The structure is replaced by a convolution structure; 实时检测设备模块,利用面向输电设备的摄像头,周期性的拍取照片,并传入嵌入式设备中,为每一个摄像头配备一套嵌入式处理设备,插入sd卡以扩大存储,在嵌入式设备中利用训练好的神经网络模型去实时的对传入的图像做检测;Real-time detection of the device module, using the camera facing the power transmission equipment to periodically take pictures and transfer them to the embedded device, equip each camera with a set of embedded processing equipment, insert the sd card to expand the storage, in the embedded device The trained neural network model is used to detect the incoming image in real time; 信息回传模块,将检测出异物的数据回传给服务器,服务器在接收到检测出异物的信息后,会生成相应的告警信息,并将检测出的异物图像保存到集群中,交互服务器通过访问集群中的数据,及时提醒用户对设备故障进行处理,远程服务器直接调取摄像头的内容。The information return module sends the data of detected foreign objects back to the server. After the server receives the information of detected foreign objects, it will generate corresponding alarm information, and save the detected images of foreign objects in the cluster, and the interactive server can access the The data in the cluster reminds the user to deal with the equipment failure in time, and the remote server directly retrieves the content of the camera. 2.如权利要求1所述的系统,其特征在于:所针对的检测目标为输电设备异物。2 . The system according to claim 1 , wherein the detected target is foreign objects in power transmission equipment. 3 .
CN201811589781.7A 2018-12-25 2018-12-25 A real-time foreign object detection system for power transmission equipment based on convolutional neural network Active CN109801265B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811589781.7A CN109801265B (en) 2018-12-25 2018-12-25 A real-time foreign object detection system for power transmission equipment based on convolutional neural network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811589781.7A CN109801265B (en) 2018-12-25 2018-12-25 A real-time foreign object detection system for power transmission equipment based on convolutional neural network

Publications (2)

Publication Number Publication Date
CN109801265A CN109801265A (en) 2019-05-24
CN109801265B true CN109801265B (en) 2020-11-20

Family

ID=66557414

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811589781.7A Active CN109801265B (en) 2018-12-25 2018-12-25 A real-time foreign object detection system for power transmission equipment based on convolutional neural network

Country Status (1)

Country Link
CN (1) CN109801265B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110348318A (en) * 2019-06-18 2019-10-18 北京大米科技有限公司 Image recognition method, device, electronic device and medium
CN110378239A (en) * 2019-06-25 2019-10-25 江苏大学 A kind of real-time traffic marker detection method based on deep learning
CN110335260B (en) * 2019-06-27 2023-07-14 华东送变电工程有限公司 A Power Cable Damage Detection Method Based on Light Convolutional Neural Network
CN110458126B (en) * 2019-08-16 2022-05-27 上海仁童电子科技有限公司 Pantograph state monitoring method and device
CN110909794B (en) * 2019-11-22 2022-09-13 乐鑫信息科技(上海)股份有限公司 Target detection system suitable for embedded equipment
CN110992349A (en) * 2019-12-11 2020-04-10 南京航空航天大学 Underground pipeline abnormity automatic positioning and identification method based on deep learning
CN111488920A (en) * 2020-03-27 2020-08-04 浙江工业大学 Bag opening position detection method based on deep learning target detection and recognition
CN112525931A (en) * 2020-12-15 2021-03-19 深圳市中科瑞检科技有限公司 Shoe garment broken needle detection device and method based on artificial intelligence technology
CN113487821A (en) * 2021-07-30 2021-10-08 重庆予胜远升网络科技有限公司 Power equipment foreign matter intrusion identification system and method based on machine vision
CN113779734A (en) * 2021-09-22 2021-12-10 重庆华渝重工机电有限公司 Straddle type single-track turnout monitoring and maintaining system based on artificial intelligence
CN114764792A (en) * 2022-04-14 2022-07-19 安徽理工大学 Cable flaw detection system and method based on neural network and embedded fusion

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108229261A (en) * 2016-12-22 2018-06-29 北京市商汤科技开发有限公司 Remote sensing images detection method, device and computer equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10332639B2 (en) * 2017-05-02 2019-06-25 James Paul Smurro Cognitive collaboration with neurosynaptic imaging networks, augmented medical intelligence and cybernetic workflow streams

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108229261A (en) * 2016-12-22 2018-06-29 北京市商汤科技开发有限公司 Remote sensing images detection method, device and computer equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Robust tracking-by-detection using a selection and completion mechanism;Ruochen Fan等;《Computational Visual Media》;20170915;第285-294页 *
深度学习在输电线路中部件识别与缺陷检测的研究;汤踊等;《电子测量技术》;20180323;第60-65页 *

Also Published As

Publication number Publication date
CN109801265A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109801265B (en) A real-time foreign object detection system for power transmission equipment based on convolutional neural network
Zhang et al. Deep convolutional neural networks for forest fire detection
Singh et al. A deeply coupled ConvNet for human activity recognition using dynamic and RGB images
US12175684B2 (en) Pedestrian tracking method, computing device, pedestrian tracking system and storage medium
CN107480178B (en) Pedestrian re-identification method based on cross-modal comparison of image and video
CN111709285A (en) A UAV-based epidemic protection monitoring method, device and storage medium
JP2019125340A (en) Systems and methods for automated inferencing of changes in spatiotemporal images
CN104915655A (en) Multi-path monitor video management method and device
CN107862300A (en) A kind of descending humanized recognition methods of monitoring scene based on convolutional neural networks
CN110688980B (en) Human body posture classification method based on computer vision
CN109828845B (en) A thermal imaging real-time diagnostic system for insulators based on edge computing
CN110555420B (en) Fusion model network and method based on pedestrian regional feature extraction and re-identification
CN109117774B (en) Multi-view video anomaly detection method based on sparse coding
CN111582092A (en) A Pedestrian Abnormal Behavior Detection Method Based on Human Skeleton
CN113011322A (en) Detection model training method and detection method for specific abnormal behaviors of monitoring video
CN112040198A (en) Intelligent water meter reading identification system and method based on image processing
CN114550212A (en) Goat face detection and identification method based on lightweight model
CN109766790B (en) Pedestrian detection method based on self-adaptive characteristic channel
CN113537119A (en) Detection method of transmission line connecting parts based on improved Yolov4-tiny
CN102867214B (en) Counting management method for people within area range
CN111767826A (en) A method for detecting anomalies in timed and fixed-point scenes
CN110321775A (en) A kind of drowning man's autonomous classification method waterborne based on multi-rotor unmanned aerial vehicle
CN112232190B (en) Method for detecting abnormal behaviors of old people facing home scene
CN114359578A (en) Application method and system of intelligent terminal for identification of pests and diseases
CN112329665B (en) A face capture system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
OSZAR »