CN110619327A - Real-time license plate recognition method based on deep learning in complex scene - Google Patents

Real-time license plate recognition method based on deep learning in complex scene Download PDF

Info

Publication number
CN110619327A
CN110619327A CN201810633017.9A CN201810633017A CN110619327A CN 110619327 A CN110619327 A CN 110619327A CN 201810633017 A CN201810633017 A CN 201810633017A CN 110619327 A CN110619327 A CN 110619327A
Authority
CN
China
Prior art keywords
license plate
network
recognition
deep learning
image
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.)
Withdrawn
Application number
CN201810633017.9A
Other languages
Chinese (zh)
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.)
Hunan Province Miao Instant Communication Technology Co Ltd
Original Assignee
Hunan Province Miao Instant Communication Technology 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 Hunan Province Miao Instant Communication Technology Co Ltd filed Critical Hunan Province Miao Instant Communication Technology Co Ltd
Priority to CN201810633017.9A priority Critical patent/CN110619327A/en
Publication of CN110619327A publication Critical patent/CN110619327A/en
Withdrawn legal-status Critical Current

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
    • G06V10/267Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion by performing operations on regions, e.g. growing, shrinking or watersheds
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/62Text, e.g. of license plates, overlay texts or captions on TV images
    • G06V20/63Scene text, e.g. street names
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/14Image acquisition
    • G06V30/148Segmentation of character regions
    • G06V30/153Segmentation of character regions using recognition of characters or words
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/62Text, e.g. of license plates, overlay texts or captions on TV images
    • G06V20/625License plates

Abstract

The invention provides a method for automatically identifying a license plate in a natural scene based on a deep learning technology. Firstly, taking a lightweight MobileNet neural network as a feature extraction network, adding the feature extraction network into a deep learning object detection algorithm (SSD), and training on a scene license plate image; then detecting a license plate region by using SSD-MobileNet and classifying the license plate types; secondly, determining a boundary point set by searching a character outline by using multi-threshold binarization operation aiming at a detected license plate region, performing line fitting on the boundary point set to determine license plate angular points, and correcting the license plate by one step through perspective transformation operation; and finally, sending the license plate into a convolutional neural network with seven outputs to obtain all license plate characters for output. Compared with the existing license plate recognition algorithm, the license plate detection and positioning correction algorithm based on the deep learning technology is faster and more accurate, the robustness is realized on the license plate detection under the complex natural scene, the system omits the operation of character segmentation, the characteristic transmission loss is reduced, the recognition speed is greatly improved under the condition that the accuracy rate is ensured by an end-to-end recognition network, the whole system can achieve the real-time license plate recognition effect, and the practical value is realized.

Description

Real-time license plate recognition method based on deep learning in complex scene
Technical Field
The invention belongs to the field of image processing technology and text recognition, and relates to a license plate automatic recognition method under a complex scene by utilizing a deep learning technology.
Background
The quantity of motor vehicles in China is increasing year by year, higher requirements are put forward for traffic vehicle management work, and intelligent traffic and monitoring systems are developed in the background. An Automatic Vehicle license plate Recognition technology (ALPR for short) plays an important role in an intelligent traffic and monitoring system, and the technology has wide application scenes, such as parking lot access control, road traffic monitoring, future unmanned traffic and the like. The ALPR is mainly used for positioning a license plate region from a scene, extracting license plate character information and finally identifying license plate characters, and the classical ALPR system flow comprises the following steps: the method comprises the steps of license plate region detection, license plate positioning, character segmentation and character recognition.
The main purpose of license plate region detection is to determine a region containing a license plate in the whole image, and in most cases, due to the problem of shooting angle, the license plate in a scene has an angle deviation, so that the purpose of license plate positioning is to further accurately position and correct the problems of license plate deviation and the like in the region containing the license plate, and further obtain a standard license plate image. The traditional method for license plate region detection and accurate license plate positioning mainly extracts the information characteristics of license plates, such as the characteristics of outlines, colors, edge densities, shape textures and the like, so that the extraction of the license plate regions is realized, but the information representation capability of the manually extracted characteristics is limited, so that for the license plates in different environments and scenes, the surrounding complex environment can cause great interference on the detection of the license plate regions, thereby causing positioning errors, and on the other hand, because the types of the Chinese license plates are various, the manually extracted shallow characteristics cannot meet the challenges of various license plates.
The main purpose of character segmentation is to cut continuous text into individual characters, which is convenient for subsequent recognition, and the traditional character segmentation technology mainly uses methods of searching connected domains, horizontal and vertical projections, characteristic projections and the like, but due to the structure of Chinese characters and the diversity of strokes, the methods of connected domains, projections and the like are easy to generate segmentation errors, and improper character segmentation can cause license plate character information loss, thereby seriously affecting the recognition work of subsequent license plates.
The character recognition is used for recognizing license plate characters, and commonly used methods include a template matching method, a hidden Markov model, a neural network and the like. The difficulty of character recognition mainly lies in the recognition of Chinese characters, and because Chinese characters have many strokes and are thin, the traditional recognition method is difficult to capture character detail information, and character misjudgment is caused. In recent years, due to the great advantages of a Convolutional Neural Network (CNN) in image feature representation, the existing license plate recognition system mostly adopts the CNN to recognize each character in sequence, so that a good recognition effect is obtained, but as the license plate is of a fixed length, each license plate needs to be recognized seven times according to the character sequence, so that great Network redundancy is caused, and the time consumption of character recognition is increased.
In summary, each step in an ALPR system ultimately has a decisive impact on the recognition result. The existing ALPR method has the defects that the license plate area detection and positioning are not enough for the anti-interference capability in a complex scene, the continuous loss of character information is caused by a multi-section pipeline type processing mode in each step, and the recognition speed cannot meet the real-time requirement.
Disclosure of Invention
The invention provides a novel automatic license plate recognition method based on deep learning, which aims to solve the problems that an existing ALPR system is insufficient in recognition capability and limited in license plate recognition type in a complex scene, and information loss and low recognition speed are caused by a multi-section processing mode in each step.
The technical scheme of the invention is as follows: the ALPR system of the present invention is mainly composed of three parts: the method comprises the steps of end-to-end license plate region detection and classification based on a deep learning object detection method, accurate license plate positioning and correction, and end-to-end character recognition based on CNN. The method comprises the following steps of firstly, carrying out an improved deep learning object classification detection algorithm: a Single-platform Multi-scale object region Detector (SSD for short) is applied to license plate region detection, and the type of a license plate is given while the license plate region is determined to be included in a complex background image; then accurately positioning and correcting the license plate based on multilevel threshold binarization operation, finding out rectangular outlines meeting the length-width ratio and the prior size requirement of characters for each level of binarized license plate area images, further determining four boundary point sets of the license plate through the rectangular outlines, determining license plate boundary lines through a line fitting method, wherein intersection points of the boundary lines are four corner points of the license plate, and finishing license plate correction through perspective transformation; the method removes the step of character segmentation in the traditional system, finally directly inputs the complete license plate after accurate positioning and correction into the CNN with seven outputs, and simultaneously realizes the recognition of seven characters of the license plate end to end.
The method comprises the following steps:
the first step is as follows: and (3) network setting of license plate region detection classification:
taking SSD as the basis of the license plate region detection and license plate classification algorithm, the feature extraction network in the SSD is replaced by: lightweight neural networks (MobileNet), forming a much lighter weight SSD network: and the SSD-MobileNet changes the aspect ratio setting of the license plate candidate frame into {2,3,4}, so that the license plate candidate frame is more fit with the shape of the license plate, and resource consumption caused by the calculation of the candidate frame with the unreasonable aspect ratio is avoided. The network parameter setting process of the SSD-MobileNet comprises the following steps: firstly, the network is pre-trained in a positioning classification way on a big database so as to determine proper initial parameters of the network; and then performing transfer learning, performing transfer training on the scene license plate database, finely adjusting network parameters to enable the network parameters to be optimal on a target data set, and completing parameter determination of the SSD-MobileNet network. The trained SSD-MobileNet is an end-to-end license plate detection classifier, and the scene license plate image is input into a network, so that the coordinates of a rectangular frame of a license plate area and the category of a corresponding license plate can be obtained.
The second step is that: accurate positioning and correction of license plates:
normalizing the obtained license plate region image to the same size, graying or inverse graying according to the license plate type to ensure that the gray value of the character is greater than the background gray value (namely the color of the character is lighter than the background color), and then performing multi-level threshold binarization transformation on the grayed region image, wherein the basic threshold is self-adaptively determined based on different neighborhood mean values in the image, so that the binarization threshold at each pixel position in a picture is not determinedThe method is fixed and invariable, and is determined by the distribution of surrounding neighborhood pixels, the character details are ensured, the final threshold value is obtained by subtracting a constant C from the basic threshold value, and the requirement of multistage threshold values can be realized by changing the value of the constant C. With mean (R)i) Represents a region RiMean of inner pixels, region RiTo the final threshold thRiNamely:
for each level of binarization region image, finding connected region rectangular frames meeting character prior conditions (length-width ratio and area size), adding upper left corners of the rectangular frames into an upper corner set, adding lower right corners of the rectangular frames into a lower corner set, adding upper left and lower left corners of the rectangular frames in a left region of the image into a left corner set, adding upper right and lower right corners of the rectangular frames in a right region of the image into a right corner set, obtaining four boundary lines of the license plate by line fitting by using corresponding point sets, wherein intersection points of the boundary lines are the license plate, and finally correcting the license plate deflection by perspective transformation operation.
The third step: license plate end-to-end character recognition network:
the license plate character recognition is realized by adopting CNN, because the content and the relative position relation of the whole image are known in the process of scanning the whole license plate image by the CNN, the invention adopts three groups of convolution modules and a CNN framework of seven parallel full-connection layers to realize end-to-end character recognition, and each group of convolution modules comprises two convolution layers and a maximum value down-sampling layer. The network trains on a pure license plate data set, the network loss function adopts class cross entropy, and when the loss function converges, the training of network parameters is completed.
The invention has the beneficial effects that:
(1) the license plate region detection part adopts an object detection algorithm SSD based on deep learning, has strong robustness on license plate positioning in a complex environment, and realizes more accurate positioning of a small object license plate by setting a license plate region candidate frame in a multilevel characteristic diagram by utilizing the SSD; and the feature extraction network in the SSD is replaced by the lightweight MobileNet, so that the network parameter and detection time overhead are reduced. A network end-to-end mode is adopted, and the classification of the license plates is completed while the license plate area is detected.
(2) The license plate accurate positioning and correcting part is based on a multi-level threshold value binarization method, license plate angular points are accurately positioned, and finally perspective transformation operation is used, so that the license plate accurate positioning and correcting are realized in one step, the sectional complex operation of separately processing license plate extraction and license plate angle and deflection problems in the traditional method is avoided, the license plate processing flow is simplified, and the information loss is reduced.
(3) Compared with the traditional method, the method eliminates the step of character segmentation, and adopts end-to-end CNN to recognize all characters in parallel in the character recognition part. The method reduces the character information loss caused by the intermediate processing flow of the license plate, reduces the algorithm complexity, and obviously improves the speed and the accuracy of character recognition.
Drawings
FIG. 1 is an overall flow diagram of a license plate recognition system of the present invention;
FIG. 2 is a schematic diagram of a license plate detection and classification network SSD-MobileNet structure according to the present invention;
FIG. 3 is a flowchart of an algorithm for accurate license plate location and correction according to the present invention;
fig. 4 is a schematic diagram of a character recognition network structure according to the present invention.
Detailed Description
FIG. 1 is an overall flow chart of the license plate recognition system of the present invention. The license plate identification process comprises three steps:
firstly, setting a license plate region detection classification network:
a deep learning object detection algorithm combined with SSD-MobileNet is used as the license plate region detection and classification method, and license plate region positioning and classification are completed in an end-to-end network at the same time.
FIG. 2 is a schematic diagram of a license plate detection and classification network SSD-MobileNet.
The method for detecting and classifying five types of Chinese license plates (classes is 5) comprises the following steps: blue cards, yellow cards, white cards, black cards and new energy license plates. Firstly, an image is sent to a feature extraction network, a feature extraction network part takes MobileNet from a first layer of full convolutional layer (Conv1) to a 7 th depth separable convolutional layer (Conv _ dw7), the last two layers of depth separable convolutional layers of the MobileNet are replaced by full convolutional layers (Conv7-Conv8), then 4 full convolutional layers (Conv9-Conv12) are added for multi-scale detection, and finally, redundant blocks are output after non-maximum suppression. In order to realize multiscale license plate inspection, a default candidate box with different length-width ratios is proposed in each cell of 6 feature maps with different sizes in 5 full convolution layers (Conv7-Conv12) and a depth convolution layer (Conv _ dw6) of a 5 th depth separable convolution layer in MobileNet, according to the prior knowledge of the license plate (the standard aspect ratio of the Chinese license plate is approximately equal to 3.14, the length is 440cm, and the width is 140cm), the aspect ratio of the candidate box is set as {2,3 and 4}, the three aspect ratios are set to prevent the uncertainty of the aspect ratio caused by the distortion of the license plate due to the problem of the shooting angle, for each candidate frame in each feature map unit, classification and position regression of the candidate frame are completed through a small convolution kernel of 3 multiplied by 3 (the candidate frame is regressed through calculating an offset value relative to the left side of the upper left corner point of a true value frame and the length and width), and the position and the classification of the license plate position frame can be obtained through final output of the network.
The network parameter setting process of the SSD-MobileNet is as follows: hyper-parameter setting of MobileNet: the Width Multiplier (Width Multiplier) is 1, and the Resolution Multiplier (Resolution Multiplier) is 224. Firstly, MobileNet performs classification pre-training on a large data set ImageNet (the data set comprises more than 120 ten thousand images and contains 1000 types), and determines initial parameters of the network. Then adding the last 6 full convolution layers (weight parameters W to (0,0.03) Gaussian distribution, initializing network bias to be 0), carrying out migration training on the scene license plate data set, wherein the total target loss function of the network is the weighted sum of positioning loss and classification loss, and carrying out iterative training until the network loss function is converged to finish network training.
Secondly, accurately positioning and correcting the license plate:
and further extracting the license plate from the positioned area, and correcting the problem of license plate deflection caused by the shooting angle to obtain a standard license plate image. Firstly, normalizing a license plate region image: length 136 and height 72, and performing graying (the characters are white license plate types) or inverse graying (the characters are black license plate types) pretreatment on the license plate region image according to the obtained license plate type information to ensure that the gray value of the characters is greater than the background gray value (namely character gray 4 and background gray). And for the gray level image of the license plate area, performing binarization operation by adopting a multi-level threshold value, and converting the gray level image into a binary image, wherein the binarization of the 20-level threshold value is completed by adopting a local self-adaptive binarization method and changing the value of a constant C, wherein C is set to 20 numerical values which are uniformly distributed in [ -50, 0).
FIG. 3 is a flowchart of an algorithm for accurate license plate location and correction.
(1) For the binary image obtained at each level, searching all connected domain outlines, then determining circumscribed rectangles corresponding to the outlines, and screening the circumscribed rectangles meeting character priori knowledge according to the character priori knowledge (100< the area of the circumscribed rectangles >1200, the height-width ratio >0.7 or the height-width ratio >3, considering the situation that the character is '1' and the Chinese character is discontinuous);
(2) respectively adding the coordinates of the upper left corner point and the coordinates of the lower right corner point of the circumscribed rectangle meeting the requirements into an upper boundary point set and a lower boundary point set, on the other hand, if the rectangular frame is in the area of 20% of the left side of the image, adding the coordinates of the upper left corner point and the lower left corner point into the left boundary point set, and if the rectangular frame is in the area of 20% of the right side of the image, adding the upper right corner point and the lower right corner point into the right boundary point set;
(3) after the images subjected to threshold binarization are operated as above, point sets of an upper boundary, a lower boundary, a left boundary and a right boundary can be obtained, line fitting is carried out on the upper boundary point set and the lower boundary point set by adopting a straight line fitting method of a Huber Loss function (Huber Loss) with strong robustness on outliers, line fitting is carried out on the left boundary point set and the right boundary point set by adopting a least square method, four boundary lines of the license plate are obtained, and the intersection points of the boundary lines are calculated to be the corner positions of the license plate;
(4) for the four corner points of the license plate and the expected boundary corner point set of the standard license plate: and a right lower corner point [136,36], a left lower corner point [0,36], a right upper corner point [136,0] and a left upper corner point [0,0] can obtain the standard license plate in one step through perspective change.
Thirdly, end-to-end character recognition:
and recognizing all characters by adopting a multi-output convolutional neural network structure.
Fig. 4 is a schematic diagram of a structure of a character recognition network.
The network realizes end-to-end character recognition by three groups of convolution modules and a CNN architecture of seven parallel full-connection layers, each group of convolution modules comprises two convolution layers and a down-sampling layer, the convolution layers of the three modules all adopt convolution kernels of 3 multiplied by 3, and the number of feature maps of the three modules is respectively as follows: 32. 64 and 128, all the down-sampling layers adopt a maximum value down-sampling method, the size of a sampling area is 2 multiplied by 2, and finally seven fully connected layers output confidence results of seven characters in parallel. The net final penalty function is the sum of the classification penalties for seven characters. And training the character recognition network on the pure license plate data set until the loss function is converged to complete network training.
The results of the license plate detection classification and fine positioning calibration method designed by the invention are obtained based on 600 license plate images in complex scenes, and the experimental environment is as follows: the CPU is an Intel core i7 quad-core processor, the main frequency is 2.6Ghz, the display card is NVIDIAGeForce GTX965M, and the display memory is 4G. The results of comparison with license plate location algorithms using other characteristics are shown in table 1. The accuracy is the percentage of the number of the effective positioning images in the whole data set (the effective positioning is defined as that the positioning license plate is in a standard license plate form, has no obvious deflection and character missing conditions, and is classified correctly). As can be seen from the table, even if the complexity of the license plate of China is greater than that of license plates in other countries, the method still has competitiveness, and the positioning speed is greatly increased on the basis of ensuring the positioning accuracy. (processing speed unit: milliseconds (ms), number of frames processed Per Second (FPS)).
We also compared the license plate recognition system of the present invention with the existing license plate recognition system, and the results are shown in table 2. On one hand, the accuracy of the design is competitive compared with other methods, and on the other hand, the license plate recognition speed is obviously improved due to the end-to-end license plate detection and recognition method, the effect of real-time detection and recognition can be achieved, and the advantages are obvious.
TABLE 1 comparison table of license plate positioning method performance based on different characteristics
TABLE 2 comparison table for different license plate recognition systems

Claims (1)

1. A real-time license plate recognition method based on deep learning in a complex scene is characterized by comprising the following steps:
the first step is as follows: detecting and classifying license plate regions in the complex scene image:
a light neural network MobileNet is used as a feature extraction network and added into a deep learning object detection algorithm SSD (Single Shot Multi-boxes Detector) to realize license plate detection and classification:
performing positioning classification pre-training on a large database to determine initial parameters of a network;
secondly, performing migration training on the scene license plate database, finely adjusting network parameters to enable the network parameters to be optimal on a target data set, and determining SSD-MobileNet network parameters;
thirdly, the trained SSD-MobileNet is an end-to-end license plate detection classifier, a scene license plate image to be detected is used as network input, and network output is carried out to obtain the coordinates of a rectangular frame of a license plate area and the category of a corresponding license plate;
the second step is that: accurate positioning and correction of license plates:
graying a license plate region image to ensure that the character gray value of the grayed image is greater than the background gray value, then carrying out multi-threshold binaryzation on the grayed license plate region image, wherein a basic binaryzation threshold is a self-adaptive neighborhood average value, the multi-level threshold is determined by subtracting a constant C from the basic threshold, and different constant C values correspond to different levels;
for each level of binarization area image, searching connected domain external rectangular frames which accord with character shape prior conditions, and adding corresponding angular points of the rectangular frames into different license plate boundary point sets;
thirdly, performing line fitting on each boundary point set, determining upper, lower, left and right boundary lines, determining intersection points of the boundary lines as license plate corner points, and finally correcting the license plate through perspective transformation operation;
the third step: recognizing the end-to-end characters of the license plate:
adopting a multi-output convolutional neural network to realize one-step recognition of a plurality of characters in the license plate:
training a multi-output convolutional neural network in a pure license plate data set, and completing the adjustment and the optimization of network parameters after a network loss function is converged;
and (II) the trained multi-output convolutional neural network is an end-to-end license plate character recognizer, and the license plate after fine positioning correction is used as network input to obtain a final recognition result.
CN201810633017.9A 2018-06-20 2018-06-20 Real-time license plate recognition method based on deep learning in complex scene Withdrawn CN110619327A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810633017.9A CN110619327A (en) 2018-06-20 2018-06-20 Real-time license plate recognition method based on deep learning in complex scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810633017.9A CN110619327A (en) 2018-06-20 2018-06-20 Real-time license plate recognition method based on deep learning in complex scene

Publications (1)

Publication Number Publication Date
CN110619327A true CN110619327A (en) 2019-12-27

Family

ID=68920545

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810633017.9A Withdrawn CN110619327A (en) 2018-06-20 2018-06-20 Real-time license plate recognition method based on deep learning in complex scene

Country Status (1)

Country Link
CN (1) CN110619327A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111160316A (en) * 2020-01-06 2020-05-15 电子科技大学 License plate recognition method based on lightweight neural network
CN111191611A (en) * 2019-12-31 2020-05-22 同济大学 Deep learning-based traffic sign label identification method
CN111310754A (en) * 2019-12-31 2020-06-19 创泽智能机器人集团股份有限公司 Method for segmenting license plate characters
CN111401361A (en) * 2020-03-06 2020-07-10 南京理工大学 End-to-end lightweight deep license plate recognition method
CN111695561A (en) * 2020-05-25 2020-09-22 南京博雅集智智能技术有限公司 License plate detection and correction recognition method and recognition system based on SSD
CN111914839A (en) * 2020-07-28 2020-11-10 三峡大学 Synchronous end-to-end license plate positioning and identifying method based on YOLOv3
CN112052859A (en) * 2020-09-11 2020-12-08 广东工业大学 License plate accurate positioning method and device in free scene
CN112200007A (en) * 2020-09-15 2021-01-08 青岛邃智信息科技有限公司 License plate detection and identification method under community monitoring scene
CN112215178A (en) * 2020-10-19 2021-01-12 南京大学 Chemical experiment recording system based on pen type interaction
CN112287941A (en) * 2020-11-26 2021-01-29 国际关系学院 License plate recognition method based on automatic character region perception
CN113095320A (en) * 2021-04-01 2021-07-09 湖南大学 License plate recognition method and system and computing device
CN113177552A (en) * 2021-05-27 2021-07-27 的卢技术有限公司 License plate recognition method based on deep learning
CN113283361A (en) * 2021-06-02 2021-08-20 广东电网有限责任公司广州供电局 Insulating layer damage recognition model training method, recognition method and device
CN113343903A (en) * 2021-06-28 2021-09-03 成都恒创新星科技有限公司 License plate recognition method and system in natural scene
CN113361467A (en) * 2021-06-30 2021-09-07 电子科技大学 License plate recognition method based on field adaptation
CN113469169A (en) * 2021-07-26 2021-10-01 湖州师范学院 Steel cylinder perforation code positioning and identifying system and identifying method
CN114549811A (en) * 2021-12-31 2022-05-27 哈尔滨理工大学 License plate identification method based on license plate spacer body characteristics
CN116958998A (en) * 2023-09-20 2023-10-27 四川泓宝润业工程技术有限公司 Digital instrument reading identification method based on deep learning

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298976A (en) * 2014-10-16 2015-01-21 电子科技大学 License plate detection method based on convolutional neural network
CN106845487A (en) * 2016-12-30 2017-06-13 佳都新太科技股份有限公司 A kind of licence plate recognition method end to end
CN107679531A (en) * 2017-06-23 2018-02-09 平安科技(深圳)有限公司 Licence plate recognition method, device, equipment and storage medium based on deep learning

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298976A (en) * 2014-10-16 2015-01-21 电子科技大学 License plate detection method based on convolutional neural network
CN106845487A (en) * 2016-12-30 2017-06-13 佳都新太科技股份有限公司 A kind of licence plate recognition method end to end
CN107679531A (en) * 2017-06-23 2018-02-09 平安科技(深圳)有限公司 Licence plate recognition method, device, equipment and storage medium based on deep learning

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111191611A (en) * 2019-12-31 2020-05-22 同济大学 Deep learning-based traffic sign label identification method
CN111310754A (en) * 2019-12-31 2020-06-19 创泽智能机器人集团股份有限公司 Method for segmenting license plate characters
CN111191611B (en) * 2019-12-31 2023-10-13 同济大学 Traffic sign label identification method based on deep learning
CN111160316B (en) * 2020-01-06 2022-07-08 电子科技大学 License plate recognition method based on lightweight neural network
CN111160316A (en) * 2020-01-06 2020-05-15 电子科技大学 License plate recognition method based on lightweight neural network
CN111401361A (en) * 2020-03-06 2020-07-10 南京理工大学 End-to-end lightweight deep license plate recognition method
CN111401361B (en) * 2020-03-06 2022-09-30 南京理工大学 End-to-end lightweight depth license plate recognition method
CN111695561A (en) * 2020-05-25 2020-09-22 南京博雅集智智能技术有限公司 License plate detection and correction recognition method and recognition system based on SSD
CN111914839A (en) * 2020-07-28 2020-11-10 三峡大学 Synchronous end-to-end license plate positioning and identifying method based on YOLOv3
CN111914839B (en) * 2020-07-28 2024-03-19 特微乐行(广州)技术有限公司 Synchronous end-to-end license plate positioning and identifying method based on YOLOv3
CN112052859A (en) * 2020-09-11 2020-12-08 广东工业大学 License plate accurate positioning method and device in free scene
CN112052859B (en) * 2020-09-11 2023-07-28 广东工业大学 License plate accurate positioning method and device in free scene
CN112200007A (en) * 2020-09-15 2021-01-08 青岛邃智信息科技有限公司 License plate detection and identification method under community monitoring scene
CN112215178A (en) * 2020-10-19 2021-01-12 南京大学 Chemical experiment recording system based on pen type interaction
CN112287941A (en) * 2020-11-26 2021-01-29 国际关系学院 License plate recognition method based on automatic character region perception
CN112287941B (en) * 2020-11-26 2021-11-09 国际关系学院 License plate recognition method based on automatic character region perception
CN113095320A (en) * 2021-04-01 2021-07-09 湖南大学 License plate recognition method and system and computing device
CN113177552A (en) * 2021-05-27 2021-07-27 的卢技术有限公司 License plate recognition method based on deep learning
CN113177552B (en) * 2021-05-27 2024-04-26 的卢技术有限公司 License plate recognition method based on deep learning
CN113283361A (en) * 2021-06-02 2021-08-20 广东电网有限责任公司广州供电局 Insulating layer damage recognition model training method, recognition method and device
CN113343903A (en) * 2021-06-28 2021-09-03 成都恒创新星科技有限公司 License plate recognition method and system in natural scene
CN113343903B (en) * 2021-06-28 2024-03-26 成都恒创新星科技有限公司 License plate recognition method and system in natural scene
CN113361467A (en) * 2021-06-30 2021-09-07 电子科技大学 License plate recognition method based on field adaptation
CN113469169A (en) * 2021-07-26 2021-10-01 湖州师范学院 Steel cylinder perforation code positioning and identifying system and identifying method
CN113469169B (en) * 2021-07-26 2023-11-24 湖州师范学院 Steel cylinder perforation code positioning and identifying system and identifying method
CN114549811A (en) * 2021-12-31 2022-05-27 哈尔滨理工大学 License plate identification method based on license plate spacer body characteristics
CN116958998A (en) * 2023-09-20 2023-10-27 四川泓宝润业工程技术有限公司 Digital instrument reading identification method based on deep learning
CN116958998B (en) * 2023-09-20 2023-12-26 四川泓宝润业工程技术有限公司 Digital instrument reading identification method based on deep learning

Similar Documents

Publication Publication Date Title
CN110619327A (en) Real-time license plate recognition method based on deep learning in complex scene
Sun et al. Research on the hand gesture recognition based on deep learning
CN109840521B (en) Integrated license plate recognition method based on deep learning
CN108765371B (en) Segmentation method of unconventional cells in pathological section
CN103218831B (en) A kind of video frequency motion target classifying identification method based on profile constraint
CN106909902B (en) Remote sensing target detection method based on improved hierarchical significant model
CN106022232A (en) License plate detection method based on deep learning
CN111310760B (en) Method for detecting alpha bone inscription characters by combining local priori features and depth convolution features
CN106650731B (en) Robust license plate and vehicle logo recognition method
CN102496013B (en) Chinese character segmentation method for off-line handwritten Chinese character recognition
CN102629322B (en) Character feature extraction method based on stroke shape of boundary point and application thereof
CN106529532A (en) License plate identification system based on integral feature channels and gray projection
CN109271991A (en) A kind of detection method of license plate based on deep learning
CN101408933A (en) Method for recognizing license plate character based on wide gridding characteristic extraction and BP neural network
CN111681197A (en) Remote sensing image unsupervised change detection method based on Siamese network structure
CN109446922B (en) Real-time robust face detection method
CN109543632A (en) A kind of deep layer network pedestrian detection method based on the guidance of shallow-layer Fusion Features
CN103279752B (en) A kind of eye locating method based on improving Adaboost algorithm and Face geometric eigenvector
CN110866430A (en) License plate recognition method and device
CN106503748A (en) A kind of based on S SIFT features and the vehicle targets of SVM training aids
CN111540203B (en) Method for adjusting green light passing time based on fast-RCNN
CN110689003A (en) Low-illumination imaging license plate recognition method and system, computer equipment and storage medium
CN113592911A (en) Apparent enhanced depth target tracking method
CN103955673B (en) Body recognizing method based on head and shoulder model
CN111339932A (en) Palm print image preprocessing method and 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
WW01 Invention patent application withdrawn after publication

Application publication date: 20191227

WW01 Invention patent application withdrawn after publication