CN113569727B - Method, system, terminal and medium for identifying construction site in remote sensing image - Google Patents

Method, system, terminal and medium for identifying construction site in remote sensing image Download PDF

Info

Publication number
CN113569727B
CN113569727B CN202110851731.7A CN202110851731A CN113569727B CN 113569727 B CN113569727 B CN 113569727B CN 202110851731 A CN202110851731 A CN 202110851731A CN 113569727 B CN113569727 B CN 113569727B
Authority
CN
China
Prior art keywords
remote sensing
prediction
sensing image
hourglass
network
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
CN202110851731.7A
Other languages
Chinese (zh)
Other versions
CN113569727A (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.)
Guangdong Power Grid Co Ltd
Electric Power Research Institute of Guangdong Power Grid Co Ltd
Original Assignee
Guangdong Power Grid Co Ltd
Electric Power Research Institute of Guangdong Power Grid 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 Guangdong Power Grid Co Ltd, Electric Power Research Institute of Guangdong Power Grid Co Ltd filed Critical Guangdong Power Grid Co Ltd
Priority to CN202110851731.7A priority Critical patent/CN113569727B/en
Publication of CN113569727A publication Critical patent/CN113569727A/en
Application granted granted Critical
Publication of CN113569727B publication Critical patent/CN113569727B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Molecular Biology (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Image Processing (AREA)
  • Image Analysis (AREA)

Abstract

The application discloses a method, a system, a terminal and a medium for identifying a construction site in a remote sensing image, wherein the method comprises the following steps: carrying out data preprocessing on the obtained remote sensing image; inputting the processing result into a CenterNet model for feature extraction; predicting the extracted feature map; and decoding the prediction result to generate a recognition result. The method is based on the CenterNet framework, so that the recognition speed, the recognition precision and the flexibility of detecting the shape of the complex object are improved; the Hourglass-104 network is improved through deep separable convolution, and the parameter calculation amount can be greatly reduced on the premise of keeping the precision basically the same as that of normal convolution operation, so that the network detection efficiency is improved; by replacing the cross-layer connection of the original Hourglass-104 network with the ECA module, background information in the image can be suppressed, more target characteristic information can be extracted, and finally the detection precision of the model is greatly improved.

Description

Method, system, terminal and medium for identifying construction site in remote sensing image
Technical Field
The application relates to the technical field of artificial intelligence and image recognition, in particular to a method, a system, a terminal and a medium for recognizing a construction site in a remote sensing image.
Background
With the popularization of the application of the satellite remote sensing image in the power industry, the automatic inspection of the power transmission line based on the satellite remote sensing image and the image processing technology becomes possible. The construction site is used as a common satellite remote sensing image target, and has important influence on the safety of the power transmission line. In the construction process, if the operation of workers is improper, the tower pole is extremely easy to collapse, the wire is easily touched and the like, so that the safety accidents of the power transmission line are influenced, and the automatic intelligent identification of the violation construction site on the power transmission line corridor is significant.
At present, the construction site identification method for the power transmission line corridor mainly comprises the following steps of extracting a vehicle region according to the color and shape characteristics of a vehicle, and finally identifying the vehicle by adopting a direction gradient histogram and a support vector machine. However, since the background of the satellite remote sensing image is complex, the target shape of the construction site is complex, and the target area extraction and identification error detection rate is high and the robustness is poor only by manually setting the target color and the target shape as the basis. The other method is an unmanned aerial vehicle aerial image construction vehicle target detection algorithm based on a MobileNet-SSD model, in order to improve the calculation efficiency, the method replaces VGG-16 with a lightweight network MobileNet, and the detection precision is improved by adopting a hole convolution to increase the receptive field of a shallow feature map. But SSD networks require manual setting of the initial values of the pre-selected boxes, resulting in a very empirical debugging process. Meanwhile, the method also has the problems of large noise, large calculation amount and long training time due to the introduction of excessive parameters.
Disclosure of Invention
The application aims to provide a method, a system, a terminal and a medium for identifying a construction site in a remote sensing image, so as to solve the problems of high noise, large calculated amount and long training time in remote sensing image identification in the prior art.
In order to overcome the defects in the prior art, the application provides a method for identifying a construction site in a remote sensing image, which comprises the following steps:
carrying out data preprocessing on the obtained remote sensing image;
inputting the processing result into an improved CenterNet model for feature extraction;
predicting the extracted feature map;
and decoding the prediction result to generate an identification result.
Further, the method for identifying the construction site in the remote sensing image further comprises the following steps: replacing partial convolutions in residual blocks of the Hourglass-104 network in the CenterNet model with depth separable convolutions.
Further, the method for identifying the construction site in the remote sensing image further comprises the following steps: the cross-layer connection of the Hourglass-104 network is replaced with a channel attention module ECA.
Further, the predicting the extracted feature map includes: and performing target center point prediction, center point offset prediction and target scale prediction on the feature graph.
The application also provides a recognition system of construction site in remote sensing image, include:
the preprocessing unit is used for preprocessing the data of the acquired remote sensing image;
the characteristic extraction unit is used for inputting the processing result into the improved CenterNet model to carry out characteristic extraction;
a prediction unit for predicting the extracted feature map;
and the identification unit is used for decoding the prediction result to generate an identification result.
Further, the feature extraction unit is further configured to replace the partial convolution in the residual module of the Hourglass-104 network in the cenernet model with a depth separable convolution.
Further, the feature extraction unit is further configured to replace a cross-layer connection of the Hourglass-104 network with a channel attention module ECA.
Furthermore, the prediction unit is further configured to perform target center point prediction, center point offset prediction, and target scale prediction on the feature map.
The present application further provides a terminal device, including: the system comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor executes the computer program to realize the identification method of the construction site in the remote sensing image.
The application further provides a computer-readable storage medium, on which a computer program is stored, wherein the computer program is executed by a processor to implement the method for identifying the construction site in the remote sensing image.
Compared with the prior art, the beneficial effects of this application lie in:
1) The application employs the latest Anchor-Free detection model CenterNet framework. Because the target detection model is a single-stage target detection model, the speed and the precision are better balanced compared with the typical models such as SSD, YOLOv3 and the like; secondly, the Gaussian kernel is used for representing the center of the object, so that the flexibility of detecting the shape of the complex object is improved;
2) By utilizing the deep separable convolution to improve the Hourglass-104 network, the parameter calculation amount can be greatly reduced under the condition of keeping the precision approximately the same as that of the normal convolution operation, so that the network detection efficiency is improved;
3) The improved feature extraction network ECA-Hourglass-104 network can suppress background information in the image, extract more target feature information and greatly improve the detection precision of the model.
Drawings
In order to more clearly illustrate the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for identifying a construction site in a remote sensing image according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a centret model provided in an embodiment of the present application;
FIG. 3 is a block diagram illustrating a deep separable convolution residual block according to an embodiment of the present application;
FIG. 4 is a schematic diagram of an ECA channel attention module according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a Hourglass network architecture based on ECA modification according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a system for identifying a construction site in a remote sensing image according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
It should be understood that the step numbers used herein are for convenience of description only and are not used as limitations on the order in which the steps are performed.
It is to be understood that the terminology used in the description of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the specification of the present application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The terms "comprises" and "comprising" indicate the presence of the described features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The term "and/or" refers to and includes any and all possible combinations of one or more of the associated listed items.
In a first aspect:
referring to fig. 1, an embodiment of the present application provides a method for identifying a construction site in a remote sensing image, including:
and S10, carrying out data preprocessing on the obtained remote sensing image.
In this step, since the acquired remote sensing image data set is large and there is a lot of noise interference irrelevant to the recognition target, the acquired remote sensing image is first subjected to data preprocessing. As shown in fig. 2, in the improved centret model structure provided in this embodiment of fig. 2, the remote sensing image is first input into the preprocessing module, wherein the parameters "constraint" and "residual constraint" of the preprocessing module are both set to 2.
And S20, inputting the processing result into an improved CenterNet model for feature extraction.
In this step, feature extraction is performed mainly based on the feature extraction network ECA-Hourglass-104 in the improved centret model structure.
In one embodiment, the acquired satellite remote sensing image data set is large, the image resolution is high, the background is complex, a large amount of calculation is generated in the processing process, and the training time is long. The present embodiment thus improves on the Hourglass-104 using a depth separable convolution.
It should be noted that the Hourglass-104 Network is formed by connecting two Hourglass networks in an Hourglass shape, and each Hourglass Network is formed by residual modules. The convolution operation in the residual block produces a large amount of computation during the network training process, so the embodiment of the present application replaces the partial convolution in the residual block with the depth separable convolution with a relatively small amount of computation, and the improved residual block is shown in fig. 3.
Further, the basic idea of depth separable convolution is to split the standard convolution into two layer implementations. The first layer is a layer-by-layer convolution, which performs lightweight filtering by applying a convolution filter to each input channel; the second layer is called point-by-point convolution and is responsible for building new features by computing linear combinations of the input channels. When the network complexity is high, the deep separable convolution can reduce a large amount of calculation while hardly influencing the detection precision, thereby improving the network detection efficiency.
Wherein, the depth separable convolution is compared with the standard convolution calculated amount as follows:
Figure BDA0003182558060000051
in the formula, h × w × c is the dimension of the input feature map, and k is the number of convolution kernels of the point-by-point convolution. By contrast, the depth separable convolution is calculated only as (9 + k)/9 k of the standard convolution.
In one embodiment, the obtained satellite remote sensing image has a large observation area and a complex background, so that a large amount of characteristic information irrelevant to a target is extracted by a characteristic extraction network in a training process, and the network convergence is slow. Therefore, the lightweight and efficient channel attention module ECA is introduced in the embodiment to improve the capability of the feature extraction network to extract the target information.
Specifically, the ECA module, as shown in fig. 4, first, after the channel-level global average pooling without dimensionality reduction, the ECA captures local cross-channel mutual information by considering each channel and its k neighbors to avoid information loss that would be caused for the process. And then, the obtained parameters and the feature graph are subjected to product operation, different channel feature weights are redistributed, the invalid features are well inhibited, and the weights of the valid features are enhanced.
By analyzing the Network structure, the topology of each Hourglass Network is symmetrical, and the modules symmetrical to each other have the same resolution and are connected across layers. If the ECA is used for replacing simple cross-layer connection in the original network, the weight of effective features can be enhanced in the feature extraction process of the feature extraction network, and meanwhile, invalid features are restrained, so that a feature map with higher quality can be obtained. The improved Hourglass Network is shown in FIG. 5.
And S30, predicting the extracted feature map.
In this step, the main feature map is respectively entered into the target central point prediction branch, the central point offset prediction branch and the target scale prediction branch to perform target central point prediction, central point offset prediction and target scale prediction, and generate corresponding prediction results.
And S40, decoding the prediction result to generate a recognition result.
In this step, the prediction results obtained from the three branches are decoded, so that the conversion from the point to the bounding box is realized, and the recognition result is finally generated.
The method for identifying the construction site in the remote sensing image is based on the CenterNet frame, so that the identification speed, the identification precision and the flexibility of detecting the shape of a complex object are improved; by improving the Hourglass-104 network through deep separable convolution, the parameter calculation amount can be greatly reduced on the premise of keeping the precision basically the same as that of normal convolution operation, so that the network detection efficiency is improved; by replacing the cross-layer connection of the original Hourglass-104 network with the ECA module, background information in the image can be suppressed, more target characteristic information can be extracted, and finally the detection precision of the model is greatly improved.
In a second aspect:
referring to fig. 6, an embodiment of the present application further provides a system for identifying a construction site in a remote sensing image, including:
the preprocessing unit 01 is used for preprocessing data of the acquired remote sensing image;
the feature extraction unit 02 is used for inputting the processing result into the CenterNet model to perform feature extraction;
a prediction unit 03 configured to predict the extracted feature map;
and the identification unit 04 is used for decoding the prediction result and generating an identification result.
In a certain embodiment, the feature extraction unit 02 is further configured to replace the partial convolution in the residual module of the Hourglass-104 network in the cenertet model with a depth separable convolution.
In one embodiment, the feature extraction unit 02 is further configured to replace the cross-layer connection of the Hourglass-104 network with a channel attention Module ECA.
In a certain embodiment, the prediction unit 03 is further configured to perform target center point prediction, center point offset prediction, and target scale prediction on the feature map.
The identification system of the construction site in the remote sensing image is used for executing the identification method of the construction site in the remote sensing image according to the first aspect, and the method is based on a CenterNet framework, so that the identification speed, the identification precision and the flexibility of the shape detection of a complex object are improved; the Hourglass-104 network is improved through deep separable convolution, so that the parameter calculation amount can be greatly reduced on the premise of keeping the precision basically the same as that of normal convolution operation, and the network detection efficiency is improved; by replacing the cross-layer connection of the original Hourglass-104 network with the ECA module, background information in the image can be suppressed, more target characteristic information can be extracted, and finally the detection precision of the model is greatly improved.
In a third aspect:
referring to fig. 7, an embodiment of the present application further provides a terminal device, where the terminal device includes:
a processor, a memory, and a bus;
the bus is used for connecting the processor and the memory;
the memory is used for storing operation instructions;
the processor is configured to call the operation instruction, and the executable instruction enables the processor to execute an operation corresponding to the identification method of the construction site in the remote sensing image according to the first aspect of the application.
In an alternative embodiment, there is provided a terminal device, as shown in fig. 7, the terminal device shown in fig. 7 includes: processor 001 and memory 003. Where processor 001 is coupled to memory 003, such as by bus 002. Optionally, the terminal device may also include a transceiver 004. It should be noted that the transceiver 004 is not limited to one in practical application, and the structure of the terminal device does not constitute a limitation to the embodiments of the present application.
The processor 001 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or execute the various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein. The processor 001 may also be a combination that performs computing functions, including for example, one or more microprocessors, a combination of DSPs and microprocessors, and the like.
Bus 002 may include a path that carries information between the aforementioned components. The bus 002 may be a PCI bus or EISA bus, etc. The bus 002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 7, but this is not intended to represent only one bus or type of bus.
The memory 003 can be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 003 is used to store the application code that implements the concepts of the present application and is controlled in execution by the processor 001. Processor 001 is configured to execute application code stored in memory 003 to implement any of the method embodiments described above.
Wherein, the terminal device includes but is not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like.
Yet another embodiment of the present application provides a computer-readable storage medium having stored thereon a computer program, which, when run on a computer, causes the computer to perform the respective ones of the foregoing method embodiments.
The foregoing is a preferred embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations are also regarded as the protection scope of the present application.

Claims (4)

1. A method for identifying a construction site in a remote sensing image is characterized by comprising the following steps:
carrying out data preprocessing on the obtained remote sensing image;
inputting the processing result into an improved CenterNet model for feature extraction;
predicting the extracted feature map;
decoding the prediction result to generate an identification result;
the predicting the extracted feature map comprises the following steps: performing target center point prediction, center point offset prediction and target scale prediction on the feature map;
further comprising: replacing partial convolutions in residual modules of a Hourglass-104 network in the CenterNet model with depth separable convolutions;
the Hourglass-104 network is formed by connecting two Hourglass-shaped HourglassNetworks, and each HourglassNetwork is formed by a residual module;
the topological structure of each HourglassNetwork is symmetrical, and the modules which are symmetrical to each other have the same resolution and are connected in a cross-layer manner;
further comprising: the cross-layer connection of the HourglassNetwork is replaced with a channel attention Module ECA.
2. The utility model provides an identification system of construction site in remote sensing image which characterized in that includes:
the preprocessing unit is used for preprocessing the data of the acquired remote sensing image;
the characteristic extraction unit is used for inputting the processing result into the improved CenterNet model to carry out characteristic extraction;
a prediction unit for predicting the extracted feature map;
the identification unit is used for decoding the prediction result to generate an identification result;
the feature extraction unit is further configured to replace a partial convolution in a residual module of a Hourglass-104 network in the centret model with a depth separable convolution;
the Hourglass-104 network is formed by connecting two Hourglass-shaped HourglassNetworks, and each HourglassNetwork is formed by a residual module;
the topological structure of each HourglassNetwork is symmetrical, and the modules which are symmetrical to each other have the same resolution and are connected in a cross-layer manner;
the system further comprises:
the prediction unit is also used for carrying out target central point prediction, central point offset prediction and target scale prediction on the feature map;
the feature extraction unit is further configured to replace a cross-layer connection of the HourglassNetwork with a channel attention module ECA.
3. A terminal device, comprising: a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor when executing the computer program implementing the method of identifying a construction site in a remotely sensed image as recited in claim 1.
4. A computer-readable storage medium having a computer program stored thereon, wherein the computer program is executed by a processor to implement the method for identifying a construction site in a remote sensing image according to claim 1.
CN202110851731.7A 2021-07-27 2021-07-27 Method, system, terminal and medium for identifying construction site in remote sensing image Active CN113569727B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110851731.7A CN113569727B (en) 2021-07-27 2021-07-27 Method, system, terminal and medium for identifying construction site in remote sensing image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110851731.7A CN113569727B (en) 2021-07-27 2021-07-27 Method, system, terminal and medium for identifying construction site in remote sensing image

Publications (2)

Publication Number Publication Date
CN113569727A CN113569727A (en) 2021-10-29
CN113569727B true CN113569727B (en) 2022-10-21

Family

ID=78168000

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110851731.7A Active CN113569727B (en) 2021-07-27 2021-07-27 Method, system, terminal and medium for identifying construction site in remote sensing image

Country Status (1)

Country Link
CN (1) CN113569727B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111652175A (en) * 2020-06-11 2020-09-11 山东大学 Real-time surgical tool detection method applied to robot-assisted surgical video analysis
CN111723786A (en) * 2020-08-21 2020-09-29 之江实验室 Method and device for detecting wearing of safety helmet based on single model prediction
CN111815592A (en) * 2020-06-29 2020-10-23 郑州大学 Training method of pulmonary nodule detection model
CN112699847A (en) * 2021-01-15 2021-04-23 苏州大学 Face characteristic point detection method based on deep learning
CN112784756A (en) * 2021-01-25 2021-05-11 南京邮电大学 Human body identification tracking method
CN112966747A (en) * 2021-03-04 2021-06-15 北京联合大学 Improved vehicle detection method based on anchor-frame-free detection network

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11763433B2 (en) * 2019-11-14 2023-09-19 Samsung Electronics Co., Ltd. Depth image generation method and device
CN113033249A (en) * 2019-12-09 2021-06-25 中兴通讯股份有限公司 Character recognition method, device, terminal and computer storage medium thereof
CN113033448B (en) * 2021-04-02 2022-07-08 东北林业大学 Remote sensing image cloud-removing residual error neural network system, method and equipment based on multi-scale convolution and attention and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111652175A (en) * 2020-06-11 2020-09-11 山东大学 Real-time surgical tool detection method applied to robot-assisted surgical video analysis
CN111815592A (en) * 2020-06-29 2020-10-23 郑州大学 Training method of pulmonary nodule detection model
CN111723786A (en) * 2020-08-21 2020-09-29 之江实验室 Method and device for detecting wearing of safety helmet based on single model prediction
CN112699847A (en) * 2021-01-15 2021-04-23 苏州大学 Face characteristic point detection method based on deep learning
CN112784756A (en) * 2021-01-25 2021-05-11 南京邮电大学 Human body identification tracking method
CN112966747A (en) * 2021-03-04 2021-06-15 北京联合大学 Improved vehicle detection method based on anchor-frame-free detection network

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Anchor free object detection with mask attention;he yang et al.;《research square》;20200604;第1-22页 *
Contextual hourglass network for semantic segmentation of high resolution aerial imagery;panfeng li et al.;《arxiv》;20190209;第1-5页 *
基于卷积神经网络的多角度人脸特征点检测技术研究;林娇娇;《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》;20200615(第06期);第I138-777页 *

Also Published As

Publication number Publication date
CN113569727A (en) 2021-10-29

Similar Documents

Publication Publication Date Title
CN110020620B (en) Face recognition method, device and equipment under large posture
CN109961107B (en) Training method and device for target detection model, electronic equipment and storage medium
CN110148117B (en) Power equipment defect identification method and device based on power image and storage medium
CN114186632B (en) Method, device, equipment and storage medium for training key point detection model
CN111652250B (en) Remote sensing image building extraction method and device based on polygons and storage medium
CN113095370B (en) Image recognition method, device, electronic equipment and storage medium
CN111738403B (en) Neural network optimization method and related equipment
CN111444807B (en) Target detection method, device, electronic equipment and computer readable medium
CN113065997B (en) Image processing method, neural network training method and related equipment
CN112085056A (en) Target detection model generation method, device, equipment and storage medium
CN115456167B (en) Lightweight model training method, image processing device and electronic equipment
CN114266894A (en) Image segmentation method and device, electronic equipment and storage medium
CN116805387B (en) Model training method, quality inspection method and related equipment based on knowledge distillation
CN113569727B (en) Method, system, terminal and medium for identifying construction site in remote sensing image
CN111353577B (en) Multi-task-based cascade combination model optimization method and device and terminal equipment
CN114626118A (en) Building indoor model generation method and device
CN114820755B (en) Depth map estimation method and system
CN109631917A (en) Processing method, device, electronic equipment and the storage medium of map datum
CN113537491A (en) Neural network training method, device and computer readable medium
CN113840169A (en) Video processing method and device, computing equipment and storage medium
CN110705695A (en) Method, device, equipment and storage medium for searching model structure
CN116468985B (en) Model training method, quality detection device, electronic equipment and medium
CN112528900B (en) Image salient object detection method and system based on extreme down-sampling
CN113963337B (en) Object image contour primitive extraction method and device
CN113657353B (en) Formula identification method and device, electronic equipment and storage medium

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