CN110909638B - Face recognition method and system based on ARM platform - Google Patents

Face recognition method and system based on ARM platform Download PDF

Info

Publication number
CN110909638B
CN110909638B CN201911093841.0A CN201911093841A CN110909638B CN 110909638 B CN110909638 B CN 110909638B CN 201911093841 A CN201911093841 A CN 201911093841A CN 110909638 B CN110909638 B CN 110909638B
Authority
CN
China
Prior art keywords
face
image
area
original image
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.)
Active
Application number
CN201911093841.0A
Other languages
Chinese (zh)
Other versions
CN110909638A (en
Inventor
安民洙
葛晓东
林玉娟
姜贺
梁立宏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Light Speed Intelligent Equipment Co ltd
Tenghui Technology Building Intelligence Shenzhen Co ltd
Original Assignee
Tenghui Technology Building Intelligence Shenzhen Co ltd
Guangdong Light Speed Intelligent Equipment 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 Tenghui Technology Building Intelligence Shenzhen Co ltd, Guangdong Light Speed Intelligent Equipment Co ltd filed Critical Tenghui Technology Building Intelligence Shenzhen Co ltd
Priority to CN201911093841.0A priority Critical patent/CN110909638B/en
Publication of CN110909638A publication Critical patent/CN110909638A/en
Application granted granted Critical
Publication of CN110909638B publication Critical patent/CN110909638B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/172Classification, e.g. identification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/161Detection; Localisation; Normalisation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a face recognition method and a face recognition system based on an ARM platform. The system is used for realizing the face recognition method. The invention not only improves the detection speed of the human face, but also does not reduce the precision of the human face detection, so that the whole recognition system is lighter and has higher practicability without losing the precision.

Description

Face recognition method and system based on ARM platform
[ field of technology ]
The invention relates to the technical field of face recognition, in particular to a face recognition method based on an ARM platform and a system applied to the method.
[ background Art ]
The face recognition technology is a multi-disciplinary technology such as image processing and pattern recognition, and effective characteristic information is obtained by processing and analyzing a face image by a computer so as to perform identity recognition. Compared with other biological recognition technologies, the face recognition method has the characteristics of acquisition non-contact performance, non-compulsory performance, simplicity in operation, visual result, good concealment and the like, and is more acceptable to people. The facial features of the person have the characteristics of stability, uniqueness and the like, and are very suitable for being used as information for distinguishing identity. Face recognition comprises two parts, namely face detection and feature extraction, wherein the face detection is to detect the position of a face on an image, and the feature extraction is to extract the face features on an original image according to the detected position of the face.
The traditional face recognition algorithm mainly depends on geometric structures and gray information, and the recognition accuracy is low. With the development of computer technology, deep learning is started to be applied to the face recognition field, and the accuracy of face detection and recognition is greatly improved. Deep learning relies on multiple convolution layers to extract face features, a certain number of face candidate frames are generated, the candidate frames are processed through training, and finally accurate face positions are obtained. Since convolution operation is very time-consuming, the operation speed of face recognition algorithm based on deep learning is slow. Therefore, how to detect the face in real time becomes a main problem of the face recognition algorithm based on deep learning.
Because the size of the detected image is one of reasons for influencing the face recognition speed, the existing face recognition algorithm directly inputs the whole image to be detected into a network, and for large-scale images, the method can greatly reduce the detection speed due to the fact that convolution is time-consuming and the number of face candidate frames is increased. However, if the image is simply subjected to reduction detection, information of the original image is lost, resulting in a reduction in detection accuracy.
[ invention ]
The invention mainly aims to provide a face recognition method based on an ARM platform, which can improve the face recognition speed.
Another object of the present invention is to provide an ARM platform-based face recognition system that can improve the face recognition speed.
In order to achieve the above main purpose, the face recognition method based on the ARM platform provided by the invention comprises the steps of obtaining an original image picture acquired by image acquisition equipment, wherein the original image picture comprises a target face object to be detected; performing reduced size adjustment on the original image picture to obtain a first face image area; the first face image area is amplified and adjusted in two times to obtain a position coordinate area; and carrying out face detection on a position coordinate area containing the target face object, extracting the face characteristics of the target face object from the position coordinate area, and executing face recognition operation by utilizing the face characteristics.
The original image picture is processed by bilinear interpolation algorithm to obtain the reduced image to be detected, the size of which is 0.5 times of that of the original image picture.
In a further scheme, the MTCNN model is utilized to perform face detection on an original image frame with a reduced size, and the first face image area corresponding to the target face object is determined so as to perform detection screening once.
In a further scheme, a bilinear interpolation algorithm is adopted to amplify and adjust the resolution of the first face image area, so that a position coordinate area which is 2 times of the size of the first face image area and corresponds to a target face object in the original image picture is obtained, the position coordinate area is amplified and adjusted in resolution, and the position of the position coordinate area after the secondary amplification, corresponding to the position of the position coordinate area on the original image picture, is used as a region range of secondary face detection.
In a further scheme, face detection is carried out on a position coordinate area containing a target face object to obtain a second face image area, an image of the second face area is intercepted, face characteristics of the target face object are extracted, and face recognition operation is carried out by utilizing the face characteristics.
Therefore, the face recognition method of the invention firstly reduces the image to be detected to the preset multiple size, carries out face detection on the reduced image to obtain the face frame, enlarges the face frame by the preset multiple size, then enlarges by a certain multiple, and takes the area corresponding to the enlarged original image as the secondary detection range. Then, the face detection is carried out on the detection range, a face frame after the face detection is obtained, a corresponding face is intercepted on an original image according to the face frame, and the face characteristics are extracted, so that the face detection speed is improved, the face detection precision is not reduced, the face detection process is improved, the whole recognition system is lighter, the precision is not lost, and the practicability is higher.
In order to achieve the other purpose, the invention also provides a face recognition system based on the ARM platform, which comprises an image acquisition module, a detection module and a detection module, wherein the image acquisition module is used for acquiring an original image picture acquired by image acquisition equipment, and the original image picture comprises a target face object to be detected; the first processing module is used for carrying out reduced size adjustment on the original image picture to obtain a first face image area; the second processing module is used for obtaining a position coordinate area after the first face image area is respectively amplified and adjusted for two times; and the facial feature recognition module is used for carrying out facial detection on a position coordinate area containing the target facial object, extracting the facial features of the target facial object from the position coordinate area and executing facial recognition operation by utilizing the facial features.
The original image picture is processed by bilinear interpolation algorithm to obtain the reduced image to be detected, the size of which is 0.5 times of that of the original image picture.
In a further scheme, the MTCNN model is utilized to perform face detection on an original image frame with a reduced size, and the first face image area corresponding to the target face object is determined so as to perform detection screening once.
In a further scheme, a bilinear interpolation algorithm is adopted to amplify and adjust the resolution of the first face image area, so that a position coordinate area which is 2 times of the size of the first face image area and corresponds to a target face object in the original image picture is obtained, the position coordinate area is amplified and adjusted in resolution, and the position of the position coordinate area after the secondary amplification, corresponding to the position of the position coordinate area on the original image picture, is used as a region range of secondary face detection.
In a further scheme, face detection is carried out on a position coordinate area containing a target face object to obtain a second face image area, an image of the second face area is intercepted, face characteristics of the target face object are extracted, and face recognition operation is carried out by utilizing the face characteristics.
Therefore, the system provided by the invention is a high-precision face recognition system for embedded equipment, the system firstly reduces the image to be detected to a preset multiple size, face detection is carried out on the reduced image, after a face frame is obtained, the face frame is enlarged by a preset multiple size and then enlarged by a certain multiple, and the enlarged area corresponding to the original image is used as a secondary detection range. Then, the face detection is carried out on the detection range, a face frame after the face detection is obtained, a corresponding face is intercepted on an original image according to the face frame, and the face characteristics are extracted, so that the face detection speed is improved, the face detection precision is not reduced, the face detection process is improved, the whole recognition system is lighter, the precision is not lost, and the practicability is higher.
[ description of the drawings ]
Fig. 1 is a flow chart of an embodiment of a face recognition method based on an ARM platform of the present invention.
Fig. 2 is a schematic block diagram of an embodiment of a face recognition system based on an ARM platform of the present invention.
[ detailed description ] of the invention
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
An embodiment of a face recognition method based on an ARM platform comprises the following steps:
referring to fig. 1, in the face recognition method of the present embodiment, when detecting and recognizing the face of a user, step S1 is first performed to obtain an original image acquired by an image acquisition device. In the embodiment of the invention, the peripheral equipment can be a mobile phone, a camera, an access control system or other equipment with an image acquisition function.
Then, step S2 is performed to perform a reduced size adjustment on the original image frame, so as to obtain a first face image area. Specifically, an original image picture is processed by adopting a bilinear interpolation algorithm, and a to-be-detected reduced image with the size being 0.5 times of that of the original image picture is obtained.
After the reduced image to be detected is obtained, performing face detection on the original image picture with reduced size by using an MTCNN model, and determining a first face image area corresponding to the target face object so as to perform detection screening once.
Next, step S3 is performed to obtain a position coordinate area after performing two-time size enlargement adjustment on the first face image area. The method comprises the steps of amplifying and adjusting resolution of a first face image area by adopting a bilinear interpolation algorithm to obtain a position coordinate area which is 2 times of the first face image area in size and corresponds to a target face object in an original image picture, amplifying and adjusting resolution of the position coordinate area, and taking the position of the position coordinate area which is amplified secondarily as a region range of secondary face detection.
Then, step S4 is performed to perform face detection on the position coordinate area including the target face object.
Then, step S5 is performed to extract facial features of the target face object from the position coordinate area, and face recognition operation is performed using the facial features. And carrying out face detection on the position coordinate area containing the target face object to obtain a second face image area, intercepting the image of the second face area, extracting the facial features of the target face object, and executing face recognition operation by utilizing the facial features.
In practical application, an original image01 containing a target face object to be detected is reduced to one half of the original size by adopting a bilinear interpolation algorithm. And carrying out face detection on the image with the reduced size by adopting an MTCNN method to obtain a face detection frame Box1, namely a first face image area.
Then, the face detection Box1 is enlarged by 2 times to obtain a corresponding position coordinate area in the original image. In the process of size enlargement adjustment, the face detection Box1 is enlarged by 2 times to obtain the coordinate position of the Box1 in the original image 01.
Then, the area is enlarged by 1.2-1.5 times and a small image03 is cut out, wherein the enlargement of 1.2-1.5 times is used for guaranteeing the integrity of the face when the area where the original image01 is cut out is returned.
Then, face detection is performed on the small image03 obtained in the above step, so as to obtain a second face image area as a face detection Box2, and an image04 of the face area is captured, facial features of the target face object are extracted, and face recognition operation is performed by using the facial features. Therefore, the above steps are to increase the speed of face detection by reducing the size of the picture.
Specifically, firstly, an input original image is subjected to reduced size adjustment, and then the reduced image is subjected to face detection, so that a detected face detection Box1 is obtained. As the size of the target face object to be detected becomes smaller, the detection speed becomes faster.
Then, performing face detection on the image with reduced size by adopting an MTCNN method to obtain a face detection Box1, and amplifying the detected face detection Box1 by 2 times to enable the detected face detection Box1 to correspond to the size of the original image, so as to obtain a position coordinate area corresponding to the original image in the original image.
Then, the area is enlarged by 1.2 to 1.5 times, and the corresponding position on the original image is taken as the area range Patch1 for secondary detection. For example, for an image with a size of 1920×1080, a to-be-detected reduced image with a size of 960×540 is obtained by reducing the image to half, a face detection frame Box1 (x 1, y1, width, height) is detected, where x1 and y1 are the upper left corner coordinates of the face detection frame, the position of the face detection frame Box1 in the original image is (x 1-width/2, y1-height/2,2 x width,2 x height), and then the region is amplified by 1.5 times to be (x 1-width, y1-height,3 x width,3 x height), and the region is Patch1.
Then, the face detection is performed again on the image contained in the area range Patch1, and a more accurate face detection Box2 is obtained. Since Patch1 contains a very small image size, the detection speed of this portion is almost negligible.
Then, the face features are extracted according to the position of the face detection Box2 obtained through the second detection. Thus, the detection speed of the human face is improved, and the precision of the human face detection is not reduced.
An embodiment of a face recognition system based on an ARM platform:
fig. 2 is a schematic block diagram of an embodiment of a face recognition system based on an ARM platform according to the present invention. The system comprises an image acquisition module 10, a first processing module 20, a second processing module 30 and a face feature recognition module 40. The face recognition system further comprises a hardware platform, a database module and a video display module.
The hardware platform can be an upper computer and an ARM development board, the upper computer is used for transplanting a driving program and a preset face recognition program to the ARM development board, and the ARM development board is used for running the face recognition program and displaying a recognition result on a display. The face recognition system performs image information acquisition operation through the image acquisition module, and the acquired and recognized information is stored in the database module; for the convenience of the user to manage the face database in the system, a database management function is developed by using the MySQL database in the system.
The image acquisition module 10 is configured to acquire an original image frame acquired by the image acquisition device, where the original image frame includes a target face object to be detected.
The first processing module 20 is configured to perform a downsizing adjustment on the original image frame to obtain a first face image area.
The second processing module 30 is configured to obtain a position coordinate area after performing two-time size magnification adjustment on the first face image area.
The face feature recognition module 40 is configured to perform face detection on a position coordinate area containing a target face object, extract facial features of the target face object from the position coordinate area, and perform face recognition operation using the facial features.
Further, the first processing module 20 is configured to perform a resizing on an original image frame, including: and processing the original image picture by adopting a bilinear interpolation algorithm to obtain a reduced image to be detected, the size of which is 0.5 times of that of the original image picture.
Further, the first processing module 20 is configured to obtain a first face image area, including: and carrying out face detection on the original image picture with the reduced size by using the MTCNN model, and determining a first face image area corresponding to the target face object so as to carry out detection screening once.
Further, the second processing module 30 is configured to obtain a position coordinate area after performing two-time size magnification adjustment on the first face image area, and specifically includes: and amplifying and adjusting the resolution of the first face image area by adopting a bilinear interpolation algorithm to obtain a position coordinate area which is 2 times of the size of the first face image area and corresponds to the target face object in the original image picture, amplifying and adjusting the resolution of the position coordinate area, and taking the position of the position coordinate area which is amplified secondarily on the original image picture as the area range of the secondary face detection.
Further, the face feature recognition module 40 is configured to perform face detection on a location coordinate area including the target face object, and specifically includes: and carrying out face detection on the position coordinate area containing the target face object to obtain a second face image area, intercepting the image of the second face area, extracting the facial features of the target face object, and executing face recognition operation by utilizing the facial features.
Therefore, the system provided by the invention is a high-precision face recognition system for embedded equipment, the system firstly reduces the image to be detected to a preset multiple size, face detection is carried out on the reduced image, after a face frame is obtained, the face frame is enlarged by a preset multiple size and then enlarged by a certain multiple, and the enlarged area corresponding to the original image is used as a secondary detection range. Then, the face detection is carried out on the detection range, a face frame after the face detection is obtained, a corresponding face is intercepted on an original image according to the face frame, and the face characteristics are extracted, so that the face detection speed is improved, the face detection precision is not reduced, the face detection process is improved, the whole recognition system is lighter, the precision is not lost, and the practicability is higher.
It should be noted that the foregoing is only a preferred embodiment of the present invention, but the design concept of the present invention is not limited thereto, and any insubstantial modifications made to the present invention by using the concept fall within the scope of the present invention.

Claims (1)

1. The face recognition method based on the ARM platform is characterized in that the face recognition method based on the ARM platform is executed by a face recognition system based on the ARM platform, and the face recognition system based on the ARM platform comprises the following steps:
the device comprises a hardware platform, a database module and a video display module, wherein the hardware platform is an upper computer and an ARM development board, the upper computer is used for transplanting a driving program and a preset face recognition program to the ARM development board, and the ARM development board is used for running the face recognition program and displaying a recognition result on a display; the face recognition system performs image information acquisition operation through the image acquisition module, and the acquired and recognized information is stored in the database module;
the face recognition method based on the ARM platform comprises the following steps:
acquiring an original image picture acquired by image acquisition equipment, wherein the original image picture comprises a target face object to be detected;
performing reduced size adjustment on the original image picture to obtain a first face image area, wherein the original image picture is processed by adopting a bilinear interpolation algorithm to obtain a reduced image to be detected, the size of which is 0.5 times that of the original image picture;
after the reduced image to be detected is obtained, performing face detection on an original image picture with reduced size by using an MTCNN model, and determining a first face image area corresponding to a target face object so as to perform detection screening for one time;
the first face image area is amplified and adjusted in two times to obtain a position coordinate area; the method comprises the steps of amplifying and adjusting the resolution of a first face image area by adopting a bilinear interpolation algorithm to obtain a position coordinate area which is 2 times of the first face image area and corresponds to a target face object in an original image picture, amplifying and adjusting the resolution of the position coordinate area, and taking the position of the position coordinate area after the secondary amplification corresponding to the original image picture as a region range of secondary face detection; specifically, a face detection frame Box1 is amplified by 2 times to obtain a position coordinate area corresponding to the face detection frame Box in an original image; in the size enlarging and adjusting process, enlarging the human face detection frame Box1 by 2 times to obtain the coordinate position of the human face detection frame in the original image picture; expanding the area by 1.2-1.5 times and cutting out a small image03, wherein the expansion by 1.2-1.5 times is used for ensuring the integrity of the face when the original image01 is returned to the area where the face is cut out;
and carrying out face detection on a position coordinate area containing a target face object to obtain a second face image area, intercepting an image of the second face image area, extracting the face characteristics of the target face object, and executing face recognition operation by utilizing the face characteristics.
CN201911093841.0A 2019-11-11 2019-11-11 Face recognition method and system based on ARM platform Active CN110909638B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911093841.0A CN110909638B (en) 2019-11-11 2019-11-11 Face recognition method and system based on ARM platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911093841.0A CN110909638B (en) 2019-11-11 2019-11-11 Face recognition method and system based on ARM platform

Publications (2)

Publication Number Publication Date
CN110909638A CN110909638A (en) 2020-03-24
CN110909638B true CN110909638B (en) 2023-09-05

Family

ID=69817068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911093841.0A Active CN110909638B (en) 2019-11-11 2019-11-11 Face recognition method and system based on ARM platform

Country Status (1)

Country Link
CN (1) CN110909638B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114359301B (en) * 2020-09-29 2024-05-28 合肥君正科技有限公司 Face clipping optimization method of self-adaptive expansion coefficient
CN112883925B (en) * 2021-03-23 2023-08-29 杭州海康威视数字技术股份有限公司 Face image processing method, device and equipment
CN113673461B (en) * 2021-08-26 2024-03-26 深圳随锐云网科技有限公司 Method and device for realizing face and human shape area selection based on 4K+AI

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426867A (en) * 2015-12-11 2016-03-23 小米科技有限责任公司 Face identification verification method and apparatus
WO2016101767A1 (en) * 2014-12-24 2016-06-30 北京奇虎科技有限公司 Picture cropping method and device and image detecting method and device
CN106650575A (en) * 2016-09-19 2017-05-10 北京小米移动软件有限公司 Face detection method and device
CN107766806A (en) * 2017-09-30 2018-03-06 北京飞搜科技有限公司 A kind of method for detecting human face and system based on change of scale
CN109214303A (en) * 2018-08-14 2019-01-15 北京工商大学 A kind of multithreading dynamic human face based on cloud API is registered method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016101767A1 (en) * 2014-12-24 2016-06-30 北京奇虎科技有限公司 Picture cropping method and device and image detecting method and device
CN105426867A (en) * 2015-12-11 2016-03-23 小米科技有限责任公司 Face identification verification method and apparatus
CN106650575A (en) * 2016-09-19 2017-05-10 北京小米移动软件有限公司 Face detection method and device
CN107766806A (en) * 2017-09-30 2018-03-06 北京飞搜科技有限公司 A kind of method for detecting human face and system based on change of scale
CN109214303A (en) * 2018-08-14 2019-01-15 北京工商大学 A kind of multithreading dynamic human face based on cloud API is registered method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Linux的人脸识别系统设计;陈文浩;《中国优秀硕士学位论文全文数据库 信息科技辑》(第2期);第I138-959页 *

Also Published As

Publication number Publication date
CN110909638A (en) 2020-03-24

Similar Documents

Publication Publication Date Title
CN110909638B (en) Face recognition method and system based on ARM platform
US7949157B2 (en) Interpreting sign language gestures
KR101507662B1 (en) Semantic parsing of objects in video
US8019164B2 (en) Apparatus, method and program product for matching with a template
CN112506340B (en) Equipment control method, device, electronic equipment and storage medium
CN109840524A (en) Kind identification method, device, equipment and the storage medium of text
WO2021097750A1 (en) Human body posture recognition method and apparatus, storage medium, and electronic device
CN110688929A (en) Human skeleton joint point positioning method and device
CN113158974A (en) Attitude estimation method, attitude estimation device, computer equipment and storage medium
KR20160146567A (en) Method and device for detecting variable and fast moving object
CN112991159B (en) Face illumination quality evaluation method, system, server and computer readable medium
CN111179287A (en) Portrait instance segmentation method, device, equipment and storage medium
CN113014914B (en) Neural network-based single face-changing short video identification method and system
CN116862920A (en) Portrait segmentation method, device, equipment and medium
CN114565777A (en) Data processing method and device
CN112860060A (en) Image recognition method, device and storage medium
CN113516609A (en) Split screen video detection method and device, computer equipment and storage medium
CN113760415A (en) Dial plate generation method and device, electronic equipment and computer readable storage medium
Basavaraj et al. Real Time Object Distance and Dimension Measurement using Deep Learning and OpenCV
CN110580444B (en) Human body detection method and device
KR20090042558A (en) Method and device detect face using aam(active appearance model)
CN110599456A (en) Method for extracting specific region of medical image
CN115984316B (en) Industrial image edge extraction method and device for complex environment
CN109784240B (en) Character recognition method, device and storage device
CN112200781A (en) Medical image processing method and device

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

Effective date of registration: 20210831

Address after: 701, 7 / F, No. 60, Chuangxin Third Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province, 519000

Applicant after: Guangdong Light Speed Intelligent Equipment Co.,Ltd.

Applicant after: Tenghui Technology Building Intelligence (Shenzhen) Co.,Ltd.

Address before: 701, 7 / F, No. 60, Chuangxin Third Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province, 519000

Applicant before: Guangdong Light Speed Intelligent Equipment Co.,Ltd.

GR01 Patent grant
GR01 Patent grant