CN110717382B - Adhesion tree detection method based on inhibition optimization mechanism - Google Patents

Adhesion tree detection method based on inhibition optimization mechanism Download PDF

Info

Publication number
CN110717382B
CN110717382B CN201910806083.6A CN201910806083A CN110717382B CN 110717382 B CN110717382 B CN 110717382B CN 201910806083 A CN201910806083 A CN 201910806083A CN 110717382 B CN110717382 B CN 110717382B
Authority
CN
China
Prior art keywords
box
tree
prediction
bounding box
bounding
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
CN201910806083.6A
Other languages
Chinese (zh)
Other versions
CN110717382A (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.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
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 Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201910806083.6A priority Critical patent/CN110717382B/en
Publication of CN110717382A publication Critical patent/CN110717382A/en
Application granted granted Critical
Publication of CN110717382B publication Critical patent/CN110717382B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/10Terrestrial scenes
    • G06V20/13Satellite images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/20Scenes; Scene-specific elements in augmented reality scenes

Abstract

The method for detecting the adhered trees based on the inhibition optimization mechanism comprises the following steps: step 1, predicting bounding box suppression avoidance; step 2, detecting trees; and 3, elastic inhibition post-treatment. Compared with the existing method, the tree detection method based on the inhibition optimization mechanism has more excellent detection performance in the scene of tree adhesion, the scene with more serious adhesion is improved more obviously, and compared with the baseline method, the tree detection method based on the inhibition optimization mechanism has less false recognition and less missing recognition.

Description

Adhesion tree detection method based on inhibition optimization mechanism
Technical Field
The invention relates to a method for detecting trees adhered to a high-resolution remote sensing image.
Background
The high-resolution remote sensing image can help forestry personnel to realize large-range high-precision forest resource investigation, wood yield estimation and forest drawing, and can also provide decision support for urban greening planning. With the gradual improvement of the resolution of remote sensing images, the acquisition becomes easy, and many researchers are dedicated to the work of extracting information of a single tree. However, these tree detection methods generally rely on the prior knowledge of experts, and have low robustness to different scenes.
Although the current general target detection methods are more and more, the research on the method for detecting the ground objects in the remote sensing images, particularly detecting the trees, is relatively less. The reason is that the resolution of the remote sensing image is not high enough, the growth situation of trees on the ground is relatively complex, and particularly, in a complex scene with high canopy density, the trees are relatively crowded, and the crowns are staggered. In the remote sensing image, the situations are represented as unclear crown boundaries and serious mutual adhesion among trees, and no better solution exists at present for the problem in tree detection.
Disclosure of Invention
The invention aims to overcome the defects in the prior art and provides an adhesion tree detection method based on an inhibition optimization mechanism in a tree adhesion scene.
The invention designs an adhesion tree detection method based on an inhibition optimization mechanism. Firstly, a model is optimized by inhibiting and avoiding a prediction boundary frame, the distance loss of the prediction boundary frame outside an example and the distance loss of the reference boundary frame outside the example are respectively added to inhibit and avoid the model so as to reduce the problems of missing identification and positioning drift, then the optimized model tree is used for detection, and finally the detection precision of the adhered tree is further improved by carrying out elastic inhibition post-treatment.
The method for detecting the adhered trees based on the inhibition optimization mechanism comprises the following steps:
1. prediction bounding box suppression avoidance;
the model based on inhibition avoidance is based on Mask R-CNN, and the overall loss function is as follows:
L=Lcls+Lbox+Lmask (1)
wherein L isclsIs the loss of classification, LboxIs the regression loss, LmaskIs the mask loss; the three losses do not consider the influence of tree adhesion, wherein the regression loss only enables the prediction boundary box to approach the corresponding example reference tree infinitely, but the phenomenon that the prediction boxes are mutually inhibited cannot be avoided; the traditional non-maximum method only keeps a boundary box with extremely high confidence in the tree overlapping area, which can cause the problems of missing identification and the like; these problems can be solved by adding the following two losses, which can be used for tree detection in real images;
11) out-of-instance prediction bounding box distance loss avoidance suppression; given Box ∈ Box (Box is a bounding Box, Box is a set of bounding Boxes for all predictions are trees), Box is Box within an instanceinnerIn the example, Box is BoxouterExample outer prediction bounding box distance penalty Louter_boxCan be expressed as the following equation:
Figure BDA0002183714090000021
where the condition for the calculation is that the intra-instance prediction bounding Box and the out-instance prediction bounding Box are stuck, i.e. IOU (Box)inner,Boxouter) > 0, IOU is the degree of overlap, SmoothlnIs a smoothed ln function;
the step avoids the phenomenon that prediction boundary frames corresponding to different reference boundary frames mutually inhibit in the tree adhesion problem; the optimized loss function is shown in equation (3):
L=Lcls+Lbox+Lmask+Louter_box (3)
12) example outer reference bounding box distance loss avoidance suppression; given a prediction bounding Box Box ∈ Box, the reference bounding Box corresponding to Box is GT _ BoxinnerDenoted GT _ BoxinnerEither ae-B-C, or E-C, either ae-C, or E, or EouterFor GT _ Box (GT _ Box is a set of reference bounding Boxes), the GT _ BoxouterIs to divide GT _ BoxinnerEx-reference trees for the most severe cases of Ex-Box adhesion, i.e. except GT _ BoxinnerExternal GT _ BoxouterThe maximum degree of overlap with Box is expressed as formula (4):
Figure BDA0002183714090000031
where GT _ Box' is the reference bounding Box;
example outer reference bounding box penalty Louter_gtCan be expressed as formula (5):
Figure BDA0002183714090000032
where the condition for the computation is that the instance intra-prediction bounding Box is stuck with the instance outer reference bounding Box, i.e. IOU (Box)inner,GT_Boxouter)>0;
The aim of the step is to separate the prediction boundary frames corresponding to different reference boundary frames, and if each prediction boundary frame is far away from a reference example tree (especially a relatively close reference tree) different from the reference example tree corresponding to the prediction boundary frame, the mutual inhibition phenomenon of the prediction boundary frames of different examples can be avoided; the final optimized loss function is shown in equation (6):
L=Lcls+Lbox+Lmask+Louter_box+Louter_gt (6)
2. detecting trees;
using a model based on prediction frame suppression avoidance optimization, and collecting samples in a detection image by combining a sliding window technology, wherein the step length is set to be 2 pixels, and each sliding window detects whether the samples exist in the sliding window through a pre-trained model; in addition, the scale of the sliding window is changed along with the size of the tree when the sample is collected, so that one reference tree corresponds to the prediction labels of a plurality of sliding windows; sorting all the predicted labels in a descending order according to the classification probability, calculating the areas of the overlapping areas of the rest sliding windows from the sliding window of the first predicted label, removing the redundant windows when the area of the overlapping area exceeds a certain threshold value, removing the redundant windows of the sliding windows of the second predicted label, and repeating the steps till the last window;
3. elastic inhibition post-treatment;
the prediction boundary frames obtained by the model detection have the condition of mutual overlapping, some boundary frames are restrained according to the condition whether the prediction frames accord with the evolution growth of the trees or not and the overlapping degree elasticity, and some boundary frames are reserved to obtain the final tree detection result; according to the specific condition of tree adhesion, the confidence score of the bounding box is attenuated, the bounding box with the overlapping degree smaller than the threshold value is kept with the original confidence while the bounding box with the higher confidence score is kept based on the elastic inhibition post-treatment of tree evolution, the bounding box with the overlapping degree smaller than the threshold value is not directly inhibited, and the treatment is carried out by analyzing the two steps of the tree adhesion condition and the tree growth evolution condition;
31) analyzing the adhesion condition of the trees; consider bounding box biAdhesion to bounding boxes with higher confidence scores, heavyThe higher the degree of overlap, the higher the probability of detecting the same tree, and therefore the higher the probability of rejecting it, whereas the lower the degree of overlap, the more likely the bounding box is to be retained; that is, the more serious the bounding box adhesion is, the more the confidence coefficient is reduced; the smaller the adhesion, the smaller the confidence decrease;
32) analyzing the growth evolution situation of the trees; considering that the growth environment of the adhered trees is similar, the evolution of the crown of the tree accords with the Gaussian distribution rule; when the bounding box is very large or very small, it is considered that abnormal growth is rejected.
The invention has the advantages that: compared with the existing method, the provided detection algorithm has better detection performance; the detection model based on inhibition avoidance can effectively solve the problem of missed identification and improve the tree detection performance under the tree adhesion scene.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Detailed Description
The technical scheme of the invention is further explained by combining the attached drawings.
The high-resolution remote sensing image tree detection method based on deep learning comprises the following steps: 1. prediction bounding box suppression avoidance;
the model based on inhibition avoidance is based on Mask R-CNN, and the overall loss function is as follows:
L=Lcls+Lbox+Lmask (1)
wherein L isclsIs the loss of classification, LboxIs the regression loss, LmaskIs the mask loss; the three losses do not consider the influence of tree adhesion, wherein the regression loss only enables the prediction boundary box to approach the corresponding example reference tree infinitely, but the phenomenon that the prediction boxes are mutually inhibited cannot be avoided; the traditional non-maximum method only keeps a boundary box with extremely high confidence in the tree overlapping area, which can cause the problems of missing identification and the like; these problems can be solved by adding the following two losses, which can be used for tree detection in real images;
11) out-of-instance prediction bounding box distance loss avoidance suppression; given Box ∈ Box (Box is a bounding Box, BoxIs the set of bounding boxes for which all predictions are trees), Box is Box within an instanceinnerIn the example, Box is BoxouterExample outer prediction bounding box distance penalty Louter_boxCan be expressed as the following equation:
Figure BDA0002183714090000061
where the condition for the calculation is that the intra-instance prediction bounding Box and the out-instance prediction bounding Box are stuck, i.e. IOU (Box)inner,Boxouter) > 0, IOU is the degree of overlap, SmoothlnIs a smoothed ln function;
the step avoids the phenomenon that prediction boundary frames corresponding to different reference boundary frames mutually inhibit in the tree adhesion problem; the optimized loss function is shown in equation (3):
L=Lcls+Lbox+Lmask+Louter_box (3)
12) example outer reference bounding box distance loss avoidance suppression; given a prediction bounding Box Box ∈ Box, the reference bounding Box corresponding to Box is GT _ BoxinnerDenoted GT _ BoxinnerEither ae-B-C, or E-C, either ae-C, or E, or EouterFor GT _ Box (GT _ Box is a set of reference bounding Boxes), the GT _ BoxouterIs to divide GT _ BoxinnerEx-reference trees for the most severe cases of Ex-Box adhesion, i.e. except GT _ BoxinnerExternal GT _ BoxouterThe maximum degree of overlap with Box is expressed as formula (4):
Figure BDA0002183714090000062
where GT _ Box' is the reference bounding Box;
example outer reference bounding box penalty Louter_gtCan be expressed as formula (5):
Figure BDA0002183714090000063
where the condition for the computation is that the instance intra-prediction bounding Box is stuck with the instance outer reference bounding Box, i.e. IOU (Box)inner,GT_Boxouter)>0;
The aim of the step is to separate the prediction boundary frames corresponding to different reference boundary frames, and if each prediction boundary frame is far away from a reference example tree (especially a relatively close reference tree) different from the reference example tree corresponding to the prediction boundary frame, the mutual inhibition phenomenon of the prediction boundary frames of different examples can be avoided; the final optimized loss function is shown in equation (6):
L=Lcls+Lbox+Lmask+Louter_box+Louter_gt (6)
2. detecting trees;
using a model based on prediction frame suppression avoidance optimization, and collecting samples in a detection image by combining a sliding window technology, wherein the step length is set to be 2 pixels, and each sliding window detects whether the samples exist in the sliding window through a pre-trained model; in addition, the scale of the sliding window is changed along with the size of the tree when the sample is collected, so that one reference tree corresponds to the prediction labels of a plurality of sliding windows; sorting all the predicted labels in a descending order according to the classification probability, calculating the areas of the overlapping areas of the rest sliding windows from the sliding window of the first predicted label, removing the redundant windows when the area of the overlapping area exceeds a certain threshold value, removing the redundant windows of the sliding windows of the second predicted label, and repeating the steps till the last window;
3. elastic inhibition post-treatment;
the prediction boundary frames obtained by the model detection have the condition of mutual overlapping, some boundary frames are restrained according to the condition whether the prediction frames accord with the evolution growth of the trees or not and the overlapping degree elasticity, and some boundary frames are reserved to obtain the final tree detection result; according to the specific condition of tree adhesion, the confidence score of the bounding box is attenuated, the bounding box with the overlapping degree smaller than the threshold value is kept with the original confidence while the bounding box with the higher confidence score is kept based on the elastic inhibition post-treatment of tree evolution, the bounding box with the overlapping degree smaller than the threshold value is not directly inhibited, and the treatment is carried out by analyzing the two steps of the tree adhesion condition and the tree growth evolution condition;
31) analyzing the adhesion condition of the trees; consider bounding box biThe higher the degree of overlap with the blocking of the bounding box with the higher confidence score, the higher the probability of detecting the same tree, and thus the higher the probability of being rejected, on the contrary, the lower the degree of overlap, the more likely the bounding box is to be retained; that is, the more serious the bounding box adhesion is, the more the confidence coefficient is reduced; the smaller the adhesion, the smaller the confidence decrease;
32) analyzing the growth evolution situation of the trees; considering that the growth environment of the adhered trees is similar, the evolution of the crown of the tree accords with the Gaussian distribution rule; when the bounding box is very large or very small, it is considered that abnormal growth is rejected.
The embodiments described in this specification are merely illustrative of implementations of the inventive concept and the scope of the present invention should not be considered limited to the specific forms set forth in the embodiments but rather by the equivalents thereof as may occur to those skilled in the art upon consideration of the present inventive concept.

Claims (1)

1. The method for detecting the adhered trees based on the inhibition optimization mechanism comprises the following steps:
step 1, predicting bounding box suppression avoidance;
the model based on inhibition avoidance is based on Mask R-CNN, and the overall loss function is as follows:
L=Lcls+Lbox+Lmask (1)
wherein L isclsIs the loss of classification, LboxIs the regression loss, LmaskIs the mask loss; the three losses do not consider the influence of tree adhesion, wherein the regression loss only enables the prediction boundary box to approach the corresponding example reference tree infinitely, but the phenomenon that the prediction boxes are mutually inhibited cannot be avoided; the traditional non-maximum method only keeps a boundary box with extremely high confidence in the tree overlapping area, which can cause the problem of missed identification; these problems can be solved by adding two losses, which can be used in real imagesCarrying out tree detection;
11) out-of-instance prediction bounding box distance loss avoidance suppression; given Box ∈ Box, where Box is the bounding Box, Box is the set of bounding Boxes for all predictions are trees, and Box is Box within an instanceinnerIn the example, Box is BoxouterExample outer prediction bounding box distance penalty Louter_boxCan be expressed as the following equation:
Figure FDA0003284681440000011
where the condition for the calculation is that the intra-instance prediction bounding Box and the out-instance prediction bounding Box are stuck, i.e. IOU (Box)inner,Boxouter)>0, IOU is the degree of overlap, SmoothlnIs a smoothed ln function;
the step avoids the phenomenon that prediction boundary frames corresponding to different reference boundary frames mutually inhibit in the tree adhesion problem; the optimized loss function is shown in equation (3):
L=Lcls+Lbox+Lmask+Louter_box (3)
12) example outer reference bounding box distance loss avoidance suppression; given a prediction bounding Box Box ∈ Box, the reference bounding Box corresponding to Box is GT _ BoxinnerDenoted GT _ BoxinnerEither ae in step of ae, B
Figure FDA0003284681440000023
Where GT _ Box is the set of reference bounding Boxes, the GT _ BoxouterIs to divide GT _ BoxinnerReference is made to bounding boxes outside the most severe cases of Box adhesion, i.e. except for GT _ BoxinnerExternal GT _ BoxouterThe maximum degree of overlap with Box is expressed as formula (4):
Figure FDA0003284681440000021
where GT _ Box' is the reference bounding Box;
example outer reference bounding box penalty Louter_gtCan be expressed as formula (5):
Figure FDA0003284681440000022
where the condition for the computation is that the instance intra-prediction bounding Box is stuck with the instance outer reference bounding Box, i.e. IOU (Box)inner,GT_Boxouter)>0;
The aim of the step is to separate the prediction boundary frames corresponding to different reference boundary frames, if each prediction boundary frame is far away from a reference example tree different from the reference example tree corresponding to the prediction boundary frame, the mutual inhibition phenomenon of the prediction frames of different examples can be avoided; the final optimized loss function is shown in equation (6):
L=Lcls+Lbox+Lmask+Louter_box+Louter_gt (6)
step 2, detecting trees;
using a model based on prediction frame suppression avoidance optimization, and collecting samples in a detection image by combining a sliding window technology, wherein the step length is set to be 2 pixels, and each sliding window detects whether the samples exist in the sliding window through a pre-trained model; in addition, the scale of the sliding window is changed along with the size of the tree when the sample is collected, so that one reference tree corresponds to the prediction labels of a plurality of sliding windows; sorting all the predicted labels in a descending order according to the classification probability, calculating the areas of the overlapping areas of the rest sliding windows from the sliding window of the first predicted label, removing the redundant windows when the area of the overlapping area exceeds a certain threshold value, removing the redundant windows of the sliding windows of the second predicted label, and repeating the steps till the last window;
step 3, elastic inhibition post-treatment;
the prediction boundary frames obtained by the model detection have the condition of mutual overlapping, some boundary frames are restrained according to the condition whether the prediction frames accord with the evolution growth of the trees or not and the overlapping degree elasticity, and some boundary frames are reserved to obtain the final tree detection result; according to the specific condition of tree adhesion, the confidence score of the bounding box is attenuated, the bounding box with the overlapping degree smaller than the threshold value is kept with the original confidence while the bounding box with the higher confidence score is kept based on the elastic inhibition post-treatment of tree evolution, the bounding box with the overlapping degree smaller than the threshold value is not directly inhibited, and the treatment is carried out by analyzing the two steps of the tree adhesion condition and the tree growth evolution condition;
31) analyzing the adhesion condition of the trees; consider bounding box biThe higher the degree of overlap with the blocking of the bounding box with the higher confidence score, the higher the probability of detecting the same tree, and thus the higher the probability of being rejected, on the contrary, the lower the degree of overlap, the more likely the bounding box is to be retained; that is, the more serious the bounding box adhesion is, the more the confidence coefficient is reduced; the smaller the adhesion, the smaller the confidence decrease;
32) analyzing the growth evolution situation of the trees; considering that the growth environment of the adhered trees is similar, the evolution of the crown of the tree accords with the Gaussian distribution rule; when the bounding box is very large or very small, it is considered that abnormal growth is rejected.
CN201910806083.6A 2019-08-29 2019-08-29 Adhesion tree detection method based on inhibition optimization mechanism Active CN110717382B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910806083.6A CN110717382B (en) 2019-08-29 2019-08-29 Adhesion tree detection method based on inhibition optimization mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910806083.6A CN110717382B (en) 2019-08-29 2019-08-29 Adhesion tree detection method based on inhibition optimization mechanism

Publications (2)

Publication Number Publication Date
CN110717382A CN110717382A (en) 2020-01-21
CN110717382B true CN110717382B (en) 2022-03-15

Family

ID=69209513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910806083.6A Active CN110717382B (en) 2019-08-29 2019-08-29 Adhesion tree detection method based on inhibition optimization mechanism

Country Status (1)

Country Link
CN (1) CN110717382B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108460780A (en) * 2018-02-28 2018-08-28 哈尔滨工程大学 A kind of adhesion grain of rice image partition method based on background framework characteristic
CN109165590A (en) * 2018-08-10 2019-01-08 广西师范学院 Utilize the high-resolution remote sensing image method for extracting roads of sparse anatomic element

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1157607A3 (en) * 2000-05-26 2002-11-20 Hirose Co., Limited Method and apparatus for growing ornamental plants by hydroponic cultivation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108460780A (en) * 2018-02-28 2018-08-28 哈尔滨工程大学 A kind of adhesion grain of rice image partition method based on background framework characteristic
CN109165590A (en) * 2018-08-10 2019-01-08 广西师范学院 Utilize the high-resolution remote sensing image method for extracting roads of sparse anatomic element

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
The influence of mechanical factors on electrical treeing;B.R. Varlow等;《IEEE Transactions on Dielectrics and Electrical Insulation》;19981031;第761-766页 *
基于多源遥感数据的树木检测系统;高思斌;《中国优秀硕士学位论文全文数据库信息科技辑》;20180415;第I140-1058页 *
弱监督卷积神经网络的多目标图像检测研究;谢晓蔚等;《电子测量与仪器学报》;20190630;第31-37页 *

Also Published As

Publication number Publication date
CN110717382A (en) 2020-01-21

Similar Documents

Publication Publication Date Title
JP6759474B2 (en) Vessel automatic tracking methods and systems based on deep learning networks and average shifts
CN102298781B (en) Motion shadow detection method based on color and gradient characteristics
KR102103770B1 (en) Apparatus and method for pedestrian detection
CN110334692B (en) Blind road identification method based on image processing
CN107480643B (en) Intelligent garbage classification processing robot
CN107679469B (en) Non-maximum suppression method based on deep learning
Liu et al. Super-pixel cloud detection using hierarchical fusion CNN
CN113763427B (en) Multi-target tracking method based on coarse-to-fine shielding processing
CN102663362A (en) Moving target detection method t based on gray features
Jurić et al. A method for on-road night-time vehicle headlight detection and tracking
CN103473547A (en) Vehicle target recognizing algorithm used for intelligent traffic detecting system
CN102193918A (en) Video retrieval method and device
CN113743260B (en) Pedestrian tracking method under condition of dense pedestrian flow of subway platform
CN116027324B (en) Fall detection method and device based on millimeter wave radar and millimeter wave radar equipment
CN110532937A (en) Method for distinguishing is known to targeting accuracy with before disaggregated model progress train based on identification model
Guo et al. Automatic monitoring of flying vegetable insect pests using an RGB camera and YOLO-SIP detector
CN110717382B (en) Adhesion tree detection method based on inhibition optimization mechanism
CN110472697B (en) Water body identification method and device based on iterative classification
CN115272848A (en) Intelligent change detection method for buildings in multi-cloud and multi-fog farmland protection area
CN111161323B (en) Complex scene target tracking method and system based on correlation filtering
CN115719475B (en) Three-stage trackside equipment fault automatic detection method based on deep learning
CN115457082A (en) Pedestrian multi-target tracking algorithm based on multi-feature fusion enhancement
CN115482489A (en) Improved YOLOv 3-based power distribution room pedestrian detection and trajectory tracking method and system
CN113313016B (en) Camera dirt recognition method, electronic equipment and vehicle
CN111860441B (en) Video target identification method based on unbiased depth migration learning

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