CN111126377A - Method for improving detection efficiency of detected target - Google Patents

Method for improving detection efficiency of detected target Download PDF

Info

Publication number
CN111126377A
CN111126377A CN201911023834.3A CN201911023834A CN111126377A CN 111126377 A CN111126377 A CN 111126377A CN 201911023834 A CN201911023834 A CN 201911023834A CN 111126377 A CN111126377 A CN 111126377A
Authority
CN
China
Prior art keywords
target
detected
picture
pictures
detection
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
CN201911023834.3A
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.)
JIANGXI YUNYAN DASHIJIE TECHNOLOGY Co.,Ltd.
Original Assignee
Shenzhen Antelope Ultimate 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 Shenzhen Antelope Ultimate Technology Co ltd filed Critical Shenzhen Antelope Ultimate Technology Co ltd
Priority to CN201911023834.3A priority Critical patent/CN111126377A/en
Publication of CN111126377A publication Critical patent/CN111126377A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/25Determination of region of interest [ROI] or a volume of interest [VOI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • 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

Abstract

The invention discloses a method for improving detection efficiency of a detected target, which comprises the following steps: 1) training a region range in which a target is likely to appear in a scene by taking the scene as a unit; 2) identifying the scene of the picture to be detected, and cutting the picture to be detected according to the area range learned in the step (1); 3) reducing and numbering the cut pictures, and then splicing a plurality of reduced pictures; processing the pictures according to the serial number sequence during picture splicing; 4) sending the spliced pictures to a target detection algorithm model for target detection; 5) a plurality of target results obtained by target detection are reversely transformed one by one and mapped to corresponding original images; 6) and cutting the target information corresponding to the cut picture, and performing subsequent target identification. According to the invention, pictures to be detected and identified are cut, reduced and spliced; and finally, target detection and identification are carried out on the spliced big image, so that a plurality of images are detected at one time, and the processing efficiency of a detection algorithm is effectively improved.

Description

Method for improving detection efficiency of detected target
Technical Field
The invention relates to a computer vision technology, in particular to a method for improving detection efficiency of a detected target.
Background
Object detection and recognition is a very important research direction in the field of computer vision, and is to distinguish an object from an uninteresting part in an image, judge whether the object exists, and determine the position of the object if the object exists, and the recognition of the object is a computer vision task. With the rapid development of the internet, artificial intelligence technology and intelligent hardware, a large amount of image data exists in human life, so that the computer vision technology plays an increasingly greater role in human life, and the research on computer vision is more and more intense.
In practical applications, the computational power of the target detection and recognition calculation is constant, that is, the number of input continuous image sequence sets that can be processed in a unit time is constant. The calculation for target detection and identification usually needs the hardware support of a display card, and the price is generally expensive. This limits enterprise-level applications of target detection and identification to some extent. How to improve the processing efficiency of the detection algorithm and reduce the cost of the product becomes a problem to be solved at present.
In view of this, the present disclosure provides a method for improving the efficiency of detecting a target. Global detection statistical learning is carried out on the detected and identified target data to obtain the region range where the target is likely to appear; cutting the picture to be detected and identified according to the area, reducing a plurality of cut pictures, and splicing into a large picture; and finally, inputting the spliced large image into an algorithm model for target detection and identification. The effect of detecting a plurality of pictures at one time is achieved, and therefore the processing efficiency of the detection algorithm is improved. And finally, mapping the detection result back to the corresponding original image, extracting the target detected in the original image and then carrying out target identification. The method aims to adapt to the target detection and recognition algorithm model and improve the single processing efficiency of the algorithm model.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method for improving the detection efficiency of a detection target, aiming at the defects in the prior art.
The technical scheme adopted by the invention for solving the technical problems is as follows: a method for improving detection efficiency of a detected target comprises the following steps:
1) taking a scene as a unit, carrying out statistical learning on the detected and identified target data in a machine learning mode, and training a region range in which a target possibly appears in the scene; the scene is a fixed scene;
2) identifying the scene of the picture to be detected, and cutting the picture to be detected according to the identified scene result and the area range learned in the step 1);
3) reducing and numbering the cut pictures, and then splicing a plurality of reduced pictures; processing the pictures according to the serial number sequence during picture splicing;
4) sending the spliced pictures to a target detection algorithm model for target detection;
5) a plurality of target results obtained by target detection are reversely transformed one by one and mapped to corresponding original images;
6) and cutting the target information corresponding to the cut picture, and performing subsequent target identification.
According to the scheme, the reduction ratio in the step 3) is set as follows: the reduced proportion is less than or equal to the minimum resolution ratio of the detectable target in the target detection and recognition algorithm model/the minimum resolution ratio of the recognizable target. The optimum value is the minimum value of the reduction ratio, i.e., the minimum resolution at which the target can be detected/the minimum resolution at which the target can be recognized.
According to the scheme, the resolution of the picture spliced in the step 3) is not greater than the resolution of the input picture of the target detection algorithm model.
The invention has the following beneficial effects: the method comprises the steps of carrying out global detection statistical learning on target data which are detected and identified to obtain a region range in which a target is likely to appear; cutting the picture to be detected and identified according to the area, reducing a plurality of cut pictures, and splicing into a large picture; and finally, inputting the spliced large image into an algorithm model for target detection and identification. The method and the device achieve the purpose of detecting multiple pictures at one time and improve the processing efficiency of the detection algorithm.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a method of an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, a method for improving detection efficiency of a detection target includes the following steps:
step 1: and taking a scene as a unit, and performing statistical learning on the detected and identified target data in a machine learning mode to train out the region range in which the target may appear in the scene.
Step 2: and (4) cutting the picture to be detected according to the area range learned in the step (1), and then reducing. The reduction ratio is as follows: the minimum resolution at which the target can be detected/identified (in the target detection and identification algorithm model). The basis is as follows: the pixel requirement for the target to be identified is higher than the pixel requirement for the target to be detected (the minimum resolution requirement for the target to be identified is 70x70, and the minimum resolution requirement for the target to be detected is 35x 35), usually by a ratio of several times. And the detected target can be identified to be valid target data, and only the target which cannot be identified can be detected to belong to invalid data.
And step 3: and (3) generating a plurality of pictures processed in the step (2), and splicing the pictures. The resolution of the spliced picture is not greater than the resolution of the input picture of the target detection algorithm model (if greater than this, the target detection algorithm will shrink the picture, possibly resulting in that the target data cannot be normally detected). And then the target is sent to a target detection algorithm model for target detection.
And 4, step 4: and (4) performing reverse transformation on the plurality of target results detected in the step (3) one by one, and mapping the target results to corresponding original drawings. Corresponding to the corresponding reduced picture; then, scaling up the picture to correspond to the cut picture; and then cutting the target information corresponding to the cut picture, and performing subsequent target identification.
One example of the inventive method for re-identification of a person:
step S101) determines a detection area by means of global detection of the past mass data.
Step S102) cutting the original picture based on the area determined in the step S101) to obtain a cut picture; and reducing the cut picture by a reduction ratio of 4 to obtain a reduced picture.
The minimum resolution for detecting the target comes from the target detection model;
the minimum resolution capable of identifying the target is the minimum resolution capable of identifying the target and is from the target identification model;
step S103) splicing the reduced pictures generated in the step S102) to obtain spliced pictures. And then the target is sent to a target detection model for target detection.
Step S104) finding the corresponding (generated in step S102) reduced pictures one by one according to the plurality of target results detected in step S103); and then, the image is enlarged in scale and is generated corresponding to the (step S101). So as to carry out face recognition on the detected face area in the original image in the following process.
And (5) comparing the detection result obtained by performing face detection on the spliced picture in the step S104) with the detection result obtained by performing face detection identification on the original picture, and finding that the number and the area position of the faces of the spliced picture and the original picture are consistent. The purpose of returning the detection result of 4 pictures in one detection can be achieved.
It will be understood that modifications and variations can be made by persons skilled in the art in light of the above teachings and all such modifications and variations are intended to be included within the scope of the invention as defined in the appended claims.

Claims (4)

1. A method for improving detection efficiency of a detected target is characterized by comprising the following steps:
1) taking a scene as a unit, carrying out statistical learning on the detected and identified target data in a machine learning mode, and training a region range in which a target possibly appears in the scene; the scene is a fixed scene;
2) identifying the scene of the picture to be detected, and cutting the picture to be detected according to the area range learned in the step (1);
3) reducing and numbering the cut pictures, and then splicing a plurality of reduced pictures; processing the pictures according to the serial number sequence during picture splicing;
4) sending the spliced pictures to a target detection algorithm model for target detection;
5) a plurality of target results obtained by target detection are reversely transformed one by one and mapped to corresponding original images;
6) and cutting the target information corresponding to the cut picture, and performing subsequent target identification.
2. The method for improving the efficiency of detecting the target according to claim 1, wherein the scale reduction in step 3) is set as follows: the reduced proportion is less than or equal to the minimum resolution ratio of the detectable target in the target detection and recognition algorithm model/the minimum resolution ratio of the recognizable target.
3. The method for improving the efficiency of detecting the target according to claim 1, wherein the scale reduction in step 3) is set as follows: the scale of reduction is equal to the minimum resolution at which the object can be detected/the minimum resolution at which the object can be recognized.
4. The method for improving the efficiency of detecting the target according to claim 1, wherein the resolution of the picture spliced in step 3) is not greater than the resolution of the input picture of the target detection algorithm model.
CN201911023834.3A 2019-10-25 2019-10-25 Method for improving detection efficiency of detected target Pending CN111126377A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911023834.3A CN111126377A (en) 2019-10-25 2019-10-25 Method for improving detection efficiency of detected target

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911023834.3A CN111126377A (en) 2019-10-25 2019-10-25 Method for improving detection efficiency of detected target

Publications (1)

Publication Number Publication Date
CN111126377A true CN111126377A (en) 2020-05-08

Family

ID=70495430

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911023834.3A Pending CN111126377A (en) 2019-10-25 2019-10-25 Method for improving detection efficiency of detected target

Country Status (1)

Country Link
CN (1) CN111126377A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113344957A (en) * 2021-07-19 2021-09-03 北京城市网邻信息技术有限公司 Image processing method, image processing apparatus, and non-transitory storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937508A (en) * 2010-09-30 2011-01-05 湖南大学 License plate localization and identification method based on high-definition image
US20180240249A1 (en) * 2017-02-23 2018-08-23 Hitachi, Ltd. Image Recognition System
CN109726739A (en) * 2018-12-04 2019-05-07 深圳大学 A kind of object detection method and system
CN109948415A (en) * 2018-12-30 2019-06-28 中国科学院软件研究所 Remote sensing image object detection method based on filtering background and scale prediction
CN110348435A (en) * 2019-06-17 2019-10-18 武汉大学 A kind of object detection method and system based on clipping region candidate network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101937508A (en) * 2010-09-30 2011-01-05 湖南大学 License plate localization and identification method based on high-definition image
US20180240249A1 (en) * 2017-02-23 2018-08-23 Hitachi, Ltd. Image Recognition System
CN109726739A (en) * 2018-12-04 2019-05-07 深圳大学 A kind of object detection method and system
CN109948415A (en) * 2018-12-30 2019-06-28 中国科学院软件研究所 Remote sensing image object detection method based on filtering background and scale prediction
CN110348435A (en) * 2019-06-17 2019-10-18 武汉大学 A kind of object detection method and system based on clipping region candidate network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄志成等: "一种基于多人视频的人脸识别考勤方法" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113344957A (en) * 2021-07-19 2021-09-03 北京城市网邻信息技术有限公司 Image processing method, image processing apparatus, and non-transitory storage medium
CN113344957B (en) * 2021-07-19 2022-03-01 北京城市网邻信息技术有限公司 Image processing method, image processing apparatus, and non-transitory storage medium

Similar Documents

Publication Publication Date Title
CN112418216B (en) Text detection method in complex natural scene image
US20060110029A1 (en) Pattern recognizing method and apparatus
CN107480585B (en) Target detection method based on DPM algorithm
CN111027526B (en) Method for improving detection and identification efficiency of vehicle target
CN113033543B (en) Curve text recognition method, device, equipment and medium
CN111552837A (en) Animal video tag automatic generation method based on deep learning, terminal and medium
CN111611988A (en) Picture verification code identification method and device, electronic equipment and computer readable medium
CN111898610B (en) Card unfilled corner detection method, device, computer equipment and storage medium
US9081800B2 (en) Object detection via visual search
CN113688820A (en) Stroboscopic stripe information identification method and device and electronic equipment
CN109034032B (en) Image processing method, apparatus, device and medium
CN111126377A (en) Method for improving detection efficiency of detected target
CN114612418A (en) Method, device and system for detecting surface defects of mouse shell and electronic equipment
CN111523423B (en) Power equipment identification method and device
CN114255493A (en) Image detection method, face detection device, face detection equipment and storage medium
CN111192312B (en) Depth image acquisition method, device, equipment and medium based on deep learning
CN111274863B (en) Text prediction method based on text mountain probability density
CN112434581A (en) Outdoor target color identification method and system, electronic device and storage medium
CN116805387A (en) Model training method, quality inspection method and related equipment based on knowledge distillation
CN115439850A (en) Image-text character recognition method, device, equipment and storage medium based on examination sheet
CN115953744A (en) Vehicle identification tracking method based on deep learning
CN115601586A (en) Label information acquisition method and device, electronic equipment and computer storage medium
CN113657137A (en) Data processing method and device, electronic equipment and storage medium
CN111428813A (en) Panel number identification and pressing method based on deep learning
CN113474786A (en) Electronic purchase order identification method and device and terminal equipment

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
TA01 Transfer of patent application right

Effective date of registration: 20210205

Address after: 518057 high tech community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen antelope video cloud Technology Co.,Ltd.

Address before: 518000 unit 01, 13 / F, Yihua financial technology building, 2388 Houhai Avenue, hi tech park, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: SHENZHEN ANTELOPE ULTIMATE TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220308

Address after: 330000 room 911, building a, Taihao science and Technology Plaza, 3088 Ziyang Avenue, Nanchang high tech Industrial Development Zone, Nanchang City, Jiangxi Province

Applicant after: JIANGXI YUNYAN DASHIJIE TECHNOLOGY Co.,Ltd.

Address before: 518057 high tech community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: Shenzhen antelope video cloud Technology Co.,Ltd.

TA01 Transfer of patent application right