A face detection method based on arm Cotex-A series platform
A face detection and implementation method technology, applied in the direction of processor architecture/configuration, program code conversion, instruments, etc., can solve the problems of low detection efficiency and unusable acceleration methods, and achieve the effect of improving efficiency
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0058] Step S1, modify the source code in FaceDetection of seetaface under the hardware environment of ARM Cotex-A series processors, and modify the compiler type to be a cross compiler:
[0059] Modify the SET command,
[0060] SET(CMAKE_SYSTEM_NAME Linux)————①
[0061] SET(CMAKE_CXX_COMPILER
[0062] " / opt / hisiv-linux / x86-arm / arm-hisiv400-linux / bin / arm-hisiv400-linux-gnueabi-g++")————②
[0063] ①: Set the system type. Choose to use linux, which must be set when using a cross compiler;
[0064] ②: Set the cross compiler path. Enable the cross compiler and add the path of the cross compiler;
[0065] Step S2, add NEON compilation options in the compiler settings:
[0066] Modify the relevant settings of enabling instructions in cmakelist.txt, enable NEON, and modify (increase) the compilation options of NEON in the compiler option settings in the set command.
[0067] -mfloat-abi=softfp-mfpu=neon.
[0068] Step S3, replace the header file required by the original SSE i...
Embodiment 2
[0102] Such as image 3 As shown, when using the method of the present invention, first process the feature points of the input image to determine whether vector calculation is required, and if necessary, modify the code according to the method of Embodiment 1.
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


