WO2020248387A1 - Procédé et appareil de reconnaissance faciale basés sur de multiples caméras, et terminal et support de stockage - Google Patents

Procédé et appareil de reconnaissance faciale basés sur de multiples caméras, et terminal et support de stockage Download PDF

Info

Publication number
WO2020248387A1
WO2020248387A1 PCT/CN2019/103389 CN2019103389W WO2020248387A1 WO 2020248387 A1 WO2020248387 A1 WO 2020248387A1 CN 2019103389 W CN2019103389 W CN 2019103389W WO 2020248387 A1 WO2020248387 A1 WO 2020248387A1
Authority
WO
WIPO (PCT)
Prior art keywords
face image
face
camera device
angle
sample database
Prior art date
Application number
PCT/CN2019/103389
Other languages
English (en)
Chinese (zh)
Inventor
戴磊
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020248387A1 publication Critical patent/WO2020248387A1/fr

Links

Images

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/161Detection; Localisation; Normalisation
    • G06V40/166Detection; Localisation; Normalisation using acquisition arrangements
    • 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
    • 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

Definitions

  • This application relates to the field of image recognition technology, and in particular to a face recognition method based on multiple cameras, a face recognition device based on multiple cameras, a terminal and a storage medium.
  • face recognition technology as a high-end and reliable means of identity detection, has greatly improved the user experience in modern production and life applications, so it can be widely used in access management, Monitoring management, computer security protection, photo search, ATM machine intelligent video alarm, railway security inspection and identification and other applications.
  • a multi-channel camera device is generally used to capture the image of the face to be recognized, and then through a series of image preprocessing and image recognition processing, the face in the captured image is processed Recognition, obtain the identity recognition result of the face to be recognized.
  • the inventor found that the current general practice is that all camera devices share the same sample database, but the placement of each camera device, the environment, and the angle at which the face is captured may be different, resulting in the same sample database.
  • the adaptability is different. For example, the shooting angle, for a sample database where the face images in the sample database are all frontal images, the face recognition effect corresponding to the face image captured by the camera device with the frontal shooting angle is good, otherwise it will be worse. .
  • the first aspect of the embodiments of the present application provides a face recognition method based on multi-channel camera.
  • the face recognition method based on multi-channel camera includes:
  • the smallest angle difference is selected from the angle difference as the target angle difference
  • the second aspect of the embodiments of the present application also provides a face recognition device based on multi-channel camera, the face recognition device based on multi-channel camera includes:
  • a sample database establishment module for establishing a sample database corresponding to each camera device in the preset multi-channel camera device, and the photographing angle of the face image in the sample database is the same as the photographing angle of the corresponding camera device;
  • the face image acquisition module is used to acquire multiple faces to be measured in the face images to be measured taken by each camera at the same time;
  • a shooting angle recognition module configured to recognize the shooting angle of the face image to be tested according to a pre-trained face angle recognition model
  • An angle difference calculation module configured to calculate the angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera device
  • the target difference determination module is configured to filter out the smallest angle difference from the angle difference as the target angle difference
  • a sample database determining module configured to determine the sample database of the camera device corresponding to the target angle difference as the target sample database
  • the face recognition module is configured to recognize, according to the face image in the target sample database, the face image to be measured taken by the camera device corresponding to the target angle difference.
  • the third aspect of the embodiments of the present application further provides a terminal, the terminal includes a processor, and the processor is configured to implement the multi-channel camera-based face of any one of the above when executing computer-readable instructions stored in the memory. recognition methods.
  • the fourth aspect of the embodiments of the present application also provides a non-volatile readable storage medium having computer readable instructions stored on the non-volatile readable storage medium, and the computer readable instructions are implemented when executed by a processor
  • the embodiment of the application provides a face recognition method based on multiple cameras, a face recognition device based on multiple cameras, a terminal, and a non-volatile readable storage medium, which are preset for each camera in the multiple camera
  • the device establishes a sample database, and the photographing angle of the face image in the sample database is the same as the photographing angle of the corresponding camera device; acquiring a plurality of faces to be measured of the faces to be measured that are simultaneously photographed by each camera Image; recognize the shooting angle of the face image to be tested according to a pre-trained face angle recognition model; calculate the angle difference between the shooting angle of the face image to be tested and the shooting angle of each camera The smallest angle difference is selected from the angle difference as the target angle difference; the sample database of the camera device corresponding to the target angle difference is determined as the target sample database; according to the target sample database The face image recognizes the face image to be measured taken by the camera device corresponding to the target angle difference.
  • a sample database is established for each camera setting of the multi-channel camera device, and the shooting angle of the face image stored in the sample database is the same as the shooting angle of the corresponding camera device.
  • face recognition for the captured face image to be tested, select the face image in the sample database that is closest to its shooting angle for comparison, so that the face image to be tested is the closest to its shooting angle and environment Perform face comparison to improve the accuracy of face recognition and increase the rate of face recognition.
  • FIG. 1 is a flowchart of a face recognition method based on multi-channel camera provided by an embodiment of the present application.
  • FIG. 2 is a schematic structural diagram of a terminal according to an embodiment of the present application.
  • Fig. 3 is an exemplary functional block diagram of the terminal shown in Fig. 2.
  • FIG. 1 is a flowchart of a face recognition method based on multiple cameras in the first embodiment of the present application.
  • the face recognition method based on multiple cameras can be applied to a terminal 1, and the terminal 1 may be, for example, a smart phone, Smart devices such as notebook computers, desktop/tablet computers, smart watches, and personal digital assistants (PDAs).
  • the face recognition method based on multi-channel camera may include the following steps:
  • S101 Establish a sample database for each of the preset multi-channel camera devices, and the photographing angle of the face image in the sample database is the same as the photographing angle of the corresponding camera device.
  • the preset multi-channel camera device is a camera device preset at multiple shooting positions. Due to the different shooting positions, the corresponding camera devices have different angles, and the angles of the captured face images are also different.
  • the camera device may be one or more of a camera, a digital camera, and a digital camera.
  • the number of the camera devices is not limited here, and the number of the camera devices can be set according to the actual shooting angle. Taking the number of the camera devices as three as an example, the preset multi-channel camera device includes a first camera device, a second camera device, and a third camera device arranged in a common center.
  • the shooting angle is relative.
  • the position of the first camera device located in the center as 0°, and the angle of the face image captured by the corresponding first camera device is 0°;
  • the position of the second camera on the right becomes a positive angle, and the angle of the face image taken by the corresponding second camera is positive;
  • all the third cameras located on the left of the first camera The position of the road camera device becomes a negative angle, and the corresponding angle of the face image taken by the third road camera device is negative.
  • the center is used as the center point
  • three different positions are set, namely the first position, the second position, and the third position.
  • the first position is 0°
  • the first position is installed with the first camera
  • the second position is +90°
  • the second position is installed with the second camera
  • the third position is -90°
  • a third camera is installed at the third position.
  • the angle of the face taken by the first camera is 0°, and the face taken at this angle is a front face
  • the angle of the face taken by the second camera is +90°, and the person taken at this angle
  • the face is the right face
  • the face angle taken by the third camera device is -90°
  • the face taken at this angle is the left face.
  • an independent sample database of left face/front face/right face is set up, and the independent sample database of left face/front face/right face is used to store the left face/front face/right face sample photos of different users.
  • the establishing a sample database for each camera device in the preset multi-channel camera device includes: taking the center as the center point, setting the shooting angle of the first camera device to 0°, and setting the second camera device
  • the shooting angle of the camera device is +90°
  • the shooting angle of the third camera device is set to -90°
  • the first camera device, the second camera device, and the third camera device are controlled Simultaneously photograph a preset number of target testers for each of the target testers to obtain face images of different shooting angles; take the preset number of faces of the target testers captured by the first camera
  • the image is used as the first sample database of the first camera, and the preset number of face images of the target tester captured by the second camera are used as the second
  • the sample database uses the preset number of face images of the target tester captured by the third camera device as the third sample database of the third camera device. Wherein, the preset number is preset, and the number of target testers who need to collect face images.
  • the sample database in addition to storing a preset number of face images of the target tester in the first sample database, the second sample database, and the third sample database, the sample database also includes human faces.
  • Image identification the face image identification of the same target tester is unique, and the face image identification is used to identify the identity information of the corresponding tester. Therefore, in one embodiment, it is also possible to perform face recognition by judging whether the face image identifiers are consistent. When the judgment result is that the face image identifiers are consistent, the face recognition is successful; when the judgment result is all When the face image identification is inconsistent, the face recognition fails. Performing face recognition through the face image identification can improve the efficiency of face recognition.
  • multiple target testers can be contacted, so that each target tester is facing the first camera device located in the center, and the target tester is photographed simultaneously through the first, second and third camera devices, namely Face images of different shooting angles can be obtained.
  • the multiple face images of multiple target testers captured by the first camera device are used as the first sample database corresponding to the first camera device; the multiple face images of multiple target testers captured by the second camera device One face image is used as the second sample database corresponding to the second camera; the multiple face images of multiple target testers captured by the third camera are taken as the third camera corresponding to the third camera.
  • Sample database In this way, it is possible to establish a sample database corresponding to the camera devices at a plurality of preset positions, and the shooting angle of the face image in each sample database corresponds to the shooting angle of the camera device.
  • S102 Acquire multiple face images to be measured of faces to be measured that are simultaneously photographed by each camera.
  • the method further includes: photographing each camera device
  • the face image to be tested is preprocessed, and the preprocessing includes one or more of the following: image denoising processing; light normalization processing; posture calibration processing; gray-scale normalization processing. It is understandable that, after acquiring multiple face images of the face to be measured that are simultaneously captured by each camera device, preprocessing the face image to be measured can further improve the face of the face to be measured. The sharpness of the image facilitates the extraction of more discriminative facial features.
  • S103 Recognize the shooting angle of the face image to be tested according to the pre-trained face angle recognition model.
  • the shooting angle of the face image to be tested is recognized according to a pre-trained face angle recognition model.
  • the recognizing the shooting angle of the face image to be tested includes: acquiring the face image to be tested taken by the first camera; inputting the face image to be tested into a pre-trained face angle recognition model; Confirm the shooting angle of the face to be detected through the pre-trained face angle recognition model.
  • the pre-trained face angle recognition model is a model pre-trained by a terminal user for recognizing the shooting angle of a face image.
  • the training process of the face angle recognition model includes: acquiring a face image data set, the face image data set including a plurality of people's face images of different shooting angles; Divide to obtain a training set and a test set; input the face images in the training set into a preset neural network model for training to obtain a face angle recognition model; input the face images in the test set to the The face angle recognition model is tested to obtain a test pass rate; when the test pass rate is greater than or equal to the preset pass rate threshold, the training of the face angle recognition model ends; if the test pass rate is less than the When the pass rate threshold is preset, the number of face images in the training set is increased, and the face angle recognition model is retrained.
  • the preset pass rate threshold is preset by the terminal user according to an empirical value.
  • S104 Calculate the angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera.
  • the shooting angle of each camera device is known, and the difference between the shooting angle of the face image to be measured and the shooting angle of each camera device is obtained by calculation. Angle difference.
  • the smallest angle difference is selected from the angle difference as the target angle difference. It can be understood that the target angle difference indicates the shooting angle of the face image to be measured It is the closest to the shooting angle of the corresponding camera device, so the face recognition effect will be the best.
  • S106 Determine the sample database of the camera device corresponding to the target angle difference as the target sample database.
  • the sample database of the camera device corresponding to the target angle difference is determined as the target sample database. It can be understood that the face image in the target sample database is the same as the target sample database. The shooting angle of the face image is the closest, so the face recognition effect will be the best.
  • S107 Identify, according to the face image in the target sample database, the face image to be measured taken by the camera device corresponding to the target angle difference.
  • the recognizing, according to the face image in the target sample database, the face image to be measured taken by the camera corresponding to the target angle difference includes: extracting the face to be measured The facial features of the image and the facial features of the facial image in the target sample database; calculating the similarity between the facial features of the facial image to be tested and the facial features of the facial image in the target sample database; Determine whether the similarity is greater than or equal to the preset similarity threshold; if the judgment result is that the similarity is greater than or equal to the preset similarity threshold, output the face image corresponding to the similarity in the sample database as the result Describe the face recognition result of the face image to be tested.
  • the shooting angle of the corresponding face image in the target sample database is consistent with the shooting angle of the face image to be tested.
  • the preset similarity threshold can be flexibly set according to specific application scenarios, for example, a simulation can be performed with facial image features corresponding to multiple photos, and finally a threshold is determined as the preset similarity threshold.
  • the method further includes: identifying, according to the first sample database, the to-be-photographed by the first camera The first candidate face image of the face image to be tested; the second candidate face image of the face image to be tested taken by the second camera device is identified according to the second sample database; according to the third The sample database identifies the third candidate face image of the face image to be tested taken by the third-channel camera device; determines the first candidate face image, the second candidate face image, and the first candidate face image Whether the three candidate face images are the same person's face image; if the judgment result is that the first candidate face image, the second candidate face image, and the third candidate face image are the same person's face Image, the first candidate face image is output as the final face recognition result.
  • the method further includes: respectively acquiring the face image identifiers corresponding to the first candidate face image, the second candidate face image, and the third candidate face image; and judging the first candidate face image; Whether the face image identification of a candidate face image, the face image identification of the second candidate face image, and the face image identification of the third candidate face image are the same; if the judgment result is the face image If the identifiers are the same, the first candidate face image corresponding to the facial image identifier is output as the final facial recognition result.
  • the number of the first candidate face image, the second candidate face image, and the third candidate face image may be one or more.
  • the number of the first candidate face image, the second candidate face image, and the third candidate face image is one and the face image of the same person, output the first candidate face The image is used as the final face recognition image.
  • the number of the first candidate's face image, the second candidate's face image, and the third candidate's face image is one and not the same person's face image, it means that each camera is taken If the received face image and the face image in the corresponding target sample database are not the same as the result of face recognition, the final face recognition fails; when the first candidate face image, the second candidate face image and When the number of the third candidate face images has the same face images but the number is not unique, acquiring the similarity between the face features corresponding to each same candidate face image and the face features in the target sample database, The three similarity values are summed to obtain the similarity and value of each identical candidate face image; the candidate face image with the highest similarity and value is output as the final face recognition result.
  • the embodiment of the present application provides a face recognition method based on multi-channel camera.
  • a sample database is established for each camera device in the preset multi-channel camera device.
  • the shooting angle of the face image in the sample database and the corresponding The shooting angles of the camera devices are the same; acquiring multiple face images to be tested of the face to be tested taken by each camera at the same time; identifying the face image of the face to be tested according to a pre-trained face angle recognition model Shooting angle; calculating the angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera; selecting the smallest angle difference from the angle difference as the target angle difference Determine the sample database of the camera device corresponding to the target angle difference as the target sample database; identify the person to be tested taken by the camera device corresponding to the target angle difference according to the face image in the target sample database Face image.
  • a sample database is established for each camera setting of the multi-channel camera device, and the shooting angle of the face image stored in the sample database is the same as the shooting angle of the corresponding camera device.
  • face recognition for the captured face image to be tested, select the face image in the sample database that is closest to its shooting angle for comparison, so that the face image to be detected is the closest to its shooting angle and environment Perform face comparison to improve the accuracy of face recognition and increase the rate of face recognition.
  • An embodiment of the present application also provides a terminal 1, including a memory 10, a processor 30, and a computer program stored in the memory 10 and capable of running on the processor 30.
  • the processor 30 implements any of the foregoing when the program is executed. The steps of the face recognition method based on multi-channel camera described in the implementation mode.
  • FIG. 2 is a schematic structural diagram of a terminal 1 according to an embodiment of the present application.
  • the terminal 1 includes a memory 10 in which a face recognition device 100 based on multi-channel photography is stored.
  • the terminal 1 may be a terminal 1 with application display function, such as a mobile phone, a tablet computer, or a personal digital assistant.
  • the face recognition device 100 based on multi-channel camera can establish a sample database for each camera device in the preset multi-channel camera device, and the shooting angle of the face image in the sample database corresponds to the corresponding camera device.
  • the shooting angles are the same; acquiring multiple face images to be measured of the face to be measured that are shot simultaneously by each camera device; identifying the shooting angle of the face image to be measured according to a pre-trained face angle recognition model; calculate The angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera device; the smallest angle difference is selected from the angle difference as the target angle difference;
  • the sample database of the camera device of the target angle difference is determined as the target sample database; the face image to be measured taken by the camera device corresponding to the target angle difference is identified according to the face image in the target sample database.
  • a sample database is established for each camera setting of the multi-channel camera device, and the shooting angle of the face image stored in the sample database is the same as the shooting angle of the corresponding camera device.
  • face recognition for the captured face image to be tested, select the face image in the sample database that is closest to its shooting angle for comparison, so that the face image to be detected is the closest to its shooting angle and environment Perform face comparison to improve the accuracy of face recognition and increase the rate of face recognition.
  • the terminal 1 may further include a display screen 20 and a processor 30.
  • the memory 10 and the display screen 20 may be electrically connected to the processor 30 respectively.
  • the memory 10 may be different types of storage devices for storing various types of data.
  • it can be the memory or internal memory of the terminal 1, or a memory card that can be externally connected to the terminal 1, such as flash memory, SM card (Smart Media Card), SD card (Secure Digital Card, secure digital card) Wait.
  • the memory 10 may include a non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a smart memory card (Smart Media Card, SMC), a Secure Digital (SD) card, a flash memory card (Flash Card), At least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device.
  • the memory 10 is used to store various types of data.
  • the memory 10 can store various types of applications installed in the terminal 1, and the memory 10 can also store applications based on the multi-channel camera. Information such as data obtained by face recognition methods.
  • the display screen 20 is installed in the terminal 1 for displaying information.
  • the processor 30 is configured to execute the face recognition method based on multi-channel cameras and various software installed in the terminal 1, such as an operating system and application display software.
  • the processor 30 includes, but is not limited to, a processor (Central Processing Unit, CPU), a Micro Controller Unit (Micro Controller Unit, MCU) and other devices for interpreting computers and processing data in computer software.
  • a processor Central Processing Unit, CPU
  • MCU Micro Controller Unit
  • the multi-channel camera-based face recognition device 100 may include one or more modules, and the one or more modules are stored in the memory 10 of the terminal 1 and configured to be composed of one or more processors ( This embodiment is executed by a processor 30) to complete the embodiment of the present application.
  • the face recognition device 100 based on multi-channel cameras may include a sample database establishment module 101, a face image acquisition module 103, a shooting angle recognition module 105, an angle difference calculation module 107, and a target difference
  • the module referred to in the embodiment of the present application may be a program segment that completes a specific function, and is more suitable for describing the execution process of software in the processor 30 than a program.
  • the terminal 1 may include some or all of the functional modules shown in FIG. 3, and the functions of each module will be described in detail below . It should be noted that the same noun related terms and specific explanations in the above embodiments of the face recognition method based on multi-channel camera can also be applied to the following functional introduction of each module. To save space and avoid repetition, I won’t repeat them here.
  • the sample database establishment module 101 may be used to establish a sample database corresponding to each camera device in the preset multi-channel camera device, and the photographing angle of the face image in the sample database is the same as the photographing angle of the corresponding camera device.
  • the face image acquisition module 103 may be used to acquire multiple faces to be measured in the face images to be measured that are simultaneously captured by each camera.
  • the shooting angle recognition module 105 may be used to recognize the shooting angle of the face image to be tested according to a pre-trained face angle recognition model.
  • the angle difference calculation module 107 may be used to calculate the angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera device.
  • the target difference value determining module 109 may be used to filter the smallest angle difference value from the angle difference values as the target angle difference value.
  • the sample database determining module 111 may be used to determine the sample database of the camera device corresponding to the target angle difference as the target sample database.
  • the face recognition module 113 may be configured to recognize, according to the face images in the target sample database, the face images to be measured taken by the camera device corresponding to the target angle difference.
  • the embodiments of the present application also provide a non-volatile readable storage medium, on which computer-readable instructions are stored, and when the computer-readable instructions are executed by the processor 30, the multi-channel camera-based system in any of the above embodiments is implemented The steps of the face recognition method.
  • the multi-channel camera-based face recognition device 100/terminal 1/computer equipment integrated module/unit is realized in the form of a software functional unit and sold or used as an independent product, it can be stored in a non-volatile memory. Read the storage medium.
  • this application implements all or part of the processes in the above-mentioned implementation methods, and can also be completed by instructing relevant hardware by a computer program, which can be stored in a non-volatile readable storage medium
  • the computer program is executed by the processor 30, the steps of the foregoing method embodiments can be implemented.
  • the computer program includes computer-readable instructions, and the computer-readable instructions may be in the form of source code, object code, executable files, or some intermediate forms.
  • a sample database is established for each of the preset multi-channel camera devices, and the photographing angle of the face image in the sample database is corresponding to the The shooting angles of the camera devices are the same; obtain multiple face images to be tested of the face to be tested that are simultaneously shot by each camera device; identify the shooting of the face images to be tested according to the pre-trained face angle recognition model Angle; calculating the angle difference between the shooting angle of the face image to be measured and the shooting angle of each camera device; selecting the smallest angle difference from the angle difference as the target angle difference; The sample database of the camera device corresponding to the target angle difference is determined as the target sample database; the face to be measured captured by the camera device corresponding to the target angle difference is identified according to the face image in the target sample database image.
  • the non-volatile readable storage medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM,
  • the so-called processor 30 may be a central processing unit (Central Processing Unit, CPU), other general processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), Ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc.
  • the processor 30 is the control center of the multi-channel camera-based face recognition device 100/terminal 1, and uses various The interfaces and lines connect various parts of the entire face recognition device 100/terminal 1 based on multi-channel camera.
  • the memory 10 is used to store the computer program and/or module, and the processor 30 executes or executes the computer program and/or module stored in the memory and calls the data stored in the memory 10 to implement Various functions of the face recognition device 100/terminal 1 based on multi-channel camera.
  • the memory 10 may mainly include a storage program area and a storage data area.
  • the storage program area may store an operating system, an application program required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; the storage data area may Store data (such as audio data, etc.) created according to the use of the terminal.

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)
  • Image Processing (AREA)

Abstract

L'invention concerne un procédé de reconnaissance faciale basé sur de multiples caméras, comportant les étapes consistant à: établir une base de données d'échantillons pour chaque caméra; obtenir une image de visage à détecter photographiée par chaque caméra et reconnaître un angle de photographie de ladite image de visage; calculer une différence d'angle entre l'angle de photographie de ladite image de visage et l'angle de photographie de chaque caméra; identifier par criblage la différence d'angle minimale pour servir de différence d'angle cible; déterminer la base de données d'échantillons de la caméra correspondant à la différence d'angle cible en tant que base de données d'échantillons cible; et reconnaître ladite image de visage photographiée par la caméra correspondant à la différence d'angle cible selon l'image de visage dans la base de données d'échantillons cible. La présente invention concerne en outre un appareil de reconnaissance faciale basé sur de multiples caméras, un terminal et un support de stockage. Selon la présente invention, lorsqu'une reconnaissance faciale est réalisée, ladite image de visage obtenue par chaque caméra est uniquement comparée à l'image de visage dans la base de données d'échantillons cible correspondante, la précision de reconnaissance faciale est améliorée, et le taux de reconnaissance faciale est amélioré.
PCT/CN2019/103389 2019-06-11 2019-08-29 Procédé et appareil de reconnaissance faciale basés sur de multiples caméras, et terminal et support de stockage WO2020248387A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910502775.1A CN110443110B (zh) 2019-06-11 2019-06-11 基于多路摄像的人脸识别方法、装置、终端及存储介质
CN201910502775.1 2019-06-11

Publications (1)

Publication Number Publication Date
WO2020248387A1 true WO2020248387A1 (fr) 2020-12-17

Family

ID=68429503

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/103389 WO2020248387A1 (fr) 2019-06-11 2019-08-29 Procédé et appareil de reconnaissance faciale basés sur de multiples caméras, et terminal et support de stockage

Country Status (2)

Country Link
CN (1) CN110443110B (fr)
WO (1) WO2020248387A1 (fr)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112614168A (zh) * 2020-12-21 2021-04-06 浙江大华技术股份有限公司 一种目标人脸跟踪方法、装置、电子设备及存储介质
CN112861825A (zh) * 2021-04-07 2021-05-28 北京百度网讯科技有限公司 模型训练方法、行人再识别方法、装置和电子设备
CN113042171A (zh) * 2021-03-30 2021-06-29 桐乡秦一纺织股份有限公司 一种涂层布用废料回收装置及其回收方法
CN113420739A (zh) * 2021-08-24 2021-09-21 北京通建泰利特智能系统工程技术有限公司 基于神经网络的智能应急监控方法、系统和可读存储介质
CN113780172A (zh) * 2021-09-10 2021-12-10 济南博观智能科技有限公司 一种行人重识别方法、装置、设备及存储介质
CN114324330A (zh) * 2021-12-24 2022-04-12 深圳一信泰质量技术有限公司 一种超高清智能互动显示终端性能检测装置及方法
CN114938425A (zh) * 2021-06-15 2022-08-23 义隆电子股份有限公司 摄影装置及其使用人工智能的物件识别方法
CN115471946A (zh) * 2022-10-18 2022-12-13 深圳市盛思达通讯技术有限公司 非接触式检测闸机的快速通过系统和方法
CN117238032A (zh) * 2023-09-18 2023-12-15 以萨技术股份有限公司 一种步态特征对比方法、存储介质及电子设备

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111652940B (zh) * 2020-04-30 2024-06-04 平安国际智慧城市科技股份有限公司 目标异常识别方法、装置、电子设备及存储介质
CN112016508B (zh) * 2020-09-07 2023-08-29 杭州海康威视数字技术股份有限公司 人脸识别方法、装置、系统、计算设备及存储介质
CN113128427A (zh) * 2021-04-24 2021-07-16 新疆爱华盈通信息技术有限公司 人脸识别方法、装置、计算机可读存储介质及终端设备
CN113657379A (zh) * 2021-08-09 2021-11-16 杭州华橙软件技术有限公司 图像处理方法、装置、计算机可读存储介质及处理器
CN115273264A (zh) * 2022-08-09 2022-11-01 平安付科技服务有限公司 考勤系统、方法、存储介质及计算机设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107480658A (zh) * 2017-09-19 2017-12-15 苏州大学 基于多角度视频的人脸识别装置和方法
CN107506702A (zh) * 2017-08-08 2017-12-22 江西高创保安服务技术有限公司 基于多角度的人脸识别模型训练及测试系统及方法
CN207530944U (zh) * 2017-12-18 2018-06-22 北京旷视科技有限公司 人脸识别相机
WO2019089014A1 (fr) * 2017-10-31 2019-05-09 The Hong Kong University Of Science And Technology Facilitation de suivi visuel

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9230158B1 (en) * 2012-12-18 2016-01-05 Amazon Technologies, Inc. Fraud detection for facial recognition systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107506702A (zh) * 2017-08-08 2017-12-22 江西高创保安服务技术有限公司 基于多角度的人脸识别模型训练及测试系统及方法
CN107480658A (zh) * 2017-09-19 2017-12-15 苏州大学 基于多角度视频的人脸识别装置和方法
WO2019089014A1 (fr) * 2017-10-31 2019-05-09 The Hong Kong University Of Science And Technology Facilitation de suivi visuel
CN207530944U (zh) * 2017-12-18 2018-06-22 北京旷视科技有限公司 人脸识别相机

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112614168B (zh) * 2020-12-21 2023-08-29 浙江大华技术股份有限公司 一种目标人脸跟踪方法、装置、电子设备及存储介质
CN112614168A (zh) * 2020-12-21 2021-04-06 浙江大华技术股份有限公司 一种目标人脸跟踪方法、装置、电子设备及存储介质
CN113042171A (zh) * 2021-03-30 2021-06-29 桐乡秦一纺织股份有限公司 一种涂层布用废料回收装置及其回收方法
CN113042171B (zh) * 2021-03-30 2023-01-31 桐乡秦一纺织股份有限公司 一种涂层布用废料回收装置及其回收方法
CN112861825A (zh) * 2021-04-07 2021-05-28 北京百度网讯科技有限公司 模型训练方法、行人再识别方法、装置和电子设备
CN112861825B (zh) * 2021-04-07 2023-07-04 北京百度网讯科技有限公司 模型训练方法、行人再识别方法、装置和电子设备
CN114938425A (zh) * 2021-06-15 2022-08-23 义隆电子股份有限公司 摄影装置及其使用人工智能的物件识别方法
CN113420739A (zh) * 2021-08-24 2021-09-21 北京通建泰利特智能系统工程技术有限公司 基于神经网络的智能应急监控方法、系统和可读存储介质
CN113420739B (zh) * 2021-08-24 2022-10-18 北京通建泰利特智能系统工程技术有限公司 基于神经网络的智能应急监控方法、系统和可读存储介质
CN113780172A (zh) * 2021-09-10 2021-12-10 济南博观智能科技有限公司 一种行人重识别方法、装置、设备及存储介质
CN113780172B (zh) * 2021-09-10 2024-01-23 济南博观智能科技有限公司 一种行人重识别方法、装置、设备及存储介质
CN114324330B (zh) * 2021-12-24 2023-09-12 深圳一信泰质量技术有限公司 一种超高清智能互动显示终端性能检测装置及方法
CN114324330A (zh) * 2021-12-24 2022-04-12 深圳一信泰质量技术有限公司 一种超高清智能互动显示终端性能检测装置及方法
CN115471946A (zh) * 2022-10-18 2022-12-13 深圳市盛思达通讯技术有限公司 非接触式检测闸机的快速通过系统和方法
CN117238032A (zh) * 2023-09-18 2023-12-15 以萨技术股份有限公司 一种步态特征对比方法、存储介质及电子设备
CN117238032B (zh) * 2023-09-18 2024-06-21 以萨技术股份有限公司 一种步态特征对比方法、存储介质及电子设备

Also Published As

Publication number Publication date
CN110443110B (zh) 2023-08-25
CN110443110A (zh) 2019-11-12

Similar Documents

Publication Publication Date Title
WO2020248387A1 (fr) Procédé et appareil de reconnaissance faciale basés sur de multiples caméras, et terminal et support de stockage
CN109948408B (zh) 活性测试方法和设备
WO2018028546A1 (fr) Procédé de positionnement de point clé, terminal et support de stockage informatique
WO2020093634A1 (fr) Procédé, dispositif et terminal basés sur la reconnaissance de visage pour ajouter une image, et support de stockage
JP3954484B2 (ja) 画像処理装置およびプログラム
CN110659397B (zh) 一种行为检测方法、装置、电子设备和存储介质
WO2019033572A1 (fr) Procédé de détection de situation de visage bloqué, dispositif et support d'informations
CN111027450A (zh) 银行卡信息识别方法、装置、计算机设备及存储介质
CN111126098B (zh) 证件图像采集方法、装置、设备及存储介质
CN112434556A (zh) 宠物鼻纹识别方法、装置、计算机设备及存储介质
CN111553266A (zh) 识别验证方法、装置及电子设备
CN108509994B (zh) 人物图像聚类方法和装置
JP2020526835A (ja) 画像を投稿するためのユーザのアカウントを動的に識別する装置及び方法
CN113378804A (zh) 一种自助采样的检测方法、装置、终端设备和存储介质
CN116416190A (zh) 瑕疵检测方法及装置、电子设备及存储介质
CN112633221A (zh) 一种人脸方向的检测方法及相关装置
CN111079687A (zh) 证件伪装识别方法、装置、设备及存储介质
CN111241873A (zh) 图像翻拍检测方法及其模型的训练方法、支付方法及装置
CN111881740A (zh) 人脸识别方法、装置、电子设备及介质
WO2022082401A1 (fr) Procédé et appareil de reconnaissance d'empreinte de truffe pour animal de compagnie, dispositif informatique et support de stockage
CN112287905A (zh) 车辆损伤识别方法、装置、设备及存储介质
WO2020244076A1 (fr) Procédé et appareil de reconnaissance faciale, dispositif électronique et support d'informations
CN111241945A (zh) 人脸识别性能的测试方法、装置、计算机设备及存储介质
CN116091963A (zh) 临床试验机构质量评估方法、装置、电子设备及存储介质
CN110874602A (zh) 一种图像识别方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19932366

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19932366

Country of ref document: EP

Kind code of ref document: A1