CN110598693A - Ship plate identification method based on fast-RCNN - Google Patents

Ship plate identification method based on fast-RCNN Download PDF

Info

Publication number
CN110598693A
CN110598693A CN201910737977.4A CN201910737977A CN110598693A CN 110598693 A CN110598693 A CN 110598693A CN 201910737977 A CN201910737977 A CN 201910737977A CN 110598693 A CN110598693 A CN 110598693A
Authority
CN
China
Prior art keywords
ship
character
pictures
ship plate
model
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.)
Pending
Application number
CN201910737977.4A
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.)
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 CN201910737977.4A priority Critical patent/CN110598693A/en
Publication of CN110598693A publication Critical patent/CN110598693A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • 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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)
  • Character Discrimination (AREA)

Abstract

A ship plate identification method based on fast-RCNN comprises the following steps: 1) data acquisition: acquiring pictures of ships entering and exiting a port through a port camera; 2) data processing: cutting an original image to obtain a ship plate picture, and cutting the ship plate picture to obtain a single character picture; 3) training a character cutting model: training the ship board to cut by using a fast-RCNN model; 4) training a character recognition model: respectively training digital recognition and Chinese recognition by using two ResNet models; 5) and (3) testing a model: cutting the ship plate pictures by using the trained fast-RCNN model to obtain the position, the area, the score and the sequence of each ship plate character picture, screening the ship plate character pictures by the area and the score, transmitting the ship plate character pictures into a corresponding ResNet model based on the ship plate character sequence, identifying each character, and obtaining a complete ship plate name. The invention has the advantages of high detection speed, high accuracy and higher practical application value.

Description

Ship plate identification method based on fast-RCNN
Technical Field
The invention relates to the technical field of computer application and the field of target detection, in particular to a ship plate identification method based on fast-RCNN.
Background
In recent years, with the globalization of economy, the maritime import and export trade of China is rapidly developed, the number of ships entering and exiting a port is increased sharply, however, the monitoring and management level of the port cannot keep up with the rapid development of the economy of the port, the port and the ships cannot be effectively managed, the illegal berthing phenomenon of the ships is easy to occur, ship collision accidents are caused, casualties and property loss are caused, the marine environment is seriously polluted, the operation efficiency of the port is influenced, and the serious economic loss is caused. To ensure safe navigation, technologies such as communication between a ship and the shore and object recognition are becoming more and more important. The ship plate identification can avoid the risks to a great extent and help the port to realize effective management. Therefore, there is a need for an effective ship number plate recognition method for monitoring and recognizing ships entering and exiting a port, improving the port management level, and timely detecting and alarming when an illegal berthing phenomenon occurs.
However, ship text recognition in natural environments faces many difficulties and challenges: the ship plate character recognition is greatly challenged by the absence of uniform ship plate marks, non-uniform font specifications, complex weather and character occlusion and the like, so that the expected recognition effect cannot be achieved by only relying on digital image processing.
With the rapid development of computer technology, artificial intelligence technology is gradually changing our lives, and making our lives more convenient and efficient. And the recent rapid development of hardware technologies such as GPU and the like also makes the practical application of the deep neural network possible. Recently, researchers have proposed various methods for object detection using a deep neural network, in which fast-RCNN is being used in many object detection systems with its high accuracy and high recall rate, and the present invention also implements automatic identification of a ship's license plate based on the fast-RCNN in order to more accurately identify the ship's license plate.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides the ship plate identification method based on the Faster-RCNN, which can effectively improve the speed and the accuracy of ship plate identification.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a ship plate identification method based on fast-RCNN comprises the following steps:
s1: data acquisition: acquiring pictures of ships entering and exiting a port through a port camera;
s2: data processing: cutting an original image to obtain a ship plate picture, and cutting the ship plate picture to obtain a single character picture;
s3: training a character cutting model: training the ship board to cut by using a fast-RCNN model;
s4: training a character recognition model: respectively training digital recognition and Chinese recognition by using two ResNet models;
s5: and (3) testing a model: cutting the ship plate pictures by using a trained fast-RCNN model to obtain the position, area, score and sequence of each ship plate character picture, screening the area and the score, transmitting the ship plate character pictures into a corresponding ResNet model based on the ship plate character sequence, and identifying each character to obtain a complete ship plate name;
preferably, in step S1, the ship video shot by the port camera is taken every 0.5 second and stored in JPEG format.
The step S2 includes the steps of:
s2-1: preparing a fast-RCNN data set: cutting JPEG pictures containing the ship plates to obtain ship plate pictures, taking partial pictures as a training set, manually marking character frames by using a software Labelimg manually, wherein the label types are 'number' and 'chicken', generating an xml file, making the pictures and the xml file into a VOC2007 data set format, and generating txt files of test, train and val;
s2-2: and cutting the character picture marked in the S2-1, converting the character picture into 48 × 48 size, converting the size into a gray-scale image and performing normalization processing.
The step S3 includes the steps of:
s3-1: taking the ship plate pictures as input Conv layers of a neural network, extracting the characteristics of the input pictures through 13 Conv layers, 13 relu layers and 4 pooling layers, and outputting feature maps with the size of an original image 1/16;
s3-2: generating a plurality of anchor boxes through an RPN module, cutting the anchor boxes, judging the anchor boxes to belong to a foreground (characters) or a background through softmax, and correcting the anchors through frame regression to obtain more accurate proposals;
s3-3: the RoI Pooling layer obtains the propsal feature maps with fixed size by utilizing propsals generated by RPN and the feature mapping obtained before;
s3-4: classication classifies the generic feature maps, and the specific classes are classified by using the full connection layer and softmax; meanwhile, frame regression operation is completed by using L1 Loss to obtain the accurate position of the object, a Loss function is calculated, parameters of the whole network are updated at the same time, a training model is obtained, training Loss comprises classification Loss and regression Loss, and the calculation formula is as follows:
where k is an integer representing the subscript of each sample, pkRepresenting the probability that the kth anchor is predicted to be the target,indicates the probability that the kth calibration box is predicted as the target, tk={tx,ty,tw,thDenotes a vector of four parameterized coordinates of the prediction box,is a vector of four parameterized coordinates of a calibration box, NclsDenotes the normalized magnitude of the cls term, λ denotes the external weight, NregIndicating that the reg terms are normalized to the number of anchor positions,represents a loss of classification defined as pkRepresenting the probability of prediction to a certain class, p if the current sample is a positive samplekIf the current sample is a negative sample, p is 1k=0,Is a label of the real data that has been labeled,represents the regression loss of the bounding box, and is defined as SmoothL1(t-t*),SmoothL1The definition of the function is
In step S4, two ResNet models are trained to process digital and chinese, respectively. The first ResNet model takes a digital name as a class mark, 10 classes are obtained by training and classifying, and the corresponding class is 0-9; the second ResNet model encodes Chinese into numbers as class labels, and the training classes are derived from the number of Chinese.
In step S4, the text image obtained in step S2 is converted into 48 × 48 size, converted into grayscale image, normalized, and divided into two categories according to numbers and chinese characters, and the chinese characters are first text-coded and then placed into folders with corresponding category labels as text classification data sets, and two ResNet models are respectively trained.
In step S5, the ship plate pictures are cut by the trained fast-RCNN model to obtain the area, score and sequence of each ship plate character picture, and after the area and score are screened, the ship plate character pictures are transmitted to the corresponding ResNet model to identify specific characters based on the ship plate character sequence, and finally the complete ship plate name is obtained.
The invention has the beneficial effects that: because the types, sizes and the like of the ship plates in natural scenes are different, all the ship plates are difficult to detect and identify accurately by using the traditional method. According to the invention, ship boards with different characteristics such as different types, different sizes and the like are selected as training data and labeled, so that abundant training samples are obtained. The invention utilizes the fast-RCNN model and the ResNet model to identify the ship plate, and compared with the traditional method for manually extracting the characteristics and the method utilizing the simple neural network, the invention saves the detection time and improves the accuracy.
Drawings
FIG. 1 is a flow chart of a fast-RCNN based ship plate identification method according to an embodiment of the present invention;
FIG. 2 is a flow chart of the fast-RCNN algorithm according to an embodiment of the present invention.
Fig. 3 is a flow chart of the ResNet algorithm according to an embodiment of the present invention.
FIG. 4 is a diagram illustrating an exemplary detection result according to an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the invention is provided in connection with the accompanying drawings.
Referring to fig. 1 to 4, a ship plate recognition method based on fast-RCNN includes the following steps:
s1: data acquisition: acquiring pictures of ships entering and exiting a port through a port camera;
s2: data processing: cutting an original image to obtain a ship plate picture, and cutting the ship plate picture to obtain a single character picture;
s3: training a character cutting model: the plate cut was trained using the fast-RCNN model.
S4: training a character recognition model: respectively training digital recognition and Chinese recognition by using two ResNet models;
s5: and (3) testing a model: cutting the ship plate pictures by using a trained fast-RCNN model to obtain the position, area, score and sequence of each ship plate character picture, screening the area and the score, transmitting the ship plate character pictures into a corresponding ResNet model based on the ship plate character sequence, and identifying each character to obtain a complete ship plate name;
preferably, in step S1, the ship video shot by the port camera is taken every 0.5 second and stored in JPEG format.
The step S2 includes the steps of:
s2-1: preparing a fast-RCNN data set: cutting JPEG pictures containing the ship plates to obtain ship plate pictures, taking partial pictures as a training set, manually marking character frames by using a software Labelimg manually, wherein the label types are 'number' and 'chicken', generating an xml file, making the pictures and the xml file into a VOC2007 data set format, and generating txt files of test, train and val;
s2-2: and cutting the character picture marked in the S2-1, converting the character picture into 48 × 48 size, converting the size into a gray-scale image and performing normalization processing.
The step S3 includes the steps of:
s3-1: the ship plate pictures are used as input Conv layers of a neural network, the characteristics of the input pictures are extracted through 13 Conv layers, 13 relu layers and 4 posing layers, and feature maps with the size of the original pictures 1/16 are output.
S3-2: and generating a plurality of anchor boxes through an RPN module, cutting the anchor boxes, judging the anchor boxes to belong to the foreground (characters) or the background through softmax, and correcting the anchors through frame regression to obtain more accurate proposals.
S3-3: the RoI Pooling layer obtains the fixed-size propofol feature maps by using the proposals generated by the RPN and the feature maps obtained previously.
S3-4: classication classifies the generic feature maps, and the specific classes are classified by using the full connection layer and softmax; meanwhile, frame regression operation is completed by using L1 Loss to obtain the accurate position of the object, a Loss function is calculated, parameters of the whole network are updated at the same time, a training model is obtained, training Loss comprises classification Loss and regression Loss, and the calculation formula is as follows:
where k is an integer representing the subscript of each sample, pkRepresenting the probability that the kth anchor is predicted to be the target,indicates the probability that the kth calibration box is predicted as the target, tk={tx,ty,tw,thDenotes a vector of four parameterized coordinates of the prediction box,is markVector of four parameterized coordinates of the fixed frame, NclsDenotes the normalized magnitude of the cls term, λ denotes the external weight, NregIndicating that the reg terms are normalized to the number of anchor positions,represents a loss of classification defined as pkRepresenting the probability of prediction to a certain class, p if the current sample is a positive samplekIf the current sample is a negative sample, p is 1k=0,Is a label of the real data that has been labeled,represents the regression loss of the bounding box, and is defined as SmoothL1(t-t*),SmoothL1The definition of the function is
In step S4, two ResNet models are trained to process digital and chinese, respectively. The first ResNet model takes a digital name as a class mark, 10 classes are obtained by training and classifying, and the corresponding class is 0-9; the second ResNet model encodes Chinese into numbers as class labels, and the training classes are derived from the number of Chinese.
In step S4, the text images processed in step S2 are divided into two categories (chinese is first coded by text) according to the number and the chinese, and then the two categories are placed into folders corresponding to the category labels as text classification data sets, and two ResNet models are respectively trained.
In step S5, the fast-RCNN model is used to cut the ship plate pictures to obtain the area, score and sequence of each ship plate character picture, and the wrong character picture is deleted according to the sum of (0.01 x original figure < area < 0.1 x original figure) (score > 0.8), and then transmitted to the corresponding ResNet model to identify the specific character based on the ship plate character sequence, and finally the complete ship plate name is obtained.
As described above, according to the embodiment of the invention, training data is made by marking the ship plate picture, the final model is obtained by training the fast-RCNN model and the ResNet model, and then the model is used for detecting the specific position of characters in the ship plate picture and classifying the characters to obtain the name of the ship plate. Compared with the traditional method for manually extracting the characteristics and the simple neural network method, the method has the advantages of high detection speed and high accuracy.
The above-mentioned embodiments are only preferred embodiments of the present invention, which are merely illustrative and not restrictive, and any person skilled in the art may substitute or change the technical solution of the present invention and the inventive concept thereof within the scope of the present invention.

Claims (7)

1. A ship plate identification method based on fast-RCNN is characterized by comprising the following steps:
s1: data acquisition: acquiring pictures of ships entering and exiting a port through a port camera;
s2: data processing: cutting an original image to obtain a ship plate picture, and cutting the ship plate picture to obtain a single character picture;
s3: training a character cutting model: training the ship board to cut by using a fast-RCNN model;
s4: training a character recognition model: respectively training digital recognition and Chinese recognition by using two ResNet models;
s5: and (3) testing a model: cutting the ship plate pictures by using the trained fast-RCNN model to obtain the size, score and sequence of each ship plate character picture, transmitting the ship plate character pictures into a corresponding ResNet model based on the ship plate character sequence, and identifying each character to obtain a complete ship plate name.
2. The fast-RCNN-based ship plate recognition method according to claim 1, wherein in the step S1, a port camera is used to capture a picture of a ship containing a ship plate, and the picture is stored in JPEG format; the pictures taken should cover a variety of known vessels.
3. The fast-RCNN-based ship board recognition method according to claim 1 or 2, wherein the step S2 includes the steps of:
s2-1: preparing a fast-RCNN data set: cutting JPEG pictures containing the ship plates to obtain ship plate pictures, taking partial pictures as a training set, manually marking character frames by using a software Labelimg manually, wherein the label types are 'number' and 'chicken', generating an xml file, making the pictures and the xml file into a VOC2007 data set format, and generating txt files of test, train and val;
s2-2: and cutting the character picture marked in the S2-1, converting the character picture into 48 × 48 size, converting the size into a gray-scale image and performing normalization processing.
4. The fast-RCNN-based ship board recognition method according to claim 1 or 2, wherein the step S3 includes the steps of:
s3-1: taking the ship plate pictures as input Conv layers of a neural network, extracting the characteristics of the input pictures through 13 Conv layers, 13 relu layers and 4 pooling layers, and outputting feature maps with the size of an original image 1/16;
s3-2: generating a plurality of anchor boxes through an RPN module, cutting the anchor boxes, judging the anchor boxes to belong to the foreground or the background through softmax, and correcting the anchors through frame regression to obtain more accurate proposals;
s3-3: the Rol Pooling layer obtains the propuls feature maps with fixed size by utilizing propulses generated by RPN and the feature maps obtained before;
s3-4: classification classifies the characteristic diagram of the suggestion frame, and specific Classification is carried out by utilizing a full connection layer and softmax; meanwhile, frame regression operation is completed by using L1 Loss to obtain the accurate position of the object, a Loss function is calculated, parameters of the whole network are updated at the same time, a training model is obtained, training Loss comprises classification Loss and regression Loss, and the calculation formula is as follows:
where k is an integer representing the subscript of each sample, pkRepresenting the probability that the kth anchor is predicted to be the target,indicates the probability that the kth calibration box is predicted as the target, tk={tx,ty,tw,thDenotes a vector of four parameterized coordinates of the prediction box,is a vector of four parameterized coordinates of a calibration box, NclsDenotes the normalized magnitude of the cls term, λ denotes the external weight, NregIndicating that the reg terms are normalized to the number of anchor positions,represents a loss of classification defined as pkRepresenting the probability of prediction to a certain class, p if the current sample is a positive samplekIf the current sample is a negative sample, p is 1k=0,Is a label of the real data that has been labeled,represents the regression loss of the bounding box, and is defined as SmoothL1(t-t*),SmoothL1The definition of the function is
5. The fast-RCNN-based ship board recognition method according to claim 1 or 2, wherein in the step S4, two ResNet models are trained, respectively processing digital and chinese. The first ResNet model takes a digital name as a class mark, 10 classes are obtained by training and classifying, and the corresponding class is 0-9; the second ResNet model encodes Chinese into numbers as class labels, and the training classes are derived from the number of Chinese.
6. The method for ship identification based on fast-RCNN according to claim 1 or 2, wherein in step S4, the text image obtained in S2 is converted into 48 × 48 size, converted into gray scale image and normalized, and divided into two categories according to number and chinese, and chinese is first text-coded and then put into the folder of the corresponding category as the text classification data set, and two ResNet models are trained respectively.
7. The method as claimed in claim 1 or 2, wherein in step S5, the test set of pictures is inputted into the training model, the precise position, area and score of the characters in the ship picture are detected, the erroneous character pictures are deleted according to (0.01 original < area < 0.1 original) and (score > 0.8), and then the erroneous character pictures are transmitted to the corresponding ResNet model based on the ship character sequence to identify the specific characters, and finally the complete ship name is obtained.
CN201910737977.4A 2019-08-12 2019-08-12 Ship plate identification method based on fast-RCNN Pending CN110598693A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910737977.4A CN110598693A (en) 2019-08-12 2019-08-12 Ship plate identification method based on fast-RCNN

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910737977.4A CN110598693A (en) 2019-08-12 2019-08-12 Ship plate identification method based on fast-RCNN

Publications (1)

Publication Number Publication Date
CN110598693A true CN110598693A (en) 2019-12-20

Family

ID=68853919

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910737977.4A Pending CN110598693A (en) 2019-08-12 2019-08-12 Ship plate identification method based on fast-RCNN

Country Status (1)

Country Link
CN (1) CN110598693A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111291684A (en) * 2020-02-10 2020-06-16 浙江工业大学 Ship board detection method in natural scene
CN111339927A (en) * 2020-02-25 2020-06-26 国网江苏省电力有限公司扬州供电分公司 Intelligent work state identification system for personnel in electric power business hall
CN111582182A (en) * 2020-05-11 2020-08-25 广州创亿源智能科技有限公司 Ship name identification method, system, computer equipment and storage medium
CN111814657A (en) * 2020-07-06 2020-10-23 南京工业大学 Unmanned vehicle parking method and system based on image recognition and storage medium
CN111985470A (en) * 2020-07-09 2020-11-24 浙江工业大学 Ship board correction and identification method in natural scene
CN112529003A (en) * 2020-12-09 2021-03-19 安徽工业大学 Instrument panel digital identification method based on fast-RCNN
CN112633277A (en) * 2020-12-30 2021-04-09 杭州电子科技大学 Channel ship board detection, positioning and identification method based on deep learning
CN113095325A (en) * 2021-05-11 2021-07-09 浙江华是科技股份有限公司 Ship identification method and device and computer readable storage medium
CN113705570A (en) * 2021-08-31 2021-11-26 长沙理工大学 Few-sample target detection method based on deep learning
CN115424275A (en) * 2022-08-30 2022-12-02 青岛励图高科信息技术有限公司 Fishing boat brand identification method and system based on deep learning technology

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106022232A (en) * 2016-05-12 2016-10-12 成都新舟锐视科技有限公司 License plate detection method based on deep learning
CN107491752A (en) * 2017-08-14 2017-12-19 中国石油大学(华东) Ship board character recognition method, device in a kind of natural scene based on deep learning
CN109344825A (en) * 2018-09-14 2019-02-15 广州麦仑信息科技有限公司 A kind of licence plate recognition method based on convolutional neural networks
CN109508715A (en) * 2018-10-30 2019-03-22 南昌大学 A kind of License Plate and recognition methods based on deep learning
CN109711401A (en) * 2018-12-03 2019-05-03 广东工业大学 A kind of Method for text detection in natural scene image based on Faster Rcnn

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106022232A (en) * 2016-05-12 2016-10-12 成都新舟锐视科技有限公司 License plate detection method based on deep learning
CN107491752A (en) * 2017-08-14 2017-12-19 中国石油大学(华东) Ship board character recognition method, device in a kind of natural scene based on deep learning
CN109344825A (en) * 2018-09-14 2019-02-15 广州麦仑信息科技有限公司 A kind of licence plate recognition method based on convolutional neural networks
CN109508715A (en) * 2018-10-30 2019-03-22 南昌大学 A kind of License Plate and recognition methods based on deep learning
CN109711401A (en) * 2018-12-03 2019-05-03 广东工业大学 A kind of Method for text detection in natural scene image based on Faster Rcnn

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
SHAOQING REN,KAIMING HE: "Faster R-CNN:towards real-time objectdetection with region proposal networks", 《IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE》 *
张平: "基于深度学习的自然场景文本定位与识别研究", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
谢剑斌: "《视觉感知与智能视频监控》", 31 March 2012, 国防科技大学出版社 *
赵坚勇: "《应用电视技术》", 31 December 2013, 西安电子科技大学出版社 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111291684A (en) * 2020-02-10 2020-06-16 浙江工业大学 Ship board detection method in natural scene
CN111339927A (en) * 2020-02-25 2020-06-26 国网江苏省电力有限公司扬州供电分公司 Intelligent work state identification system for personnel in electric power business hall
CN111582182B (en) * 2020-05-11 2023-08-11 广东创亿源智能科技有限公司 Ship name recognition method, system, computer equipment and storage medium
CN111582182A (en) * 2020-05-11 2020-08-25 广州创亿源智能科技有限公司 Ship name identification method, system, computer equipment and storage medium
CN111814657A (en) * 2020-07-06 2020-10-23 南京工业大学 Unmanned vehicle parking method and system based on image recognition and storage medium
CN111985470A (en) * 2020-07-09 2020-11-24 浙江工业大学 Ship board correction and identification method in natural scene
CN112529003A (en) * 2020-12-09 2021-03-19 安徽工业大学 Instrument panel digital identification method based on fast-RCNN
CN112633277A (en) * 2020-12-30 2021-04-09 杭州电子科技大学 Channel ship board detection, positioning and identification method based on deep learning
CN112633277B (en) * 2020-12-30 2024-04-05 杭州电子科技大学 Channel ship plate detection, positioning and recognition method based on deep learning
CN113095325A (en) * 2021-05-11 2021-07-09 浙江华是科技股份有限公司 Ship identification method and device and computer readable storage medium
CN113705570A (en) * 2021-08-31 2021-11-26 长沙理工大学 Few-sample target detection method based on deep learning
CN113705570B (en) * 2021-08-31 2023-12-08 长沙理工大学 Deep learning-based few-sample target detection method
CN115424275A (en) * 2022-08-30 2022-12-02 青岛励图高科信息技术有限公司 Fishing boat brand identification method and system based on deep learning technology
CN115424275B (en) * 2022-08-30 2024-02-02 青岛励图高科信息技术有限公司 Fishing boat license plate identification method and system based on deep learning technology

Similar Documents

Publication Publication Date Title
CN110598693A (en) Ship plate identification method based on fast-RCNN
CN106295653B (en) Water quality image classification method
CN105574550A (en) Vehicle identification method and device
CN111368690B (en) Deep learning-based video image ship detection method and system under influence of sea waves
CN109977897A (en) A kind of ship&#39;s particulars based on deep learning recognition methods, application method and system again
CN110569843B (en) Intelligent detection and identification method for mine target
CN110647802A (en) Remote sensing image ship target detection method based on deep learning
CN109886147A (en) A kind of more attribute detection methods of vehicle based on the study of single network multiple-task
CN109784278A (en) The small and weak moving ship real-time detection method in sea based on deep learning
CN108921099A (en) Moving ship object detection method in a kind of navigation channel based on deep learning
CN107818321A (en) A kind of watermark date recognition method for vehicle annual test
CN112766218B (en) Cross-domain pedestrian re-recognition method and device based on asymmetric combined teaching network
CN109753962B (en) Method for processing text region in natural scene image based on hybrid network
CN112307919A (en) Improved YOLOv 3-based digital information area identification method in document image
CN112418028A (en) Satellite image ship identification and segmentation method based on deep learning
CN114972918B (en) Remote sensing image ship target identification method based on integrated learning and AIS data
CN108073940A (en) A kind of method of 3D object instance object detections in unstructured moving grids
CN116597438A (en) Improved fruit identification method and system based on Yolov5
CN114529821A (en) Offshore wind power safety monitoring and early warning method based on machine vision
CN112132088B (en) Inspection point missing inspection identification method
CN113447902A (en) Sea surveillance radar target identification method based on machine learning
CN116486228A (en) Paper medicine box steel seal character recognition method based on improved YOLOV5 model
CN114898290A (en) Real-time detection method and system for marine ship
CN115953744A (en) Vehicle identification tracking method based on deep learning
CN113537173B (en) Face image authenticity identification method based on face patch mapping

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20191220

RJ01 Rejection of invention patent application after publication