增加视频中人脸识别
|
@ -0,0 +1,369 @@
|
|||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/mayang8/open_source/face_recognition/build
|
||||
# It was generated by CMake: /usr/local/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/usr/bin/ar
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//CXX compiler
|
||||
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
|
||||
|
||||
//Flags used by the CXX compiler during all build types.
|
||||
CMAKE_CXX_FLAGS:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//C compiler
|
||||
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
|
||||
|
||||
//Flags used by the C compiler during all build types.
|
||||
CMAKE_C_FLAGS:STRING=
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Flags used by the linker during all build types.
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/usr/bin/nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=GodeyeVideoCrow
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Value Computed by CMake
|
||||
GodeyeVideoCrow_BINARY_DIR:STATIC=/home/mayang8/open_source/face_recognition/build
|
||||
|
||||
//Value Computed by CMake
|
||||
GodeyeVideoCrow_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
GodeyeVideoCrow_SOURCE_DIR:STATIC=/home/mayang8/open_source/face_recognition/src
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/mayang8/open_source/face_recognition/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=23
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
||||
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER
|
||||
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/mayang8/open_source/face_recognition/src
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.23
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "7.5.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -0,0 +1,83 @@
|
|||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "7.5.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/7;/usr/include/x86_64-linux-gnu/c++/7;/usr/include/c++/7/backward;/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
|
@ -0,0 +1,15 @@
|
|||
set(CMAKE_HOST_SYSTEM "Linux-4.15.0-213-generic")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "4.15.0-213-generic")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-4.15.0-213-generic")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "4.15.0-213-generic")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
|
@ -0,0 +1,828 @@
|
|||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif __STDC_VERSION__ > 201710L
|
||||
# define C_VERSION "23"
|
||||
#elif __STDC_VERSION__ >= 201710L
|
||||
# define C_VERSION "17"
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_VERSION "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
|
@ -0,0 +1,816 @@
|
|||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/mayang8/open_source/face_recognition/src")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/mayang8/open_source/face_recognition/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
|
@ -0,0 +1,445 @@
|
|||
The system is: Linux - 4.15.0-213-generic - x86_64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /usr/bin/cc
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/mayang8/open_source/face_recognition/build/CMakeFiles/3.23.0/CompilerIdC/a.out"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /usr/bin/c++
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/mayang8/open_source/face_recognition/build/CMakeFiles/3.23.0/CompilerIdCXX/a.out"
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_12d1b/fast && /usr/bin/make -f CMakeFiles/cmTC_12d1b.dir/build.make CMakeFiles/cmTC_12d1b.dir/build
|
||||
make[1]: Entering directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp'
|
||||
Building C object CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o
|
||||
/usr/bin/cc -v -o CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.23/Modules/CMakeCCompilerABI.c
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/local/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccQH1qyP.s
|
||||
GNU C11 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 7.5.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/include
|
||||
/usr/local/include
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C11 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 7.5.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: b62ed4a2880cd4159476ea8293b72fa8
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
as -v --64 -o CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o /tmp/ccQH1qyP.s
|
||||
GNU assembler version 2.30 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.30
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
|
||||
Linking C executable cmTC_12d1b
|
||||
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12d1b.dir/link.txt --verbose=1
|
||||
/usr/bin/cc -v CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -o cmTC_12d1b
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/cc
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_12d1b' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMSpl8R.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_12d1b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_12d1b' '-mtune=generic' '-march=x86-64'
|
||||
make[1]: Leaving directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_12d1b/fast && /usr/bin/make -f CMakeFiles/cmTC_12d1b.dir/build.make CMakeFiles/cmTC_12d1b.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o]
|
||||
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.23/Modules/CMakeCCompilerABI.c]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/local/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccQH1qyP.s]
|
||||
ignore line: [GNU C11 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 7.5.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.19-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C11 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 7.5.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.19-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: b62ed4a2880cd4159476ea8293b72fa8]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o /tmp/ccQH1qyP.s]
|
||||
ignore line: [GNU assembler version 2.30 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.30]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [Linking C executable cmTC_12d1b]
|
||||
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12d1b.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -o cmTC_12d1b ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/cc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_12d1b' '-mtune=generic' '-march=x86-64']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMSpl8R.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_12d1b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccMSpl8R.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_12d1b] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
|
||||
arg [CMakeFiles/cmTC_12d1b.dir/CMakeCCompilerABI.c.o] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [--push-state] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [--pop-state] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
|
||||
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command(s):/usr/bin/make -f Makefile cmTC_92fb5/fast && /usr/bin/make -f CMakeFiles/cmTC_92fb5.dir/build.make CMakeFiles/cmTC_92fb5.dir/build
|
||||
make[1]: Entering directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp'
|
||||
Building CXX object CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o
|
||||
/usr/bin/c++ -v -o CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccGvYdHY.s
|
||||
GNU C++14 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 7.5.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/7"
|
||||
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
|
||||
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/usr/include/c++/7
|
||||
/usr/include/x86_64-linux-gnu/c++/7
|
||||
/usr/include/c++/7/backward
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/include
|
||||
/usr/local/include
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed
|
||||
/usr/include/x86_64-linux-gnu
|
||||
/usr/include
|
||||
End of search list.
|
||||
GNU C++14 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)
|
||||
compiled by GNU C version 7.5.0, GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
Compiler executable checksum: 3eb3dc290cd5714c3e1c3ae751116f07
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
as -v --64 -o CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccGvYdHY.s
|
||||
GNU assembler version 2.30 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.30
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
Linking CXX executable cmTC_92fb5
|
||||
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92fb5.dir/link.txt --verbose=1
|
||||
/usr/bin/c++ -v CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_92fb5
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/usr/bin/c++
|
||||
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
|
||||
OFFLOAD_TARGET_NAMES=nvptx-none
|
||||
OFFLOAD_TARGET_DEFAULT=1
|
||||
Target: x86_64-linux-gnu
|
||||
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
||||
Thread model: posix
|
||||
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
|
||||
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
|
||||
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_92fb5' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6uB5fX.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_92fb5 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_92fb5' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
|
||||
make[1]: Leaving directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/usr/include/c++/7]
|
||||
add: [/usr/include/x86_64-linux-gnu/c++/7]
|
||||
add: [/usr/include/c++/7/backward]
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
add: [/usr/local/include]
|
||||
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
add: [/usr/include/x86_64-linux-gnu]
|
||||
add: [/usr/include]
|
||||
end of search list found
|
||||
collapse include dir [/usr/include/c++/7] ==> [/usr/include/c++/7]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu/c++/7] ==> [/usr/include/x86_64-linux-gnu/c++/7]
|
||||
collapse include dir [/usr/include/c++/7/backward] ==> [/usr/include/c++/7/backward]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
collapse include dir [/usr/local/include] ==> [/usr/local/include]
|
||||
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
|
||||
collapse include dir [/usr/include] ==> [/usr/include]
|
||||
implicit include dirs: [/usr/include/c++/7;/usr/include/x86_64-linux-gnu/c++/7;/usr/include/c++/7/backward;/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_92fb5/fast && /usr/bin/make -f CMakeFiles/cmTC_92fb5.dir/build.make CMakeFiles/cmTC_92fb5.dir/build]
|
||||
ignore line: [make[1]: Entering directory '/home/mayang8/open_source/face_recognition/build/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building CXX object CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o]
|
||||
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccGvYdHY.s]
|
||||
ignore line: [GNU C++14 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 7.5.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.19-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/7"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
|
||||
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /usr/include/c++/7]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu/c++/7]
|
||||
ignore line: [ /usr/include/c++/7/backward]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include]
|
||||
ignore line: [ /usr/local/include]
|
||||
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
|
||||
ignore line: [ /usr/include/x86_64-linux-gnu]
|
||||
ignore line: [ /usr/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [GNU C++14 (Ubuntu 7.5.0-3ubuntu1~18.04) version 7.5.0 (x86_64-linux-gnu)]
|
||||
ignore line: [ compiled by GNU C version 7.5.0 GMP version 6.1.2 MPFR version 4.0.1 MPC version 1.1.0 isl version isl-0.19-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [Compiler executable checksum: 3eb3dc290cd5714c3e1c3ae751116f07]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [ as -v --64 -o CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccGvYdHY.s]
|
||||
ignore line: [GNU assembler version 2.30 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.30]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
ignore line: [Linking CXX executable cmTC_92fb5]
|
||||
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92fb5.dir/link.txt --verbose=1]
|
||||
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_92fb5 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/usr/bin/c++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
|
||||
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
|
||||
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
|
||||
ignore line: [Target: x86_64-linux-gnu]
|
||||
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
|
||||
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
|
||||
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_92fb5' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
|
||||
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6uB5fX.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_92fb5 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/cc6uB5fX.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--build-id] ==> ignore
|
||||
arg [--eh-frame-hdr] ==> ignore
|
||||
arg [-m] ==> ignore
|
||||
arg [elf_x86_64] ==> ignore
|
||||
arg [--hash-style=gnu] ==> ignore
|
||||
arg [--as-needed] ==> ignore
|
||||
arg [-dynamic-linker] ==> ignore
|
||||
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
|
||||
arg [-pie] ==> ignore
|
||||
arg [-znow] ==> ignore
|
||||
arg [-zrelro] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_92fb5] ==> ignore
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
|
||||
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
|
||||
arg [-L/lib/../lib] ==> dir [/lib/../lib]
|
||||
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
|
||||
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
|
||||
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
|
||||
arg [CMakeFiles/cmTC_92fb5.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc_s] ==> lib [gcc_s]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o]
|
||||
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
|
||||
collapse obj [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
|
||||
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/lib/../lib] ==> [/lib]
|
||||
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
|
||||
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
|
||||
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
|
||||
implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
|
||||
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/mayang8/open_source/face_recognition/src/demo.cpp" "CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o" "gcc" "CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@ -0,0 +1,497 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Produce verbose output by default.
|
||||
VERBOSE = 1
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/mayang8/open_source/face_recognition/src
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/mayang8/open_source/face_recognition/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/GodeyeVideoCrow.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/GodeyeVideoCrow.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/GodeyeVideoCrow.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/GodeyeVideoCrow.dir/flags.make
|
||||
|
||||
CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o: CMakeFiles/GodeyeVideoCrow.dir/flags.make
|
||||
CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o: /home/mayang8/open_source/face_recognition/src/demo.cpp
|
||||
CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o: CMakeFiles/GodeyeVideoCrow.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/mayang8/open_source/face_recognition/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o -MF CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o.d -o CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o -c /home/mayang8/open_source/face_recognition/src/demo.cpp
|
||||
|
||||
CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/mayang8/open_source/face_recognition/src/demo.cpp > CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.i
|
||||
|
||||
CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/mayang8/open_source/face_recognition/src/demo.cpp -o CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.s
|
||||
|
||||
# Object files for target GodeyeVideoCrow
|
||||
GodeyeVideoCrow_OBJECTS = \
|
||||
"CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o"
|
||||
|
||||
# External object files for target GodeyeVideoCrow
|
||||
GodeyeVideoCrow_EXTERNAL_OBJECTS =
|
||||
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: CMakeFiles/GodeyeVideoCrow.dir/build.make
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_exception.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_test_exec_monitor.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_container.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_context.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_exception.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_fiber.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_graph_parallel.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_locale.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_log_setup.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99f.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_c99l.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1f.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_math_tr1l.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_mpi_python3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_numpy3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_prg_exec_monitor.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3-py36.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_python3.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_random.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_signals.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_addr2line.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_backtrace.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_basic.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_stacktrace_noop.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_test_exec_monitor.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_timer.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_type_erasure.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wave.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.a
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /usr/lib/x86_64-linux-gnu/libboost_wserialization.so.1.65.1
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_calib3d.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_core.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_dnn.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_features2d.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_flann.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_highgui.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgcodecs.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_imgproc.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_ml.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_objdetect.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_photo.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_stitching.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_video.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so.4.2
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: /home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib/libopencv_videoio.so.4.2.0
|
||||
/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow: CMakeFiles/GodeyeVideoCrow.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/mayang8/open_source/face_recognition/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable /home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/GodeyeVideoCrow.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/GodeyeVideoCrow.dir/build: /home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/build
|
||||
|
||||
CMakeFiles/GodeyeVideoCrow.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/GodeyeVideoCrow.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/clean
|
||||
|
||||
CMakeFiles/GodeyeVideoCrow.dir/depend:
|
||||
cd /home/mayang8/open_source/face_recognition/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/mayang8/open_source/face_recognition/src /home/mayang8/open_source/face_recognition/src /home/mayang8/open_source/face_recognition/build /home/mayang8/open_source/face_recognition/build /home/mayang8/open_source/face_recognition/build/CMakeFiles/GodeyeVideoCrow.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/depend
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
file(REMOVE_RECURSE
|
||||
"/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow"
|
||||
"/home/mayang8/open_source/face_recognition/src/bin/GodeyeVideoCrow.pdb"
|
||||
"CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o"
|
||||
"CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o.d"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/GodeyeVideoCrow.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for GodeyeVideoCrow.
|
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for GodeyeVideoCrow.
|
||||
# This may be replaced when dependencies are built.
|
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/mayang8/open_source/face_recognition/src -I/home/mayang8/open_source/face_recognition/src/3rdParty -I/home/mayang8/open_source/face_recognition/src/det_face_id/include -I/home/mayang8/open_source/face_recognition/src/3rdParty/opencv/include
|
||||
|
||||
CXX_FLAGS = -g -Wall
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
|
@ -0,0 +1,126 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"CMakeFiles/3.23.0/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeSystem.cmake"
|
||||
"/home/mayang8/open_source/face_recognition/src/CMakeLists.txt"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCCompilerABI.c"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCInformation.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeCompilerIdDetection.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCompileFeatures.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineCompilerId.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeTestCompilerCommon.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU-FindBinUtils.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/GNU.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Internal/FeatureTesting.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/Linux-Determine-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/Linux-GNU.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/Linux.cmake"
|
||||
"/usr/local/share/cmake-3.23/Modules/Platform/UnixPaths.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.23.0/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.23.0/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/GodeyeVideoCrow.dir/DependInfo.cmake"
|
||||
)
|
|
@ -0,0 +1,115 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Produce verbose output by default.
|
||||
VERBOSE = 1
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/mayang8/open_source/face_recognition/src
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/mayang8/open_source/face_recognition/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/GodeyeVideoCrow.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/GodeyeVideoCrow.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/GodeyeVideoCrow.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/GodeyeVideoCrow.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/mayang8/open_source/face_recognition/build/CMakeFiles --progress-num=1,2 "Built target GodeyeVideoCrow"
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/GodeyeVideoCrow.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/mayang8/open_source/face_recognition/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/GodeyeVideoCrow.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/mayang8/open_source/face_recognition/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
GodeyeVideoCrow: CMakeFiles/GodeyeVideoCrow.dir/rule
|
||||
.PHONY : GodeyeVideoCrow
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/GodeyeVideoCrow.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/clean
|
||||
.PHONY : CMakeFiles/GodeyeVideoCrow.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/GodeyeVideoCrow.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/edit_cache.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/list_install_components.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/install.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/install/local.dir
|
||||
/home/mayang8/open_source/face_recognition/build/CMakeFiles/install/strip.dir
|
|
@ -0,0 +1 @@
|
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
|
@ -0,0 +1 @@
|
|||
2
|
|
@ -0,0 +1,233 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.23
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Produce verbose output by default.
|
||||
VERBOSE = 1
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/mayang8/open_source/face_recognition/src
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/mayang8/open_source/face_recognition/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
||||
/usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/local/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/local/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/mayang8/open_source/face_recognition/build/CMakeFiles /home/mayang8/open_source/face_recognition/build//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/mayang8/open_source/face_recognition/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for targets named GodeyeVideoCrow
|
||||
|
||||
# Build rule for target.
|
||||
GodeyeVideoCrow: cmake_check_build_system
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 GodeyeVideoCrow
|
||||
.PHONY : GodeyeVideoCrow
|
||||
|
||||
# fast build rule for target.
|
||||
GodeyeVideoCrow/fast:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/build
|
||||
.PHONY : GodeyeVideoCrow/fast
|
||||
|
||||
demo.o: demo.cpp.o
|
||||
.PHONY : demo.o
|
||||
|
||||
# target to build an object file
|
||||
demo.cpp.o:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.o
|
||||
.PHONY : demo.cpp.o
|
||||
|
||||
demo.i: demo.cpp.i
|
||||
.PHONY : demo.i
|
||||
|
||||
# target to preprocess a source file
|
||||
demo.cpp.i:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.i
|
||||
.PHONY : demo.cpp.i
|
||||
|
||||
demo.s: demo.cpp.s
|
||||
.PHONY : demo.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
demo.cpp.s:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/GodeyeVideoCrow.dir/build.make CMakeFiles/GodeyeVideoCrow.dir/demo.cpp.s
|
||||
.PHONY : demo.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... GodeyeVideoCrow"
|
||||
@echo "... demo.o"
|
||||
@echo "... demo.i"
|
||||
@echo "... demo.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
# Install script for directory: /home/mayang8/open_source/face_recognition/src
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/home/mayang8/open_source/face_recognition/src/package")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/bin//")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/lib//")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/3rdParty/tensorflow/r1.8/libs/Linux/cpu")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/3rdParty/opencv/lib")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/ai_model")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/det_face_id")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE DIRECTORY FILES "/home/mayang8/open_source/face_recognition/src/3rdParty/ubuntu-cuda10")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/mayang8/open_source/face_recognition/build/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
@ -0,0 +1,2 @@
|
|||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../det_face_id/libs/linux/gpu/
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-10.0/lib64
|
|
@ -7,11 +7,11 @@ set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/package")
|
|||
#全局编译标志
|
||||
######################################################################
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall")
|
||||
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g -O0")
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -g -O2")
|
||||
|
||||
set(CUDA_cublas_device_LIBRARY /usr/local/cuda/lib64)
|
||||
######################################################################
|
||||
|
@ -23,7 +23,7 @@ include_directories(${CMAKE_SOURCE_DIR}/3rdParty)
|
|||
include_directories(${CMAKE_SOURCE_DIR}/det_face_id/include)
|
||||
link_directories(${CMAKE_SOURCE_DIR}/det_face_id/libs/linux/gpu)
|
||||
link_directories(${CMAKE_SOURCE_DIR}/3rdParty/ubuntu-cuda10)
|
||||
|
||||
link_directories(${CMAKE_SOURCE_DIR}/det_face_id/libs)
|
||||
link_directories(${CMAKE_SOURCE_DIR}/3rdParty/opencv/lib)
|
||||
set(OpenCV_INCLUDES ${PROJECT_SOURCE_DIR}/3rdParty/opencv/include)
|
||||
file(GLOB OpenCV_LIBRARYS ${PROJECT_SOURCE_DIR}/3rdParty/opencv/lib/*.so*)
|
||||
|
|
|
@ -0,0 +1,703 @@
|
|||
[2023-09-06 11:29:21.487702]: Net: can not find the layer by this name [conv5-3]
|
||||
[2023-09-06 11:29:21.545844]: begin loadTRTModel ../det_face_id/model/det_face_id_v1.0.3-1.trt
|
||||
[2023-09-06 11:29:21.830257]: model size: 22170360
|
||||
[2023-09-06 11:29:24.195934]: Glob Size is 22110592 bytes.
|
||||
[2023-09-06 11:29:24.202808]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202924]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202969]: Added linear block of size 12582912
|
||||
[2023-09-06 11:29:24.209759]: Deserialize required 39431 microseconds.
|
||||
[2023-09-06 11:29:24.215689]: end loadTRTModel
|
||||
[2023-09-06 11:29:24.219107]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.450954]: Det Face MTCNN Net Cost Time: 31.617 ms
|
||||
[2023-09-06 11:29:24.543798]: Calc_feature Cost Time: 92 ms
|
||||
[2023-09-06 11:29:24.544898]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.554509]: Det Face MTCNN Net Cost Time: 9.514 ms
|
||||
[2023-09-06 11:29:24.569285]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.570240]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.574999]: Det Face MTCNN Net Cost Time: 4.674 ms
|
||||
[2023-09-06 11:29:24.589188]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.589505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.591749]: Det Face MTCNN Net Cost Time: 2.214 ms
|
||||
[2023-09-06 11:29:24.605562]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.607459]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.610745]: Det Face MTCNN Net Cost Time: 3.264 ms
|
||||
[2023-09-06 11:29:24.624435]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.627500]: Get ids Cost Time: 3 ms
|
||||
[2023-09-06 11:29:24.653531]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.666101]: Det Face MTCNN Net Cost Time: 12.469 ms
|
||||
[2023-09-06 11:29:24.680291]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.680331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.682872]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.686601]: Det Face MTCNN Net Cost Time: 3.697 ms
|
||||
[2023-09-06 11:29:24.700362]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.700386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.701906]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.705166]: Det Face MTCNN Net Cost Time: 3.24 ms
|
||||
[2023-09-06 11:29:24.705190]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.706622]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.708823]: Det Face MTCNN Net Cost Time: 2.185 ms
|
||||
[2023-09-06 11:29:24.708846]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.710196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.712105]: Det Face MTCNN Net Cost Time: 1.891 ms
|
||||
[2023-09-06 11:29:24.712126]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.713529]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.715475]: Det Face MTCNN Net Cost Time: 1.928 ms
|
||||
[2023-09-06 11:29:24.715497]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.716923]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.718926]: Det Face MTCNN Net Cost Time: 1.986 ms
|
||||
[2023-09-06 11:29:24.718948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.720334]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.723155]: Det Face MTCNN Net Cost Time: 2.805 ms
|
||||
[2023-09-06 11:29:24.736806]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.736828]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.738255]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.740524]: Det Face MTCNN Net Cost Time: 2.251 ms
|
||||
[2023-09-06 11:29:24.754171]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.754193]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.755549]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.757986]: Det Face MTCNN Net Cost Time: 2.424 ms
|
||||
[2023-09-06 11:29:24.771622]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.771642]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.773047]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.775029]: Det Face MTCNN Net Cost Time: 1.964 ms
|
||||
[2023-09-06 11:29:24.775050]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.776444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.779100]: Det Face MTCNN Net Cost Time: 2.639 ms
|
||||
[2023-09-06 11:29:24.792738]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.792759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.794162]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.796505]: Det Face MTCNN Net Cost Time: 2.325 ms
|
||||
[2023-09-06 11:29:24.796526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.797836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.800174]: Det Face MTCNN Net Cost Time: 2.32 ms
|
||||
[2023-09-06 11:29:24.813813]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.813834]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.815196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.817764]: Det Face MTCNN Net Cost Time: 2.552 ms
|
||||
[2023-09-06 11:29:24.831414]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.831435]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.832801]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.834760]: Det Face MTCNN Net Cost Time: 1.942 ms
|
||||
[2023-09-06 11:29:24.834782]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.836104]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.838118]: Det Face MTCNN Net Cost Time: 1.998 ms
|
||||
[2023-09-06 11:29:24.838141]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.839434]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.841747]: Det Face MTCNN Net Cost Time: 2.297 ms
|
||||
[2023-09-06 11:29:24.841769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.843055]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.845436]: Det Face MTCNN Net Cost Time: 2.365 ms
|
||||
[2023-09-06 11:29:24.845459]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.846838]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.848928]: Det Face MTCNN Net Cost Time: 2.074 ms
|
||||
[2023-09-06 11:29:24.848949]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.850273]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.852551]: Det Face MTCNN Net Cost Time: 2.261 ms
|
||||
[2023-09-06 11:29:24.866203]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.866224]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.867569]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.869459]: Det Face MTCNN Net Cost Time: 1.873 ms
|
||||
[2023-09-06 11:29:24.869481]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.870822]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.872809]: Det Face MTCNN Net Cost Time: 1.971 ms
|
||||
[2023-09-06 11:29:24.872832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.874251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.876514]: Det Face MTCNN Net Cost Time: 2.246 ms
|
||||
[2023-09-06 11:29:24.876535]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.877840]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.880254]: Det Face MTCNN Net Cost Time: 2.397 ms
|
||||
[2023-09-06 11:29:24.893565]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.893586]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.894976]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.897379]: Det Face MTCNN Net Cost Time: 2.386 ms
|
||||
[2023-09-06 11:29:24.910704]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.910725]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.912083]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.914316]: Det Face MTCNN Net Cost Time: 2.216 ms
|
||||
[2023-09-06 11:29:24.914338]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.915691]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.917641]: Det Face MTCNN Net Cost Time: 1.935 ms
|
||||
[2023-09-06 11:29:24.917663]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.918986]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.920854]: Det Face MTCNN Net Cost Time: 1.852 ms
|
||||
[2023-09-06 11:29:24.920876]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.922249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.924532]: Det Face MTCNN Net Cost Time: 2.266 ms
|
||||
[2023-09-06 11:29:24.937839]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.937860]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.939274]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.941517]: Det Face MTCNN Net Cost Time: 2.227 ms
|
||||
[2023-09-06 11:29:24.954837]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.954857]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.956251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.958390]: Det Face MTCNN Net Cost Time: 2.122 ms
|
||||
[2023-09-06 11:29:24.958416]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.959704]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.962014]: Det Face MTCNN Net Cost Time: 2.295 ms
|
||||
[2023-09-06 11:29:24.962036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.963392]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.965264]: Det Face MTCNN Net Cost Time: 1.855 ms
|
||||
[2023-09-06 11:29:24.965287]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.966577]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.969207]: Det Face MTCNN Net Cost Time: 2.614 ms
|
||||
[2023-09-06 11:29:24.969229]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.970539]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.972608]: Det Face MTCNN Net Cost Time: 2.053 ms
|
||||
[2023-09-06 11:29:24.972629]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.973940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.975888]: Det Face MTCNN Net Cost Time: 1.93 ms
|
||||
[2023-09-06 11:29:24.975910]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.977256]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.979662]: Det Face MTCNN Net Cost Time: 2.389 ms
|
||||
[2023-09-06 11:29:24.979683]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.980991]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.983521]: Det Face MTCNN Net Cost Time: 2.514 ms
|
||||
[2023-09-06 11:29:25.009809]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.009832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.011246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.013842]: Det Face MTCNN Net Cost Time: 2.579 ms
|
||||
[2023-09-06 11:29:25.027166]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.027187]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.028555]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.030887]: Det Face MTCNN Net Cost Time: 2.316 ms
|
||||
[2023-09-06 11:29:25.044198]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.044219]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.045096]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.046937]: Det Face MTCNN Net Cost Time: 1.825 ms
|
||||
[2023-09-06 11:29:25.046958]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.048290]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.050154]: Det Face MTCNN Net Cost Time: 1.849 ms
|
||||
[2023-09-06 11:29:25.050177]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.051481]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.053818]: Det Face MTCNN Net Cost Time: 2.322 ms
|
||||
[2023-09-06 11:29:25.067127]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.067147]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.068537]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.070730]: Det Face MTCNN Net Cost Time: 2.178 ms
|
||||
[2023-09-06 11:29:25.070753]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.072042]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.074470]: Det Face MTCNN Net Cost Time: 2.413 ms
|
||||
[2023-09-06 11:29:25.074493]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.075798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.078237]: Det Face MTCNN Net Cost Time: 2.423 ms
|
||||
[2023-09-06 11:29:25.078260]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.079547]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.081817]: Det Face MTCNN Net Cost Time: 2.254 ms
|
||||
[2023-09-06 11:29:25.081840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.083143]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.084980]: Det Face MTCNN Net Cost Time: 1.822 ms
|
||||
[2023-09-06 11:29:25.085002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.086371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.088732]: Det Face MTCNN Net Cost Time: 2.345 ms
|
||||
[2023-09-06 11:29:25.088754]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.090081]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.092065]: Det Face MTCNN Net Cost Time: 1.966 ms
|
||||
[2023-09-06 11:29:25.092086]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.093423]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.095584]: Det Face MTCNN Net Cost Time: 2.143 ms
|
||||
[2023-09-06 11:29:25.095611]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.096944]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.099031]: Det Face MTCNN Net Cost Time: 2.068 ms
|
||||
[2023-09-06 11:29:25.099055]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.100357]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.102537]: Det Face MTCNN Net Cost Time: 2.164 ms
|
||||
[2023-09-06 11:29:25.115851]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.115872]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.117277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.119907]: Det Face MTCNN Net Cost Time: 2.612 ms
|
||||
[2023-09-06 11:29:25.146469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.146491]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.147909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.150162]: Det Face MTCNN Net Cost Time: 2.236 ms
|
||||
[2023-09-06 11:29:25.163486]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.163507]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.164874]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.166776]: Det Face MTCNN Net Cost Time: 1.886 ms
|
||||
[2023-09-06 11:29:25.166799]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.168191]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.170448]: Det Face MTCNN Net Cost Time: 2.241 ms
|
||||
[2023-09-06 11:29:25.170471]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.171791]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.173772]: Det Face MTCNN Net Cost Time: 1.965 ms
|
||||
[2023-09-06 11:29:25.173795]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.174649]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.176507]: Det Face MTCNN Net Cost Time: 1.843 ms
|
||||
[2023-09-06 11:29:25.176529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.177823]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.179904]: Det Face MTCNN Net Cost Time: 2.063 ms
|
||||
[2023-09-06 11:29:25.179925]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.197023]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.212944]: Det Face MTCNN Net Cost Time: 41.071 ms
|
||||
[2023-09-06 11:29:25.392711]: Calc_feature Cost Time: 179 ms
|
||||
[2023-09-06 11:29:25.392764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.394554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.397514]: Det Face MTCNN Net Cost Time: 2.942 ms
|
||||
[2023-09-06 11:29:25.397537]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.398922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.402269]: Det Face MTCNN Net Cost Time: 3.331 ms
|
||||
[2023-09-06 11:29:25.415635]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.415656]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.417031]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.420153]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:25.420175]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.421565]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.424856]: Det Face MTCNN Net Cost Time: 3.273 ms
|
||||
[2023-09-06 11:29:25.424877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.426314]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.429830]: Det Face MTCNN Net Cost Time: 3.511 ms
|
||||
[2023-09-06 11:29:25.455928]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.455950]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.457449]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.460204]: Det Face MTCNN Net Cost Time: 2.737 ms
|
||||
[2023-09-06 11:29:25.460226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.461652]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.464402]: Det Face MTCNN Net Cost Time: 2.732 ms
|
||||
[2023-09-06 11:29:25.464424]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.465836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.469319]: Det Face MTCNN Net Cost Time: 3.464 ms
|
||||
[2023-09-06 11:29:25.495465]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.495487]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.496878]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.499530]: Det Face MTCNN Net Cost Time: 2.634 ms
|
||||
[2023-09-06 11:29:25.499552]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.500889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.504055]: Det Face MTCNN Net Cost Time: 3.144 ms
|
||||
[2023-09-06 11:29:25.517386]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.517407]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.518798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.521746]: Det Face MTCNN Net Cost Time: 2.932 ms
|
||||
[2023-09-06 11:29:25.521769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.523102]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.525882]: Det Face MTCNN Net Cost Time: 2.764 ms
|
||||
[2023-09-06 11:29:25.525906]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.527283]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.530014]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:25.530036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.531385]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.534360]: Det Face MTCNN Net Cost Time: 2.959 ms
|
||||
[2023-09-06 11:29:25.547697]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.547718]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.549092]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.552209]: Det Face MTCNN Net Cost Time: 3.1 ms
|
||||
[2023-09-06 11:29:25.552231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.553554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.556584]: Det Face MTCNN Net Cost Time: 3.011 ms
|
||||
[2023-09-06 11:29:25.556605]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.557922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.561052]: Det Face MTCNN Net Cost Time: 3.113 ms
|
||||
[2023-09-06 11:29:25.561075]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.562386]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.565404]: Det Face MTCNN Net Cost Time: 3.002 ms
|
||||
[2023-09-06 11:29:25.578725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.578746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.580090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.583122]: Det Face MTCNN Net Cost Time: 3.014 ms
|
||||
[2023-09-06 11:29:25.596432]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.596453]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.597805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.600929]: Det Face MTCNN Net Cost Time: 3.106 ms
|
||||
[2023-09-06 11:29:25.614243]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.614263]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.615634]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.619014]: Det Face MTCNN Net Cost Time: 3.363 ms
|
||||
[2023-09-06 11:29:25.657915]: Calc_feature Cost Time: 38 ms
|
||||
[2023-09-06 11:29:25.657937]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.659293]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.662397]: Det Face MTCNN Net Cost Time: 3.088 ms
|
||||
[2023-09-06 11:29:25.675714]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.675735]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.677090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.679842]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:25.679864]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.681156]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.683766]: Det Face MTCNN Net Cost Time: 2.592 ms
|
||||
[2023-09-06 11:29:25.683787]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.685171]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.688467]: Det Face MTCNN Net Cost Time: 3.279 ms
|
||||
[2023-09-06 11:29:25.701818]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.701838]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.703233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.706004]: Det Face MTCNN Net Cost Time: 2.755 ms
|
||||
[2023-09-06 11:29:25.706027]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.707444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.710411]: Det Face MTCNN Net Cost Time: 2.95 ms
|
||||
[2023-09-06 11:29:25.710433]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.711861]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.714531]: Det Face MTCNN Net Cost Time: 2.655 ms
|
||||
[2023-09-06 11:29:25.714554]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.715996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.718758]: Det Face MTCNN Net Cost Time: 2.746 ms
|
||||
[2023-09-06 11:29:25.718786]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.720176]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.723039]: Det Face MTCNN Net Cost Time: 2.844 ms
|
||||
[2023-09-06 11:29:25.723062]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.724452]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.727522]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:25.727545]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.728971]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.732253]: Det Face MTCNN Net Cost Time: 3.266 ms
|
||||
[2023-09-06 11:29:25.745612]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.745633]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.746996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.749804]: Det Face MTCNN Net Cost Time: 2.791 ms
|
||||
[2023-09-06 11:29:25.749827]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.751236]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.754230]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:25.754253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.755620]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.758416]: Det Face MTCNN Net Cost Time: 2.784 ms
|
||||
[2023-09-06 11:29:25.758438]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.759843]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.762959]: Det Face MTCNN Net Cost Time: 3.099 ms
|
||||
[2023-09-06 11:29:25.762981]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.764348]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.767386]: Det Face MTCNN Net Cost Time: 3.022 ms
|
||||
[2023-09-06 11:29:25.780727]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.780748]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.782148]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.784819]: Det Face MTCNN Net Cost Time: 2.653 ms
|
||||
[2023-09-06 11:29:25.784840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.786278]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.788924]: Det Face MTCNN Net Cost Time: 2.628 ms
|
||||
[2023-09-06 11:29:25.788946]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.790362]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.793363]: Det Face MTCNN Net Cost Time: 2.983 ms
|
||||
[2023-09-06 11:29:25.793386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.794719]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.797965]: Det Face MTCNN Net Cost Time: 3.231 ms
|
||||
[2023-09-06 11:29:25.797988]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.799286]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.802014]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:25.802037]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.802889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.805550]: Det Face MTCNN Net Cost Time: 2.646 ms
|
||||
[2023-09-06 11:29:25.805573]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.806940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.809678]: Det Face MTCNN Net Cost Time: 2.722 ms
|
||||
[2023-09-06 11:29:25.809701]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.811054]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.814545]: Det Face MTCNN Net Cost Time: 3.475 ms
|
||||
[2023-09-06 11:29:25.827863]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.827884]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.829249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.832353]: Det Face MTCNN Net Cost Time: 3.087 ms
|
||||
[2023-09-06 11:29:25.832375]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.833682]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.836856]: Det Face MTCNN Net Cost Time: 3.157 ms
|
||||
[2023-09-06 11:29:25.850175]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.850197]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.851533]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.854359]: Det Face MTCNN Net Cost Time: 2.81 ms
|
||||
[2023-09-06 11:29:25.854383]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.855708]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.858946]: Det Face MTCNN Net Cost Time: 3.221 ms
|
||||
[2023-09-06 11:29:25.872269]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.872290]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.873686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.877065]: Det Face MTCNN Net Cost Time: 3.358 ms
|
||||
[2023-09-06 11:29:25.890375]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.890396]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.891717]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.894598]: Det Face MTCNN Net Cost Time: 2.865 ms
|
||||
[2023-09-06 11:29:25.894621]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.895958]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.898774]: Det Face MTCNN Net Cost Time: 2.8 ms
|
||||
[2023-09-06 11:29:25.898798]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.900133]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.903114]: Det Face MTCNN Net Cost Time: 2.964 ms
|
||||
[2023-09-06 11:29:25.903136]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.904471]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.907641]: Det Face MTCNN Net Cost Time: 3.153 ms
|
||||
[2023-09-06 11:29:25.920961]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.920982]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.922302]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.925527]: Det Face MTCNN Net Cost Time: 3.207 ms
|
||||
[2023-09-06 11:29:25.938838]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.938859]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.940202]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.943203]: Det Face MTCNN Net Cost Time: 2.985 ms
|
||||
[2023-09-06 11:29:25.943226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.944593]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.947930]: Det Face MTCNN Net Cost Time: 3.32 ms
|
||||
[2023-09-06 11:29:25.947952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.949280]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.952367]: Det Face MTCNN Net Cost Time: 3.069 ms
|
||||
[2023-09-06 11:29:25.952388]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.953736]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.956836]: Det Face MTCNN Net Cost Time: 3.084 ms
|
||||
[2023-09-06 11:29:25.956858]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.958219]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.960929]: Det Face MTCNN Net Cost Time: 2.693 ms
|
||||
[2023-09-06 11:29:25.960951]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.962277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.964980]: Det Face MTCNN Net Cost Time: 2.685 ms
|
||||
[2023-09-06 11:29:25.965002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.966353]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.969094]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:25.969118]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.970488]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.973762]: Det Face MTCNN Net Cost Time: 3.239 ms
|
||||
[2023-09-06 11:29:25.987130]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.987151]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.988592]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.991639]: Det Face MTCNN Net Cost Time: 3.03 ms
|
||||
[2023-09-06 11:29:25.991662]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.993112]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.996243]: Det Face MTCNN Net Cost Time: 3.114 ms
|
||||
[2023-09-06 11:29:25.996264]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.997648]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.000712]: Det Face MTCNN Net Cost Time: 3.046 ms
|
||||
[2023-09-06 11:29:26.014037]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.014059]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.030438]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.045196]: Det Face MTCNN Net Cost Time: 40.885 ms
|
||||
[2023-09-06 11:29:26.237632]: Calc_feature Cost Time: 192 ms
|
||||
[2023-09-06 11:29:26.237669]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.239006]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.241831]: Det Face MTCNN Net Cost Time: 2.808 ms
|
||||
[2023-09-06 11:29:26.241854]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.243238]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.246672]: Det Face MTCNN Net Cost Time: 3.418 ms
|
||||
[2023-09-06 11:29:26.260035]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.260064]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.261508]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.264522]: Det Face MTCNN Net Cost Time: 2.996 ms
|
||||
[2023-09-06 11:29:26.264544]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.265919]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.269000]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:26.269022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.270393]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.273544]: Det Face MTCNN Net Cost Time: 3.134 ms
|
||||
[2023-09-06 11:29:26.286866]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.286887]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.288239]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.290962]: Det Face MTCNN Net Cost Time: 2.706 ms
|
||||
[2023-09-06 11:29:26.290985]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.292246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.295461]: Det Face MTCNN Net Cost Time: 3.198 ms
|
||||
[2023-09-06 11:29:26.308799]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.308820]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.310159]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.312846]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.312868]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.314294]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.317089]: Det Face MTCNN Net Cost Time: 2.777 ms
|
||||
[2023-09-06 11:29:26.317111]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.317966]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.320639]: Det Face MTCNN Net Cost Time: 2.657 ms
|
||||
[2023-09-06 11:29:26.320660]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.322050]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.325003]: Det Face MTCNN Net Cost Time: 2.935 ms
|
||||
[2023-09-06 11:29:26.325024]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.326390]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.329736]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.329759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.331064]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.334186]: Det Face MTCNN Net Cost Time: 3.105 ms
|
||||
[2023-09-06 11:29:26.347498]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.347519]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.348910]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.352295]: Det Face MTCNN Net Cost Time: 3.369 ms
|
||||
[2023-09-06 11:29:26.352318]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.353681]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.356333]: Det Face MTCNN Net Cost Time: 2.635 ms
|
||||
[2023-09-06 11:29:26.356355]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.357709]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.361054]: Det Face MTCNN Net Cost Time: 3.327 ms
|
||||
[2023-09-06 11:29:26.374380]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.374400]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.375802]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.378902]: Det Face MTCNN Net Cost Time: 3.083 ms
|
||||
[2023-09-06 11:29:26.392209]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.392231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.393591]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.396342]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:26.396363]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.397686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.400486]: Det Face MTCNN Net Cost Time: 2.783 ms
|
||||
[2023-09-06 11:29:26.400508]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.401870]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.404647]: Det Face MTCNN Net Cost Time: 2.759 ms
|
||||
[2023-09-06 11:29:26.404668]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.405935]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.408999]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.422323]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.422344]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.423833]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.426503]: Det Face MTCNN Net Cost Time: 2.647 ms
|
||||
[2023-09-06 11:29:26.426532]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.427887]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.431004]: Det Face MTCNN Net Cost Time: 3.112 ms
|
||||
[2023-09-06 11:29:26.444310]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.444331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.445668]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.448742]: Det Face MTCNN Net Cost Time: 3.056 ms
|
||||
[2023-09-06 11:29:26.448764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.450124]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.453384]: Det Face MTCNN Net Cost Time: 3.243 ms
|
||||
[2023-09-06 11:29:26.466701]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.466722]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.468095]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.470865]: Det Face MTCNN Net Cost Time: 2.753 ms
|
||||
[2023-09-06 11:29:26.470889]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.472186]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.475372]: Det Face MTCNN Net Cost Time: 3.169 ms
|
||||
[2023-09-06 11:29:26.488689]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.488711]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.490082]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.492953]: Det Face MTCNN Net Cost Time: 2.853 ms
|
||||
[2023-09-06 11:29:26.492975]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.494375]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.497182]: Det Face MTCNN Net Cost Time: 2.789 ms
|
||||
[2023-09-06 11:29:26.497205]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.498536]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.501579]: Det Face MTCNN Net Cost Time: 3.027 ms
|
||||
[2023-09-06 11:29:26.501601]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.502945]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.506059]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.519373]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.519395]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.520721]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.523452]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:26.523475]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.524811]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.527526]: Det Face MTCNN Net Cost Time: 2.699 ms
|
||||
[2023-09-06 11:29:26.527549]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.528927]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.531736]: Det Face MTCNN Net Cost Time: 2.793 ms
|
||||
[2023-09-06 11:29:26.531759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.533098]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.535860]: Det Face MTCNN Net Cost Time: 2.744 ms
|
||||
[2023-09-06 11:29:26.535882]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.537210]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.540361]: Det Face MTCNN Net Cost Time: 3.133 ms
|
||||
[2023-09-06 11:29:26.540382]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.541748]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.545220]: Det Face MTCNN Net Cost Time: 3.455 ms
|
||||
[2023-09-06 11:29:26.558547]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.558569]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.559934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.563049]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.576363]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.576384]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.577739]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.580881]: Det Face MTCNN Net Cost Time: 3.118 ms
|
||||
[2023-09-06 11:29:26.594191]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.594212]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.595553]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.598386]: Det Face MTCNN Net Cost Time: 2.816 ms
|
||||
[2023-09-06 11:29:26.598409]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.599756]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.602916]: Det Face MTCNN Net Cost Time: 3.142 ms
|
||||
[2023-09-06 11:29:26.602939]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.604241]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.607312]: Det Face MTCNN Net Cost Time: 3.049 ms
|
||||
[2023-09-06 11:29:26.607339]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.608184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.610826]: Det Face MTCNN Net Cost Time: 2.624 ms
|
||||
[2023-09-06 11:29:26.610849]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.612184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.614925]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:26.614948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.615750]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.618025]: Det Face MTCNN Net Cost Time: 2.26 ms
|
||||
[2023-09-06 11:29:26.618047]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.619371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.622406]: Det Face MTCNN Net Cost Time: 3.018 ms
|
||||
[2023-09-06 11:29:26.635725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.635746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.637118]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.639808]: Det Face MTCNN Net Cost Time: 2.672 ms
|
||||
[2023-09-06 11:29:26.639830]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.641187]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.644505]: Det Face MTCNN Net Cost Time: 3.301 ms
|
||||
[2023-09-06 11:29:26.644526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.645856]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.648578]: Det Face MTCNN Net Cost Time: 2.704 ms
|
||||
[2023-09-06 11:29:26.648600]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.649951]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.652626]: Det Face MTCNN Net Cost Time: 2.658 ms
|
||||
[2023-09-06 11:29:26.652648]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.653969]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.656964]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:26.656986]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.658374]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.661724]: Det Face MTCNN Net Cost Time: 3.333 ms
|
||||
[2023-09-06 11:29:26.675040]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.675060]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.676410]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.679230]: Det Face MTCNN Net Cost Time: 2.803 ms
|
||||
[2023-09-06 11:29:26.679253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.680617]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.683765]: Det Face MTCNN Net Cost Time: 3.131 ms
|
||||
[2023-09-06 11:29:26.683788]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.685109]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.688228]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:26.701538]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.701559]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.702957]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.706315]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.719625]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.719646]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.720994]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.724366]: Det Face MTCNN Net Cost Time: 3.355 ms
|
||||
[2023-09-06 11:29:26.750469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.750490]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.751909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.754644]: Det Face MTCNN Net Cost Time: 2.717 ms
|
||||
[2023-09-06 11:29:26.754667]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.756040]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.759336]: Det Face MTCNN Net Cost Time: 3.28 ms
|
||||
[2023-09-06 11:29:26.785429]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.785451]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.786821]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.789507]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.789529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.790936]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.794000]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.794022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.795349]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.798548]: Det Face MTCNN Net Cost Time: 3.177 ms
|
||||
[2023-09-06 11:29:26.824656]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.824677]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.826068]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.828930]: Det Face MTCNN Net Cost Time: 2.85 ms
|
||||
[2023-09-06 11:29:26.828952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.829863]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.832138]: Det Face MTCNN Net Cost Time: 2.259 ms
|
||||
[2023-09-06 11:29:26.832159]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.833505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.836519]: Det Face MTCNN Net Cost Time: 2.995 ms
|
||||
[2023-09-06 11:29:26.836540]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.837905]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.841269]: Det Face MTCNN Net Cost Time: 3.346 ms
|
||||
[2023-09-06 11:29:26.854586]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.854607]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.855938]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.859103]: Det Face MTCNN Net Cost Time: 3.149 ms
|
||||
[2023-09-06 11:29:26.872408]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.872429]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.873820]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.876959]: Det Face MTCNN Net Cost Time: 3.121 ms
|
||||
[2023-09-06 11:29:26.890345]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.890367]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.891776]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.894846]: Det Face MTCNN Net Cost Time: 3.053 ms
|
||||
[2023-09-06 11:29:26.894869]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.896268]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.899553]: Det Face MTCNN Net Cost Time: 3.269 ms
|
||||
[2023-09-06 11:29:26.899576]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.900934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.903663]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:26.903686]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.905026]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.908054]: Det Face MTCNN Net Cost Time: 3.008 ms
|
||||
[2023-09-06 11:29:26.921367]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.921389]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.922805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.925855]: Det Face MTCNN Net Cost Time: 3.032 ms
|
||||
[2023-09-06 11:29:26.925877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.927233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.930567]: Det Face MTCNN Net Cost Time: 3.323 ms
|
||||
[2023-09-06 11:29:26.943894]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.943916]: Get ids Cost Time: 0 ms
|
|
@ -0,0 +1,702 @@
|
|||
[2023-09-06 11:29:21.545844]: begin loadTRTModel ../det_face_id/model/det_face_id_v1.0.3-1.trt
|
||||
[2023-09-06 11:29:21.830257]: model size: 22170360
|
||||
[2023-09-06 11:29:24.195934]: Glob Size is 22110592 bytes.
|
||||
[2023-09-06 11:29:24.202808]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202924]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202969]: Added linear block of size 12582912
|
||||
[2023-09-06 11:29:24.209759]: Deserialize required 39431 microseconds.
|
||||
[2023-09-06 11:29:24.215689]: end loadTRTModel
|
||||
[2023-09-06 11:29:24.219107]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.450954]: Det Face MTCNN Net Cost Time: 31.617 ms
|
||||
[2023-09-06 11:29:24.543798]: Calc_feature Cost Time: 92 ms
|
||||
[2023-09-06 11:29:24.544898]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.554509]: Det Face MTCNN Net Cost Time: 9.514 ms
|
||||
[2023-09-06 11:29:24.569285]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.570240]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.574999]: Det Face MTCNN Net Cost Time: 4.674 ms
|
||||
[2023-09-06 11:29:24.589188]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.589505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.591749]: Det Face MTCNN Net Cost Time: 2.214 ms
|
||||
[2023-09-06 11:29:24.605562]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.607459]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.610745]: Det Face MTCNN Net Cost Time: 3.264 ms
|
||||
[2023-09-06 11:29:24.624435]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.627500]: Get ids Cost Time: 3 ms
|
||||
[2023-09-06 11:29:24.653531]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.666101]: Det Face MTCNN Net Cost Time: 12.469 ms
|
||||
[2023-09-06 11:29:24.680291]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.680331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.682872]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.686601]: Det Face MTCNN Net Cost Time: 3.697 ms
|
||||
[2023-09-06 11:29:24.700362]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.700386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.701906]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.705166]: Det Face MTCNN Net Cost Time: 3.24 ms
|
||||
[2023-09-06 11:29:24.705190]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.706622]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.708823]: Det Face MTCNN Net Cost Time: 2.185 ms
|
||||
[2023-09-06 11:29:24.708846]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.710196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.712105]: Det Face MTCNN Net Cost Time: 1.891 ms
|
||||
[2023-09-06 11:29:24.712126]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.713529]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.715475]: Det Face MTCNN Net Cost Time: 1.928 ms
|
||||
[2023-09-06 11:29:24.715497]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.716923]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.718926]: Det Face MTCNN Net Cost Time: 1.986 ms
|
||||
[2023-09-06 11:29:24.718948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.720334]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.723155]: Det Face MTCNN Net Cost Time: 2.805 ms
|
||||
[2023-09-06 11:29:24.736806]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.736828]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.738255]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.740524]: Det Face MTCNN Net Cost Time: 2.251 ms
|
||||
[2023-09-06 11:29:24.754171]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.754193]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.755549]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.757986]: Det Face MTCNN Net Cost Time: 2.424 ms
|
||||
[2023-09-06 11:29:24.771622]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.771642]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.773047]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.775029]: Det Face MTCNN Net Cost Time: 1.964 ms
|
||||
[2023-09-06 11:29:24.775050]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.776444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.779100]: Det Face MTCNN Net Cost Time: 2.639 ms
|
||||
[2023-09-06 11:29:24.792738]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.792759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.794162]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.796505]: Det Face MTCNN Net Cost Time: 2.325 ms
|
||||
[2023-09-06 11:29:24.796526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.797836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.800174]: Det Face MTCNN Net Cost Time: 2.32 ms
|
||||
[2023-09-06 11:29:24.813813]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.813834]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.815196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.817764]: Det Face MTCNN Net Cost Time: 2.552 ms
|
||||
[2023-09-06 11:29:24.831414]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.831435]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.832801]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.834760]: Det Face MTCNN Net Cost Time: 1.942 ms
|
||||
[2023-09-06 11:29:24.834782]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.836104]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.838118]: Det Face MTCNN Net Cost Time: 1.998 ms
|
||||
[2023-09-06 11:29:24.838141]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.839434]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.841747]: Det Face MTCNN Net Cost Time: 2.297 ms
|
||||
[2023-09-06 11:29:24.841769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.843055]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.845436]: Det Face MTCNN Net Cost Time: 2.365 ms
|
||||
[2023-09-06 11:29:24.845459]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.846838]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.848928]: Det Face MTCNN Net Cost Time: 2.074 ms
|
||||
[2023-09-06 11:29:24.848949]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.850273]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.852551]: Det Face MTCNN Net Cost Time: 2.261 ms
|
||||
[2023-09-06 11:29:24.866203]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.866224]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.867569]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.869459]: Det Face MTCNN Net Cost Time: 1.873 ms
|
||||
[2023-09-06 11:29:24.869481]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.870822]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.872809]: Det Face MTCNN Net Cost Time: 1.971 ms
|
||||
[2023-09-06 11:29:24.872832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.874251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.876514]: Det Face MTCNN Net Cost Time: 2.246 ms
|
||||
[2023-09-06 11:29:24.876535]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.877840]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.880254]: Det Face MTCNN Net Cost Time: 2.397 ms
|
||||
[2023-09-06 11:29:24.893565]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.893586]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.894976]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.897379]: Det Face MTCNN Net Cost Time: 2.386 ms
|
||||
[2023-09-06 11:29:24.910704]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.910725]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.912083]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.914316]: Det Face MTCNN Net Cost Time: 2.216 ms
|
||||
[2023-09-06 11:29:24.914338]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.915691]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.917641]: Det Face MTCNN Net Cost Time: 1.935 ms
|
||||
[2023-09-06 11:29:24.917663]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.918986]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.920854]: Det Face MTCNN Net Cost Time: 1.852 ms
|
||||
[2023-09-06 11:29:24.920876]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.922249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.924532]: Det Face MTCNN Net Cost Time: 2.266 ms
|
||||
[2023-09-06 11:29:24.937839]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.937860]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.939274]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.941517]: Det Face MTCNN Net Cost Time: 2.227 ms
|
||||
[2023-09-06 11:29:24.954837]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.954857]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.956251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.958390]: Det Face MTCNN Net Cost Time: 2.122 ms
|
||||
[2023-09-06 11:29:24.958416]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.959704]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.962014]: Det Face MTCNN Net Cost Time: 2.295 ms
|
||||
[2023-09-06 11:29:24.962036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.963392]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.965264]: Det Face MTCNN Net Cost Time: 1.855 ms
|
||||
[2023-09-06 11:29:24.965287]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.966577]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.969207]: Det Face MTCNN Net Cost Time: 2.614 ms
|
||||
[2023-09-06 11:29:24.969229]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.970539]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.972608]: Det Face MTCNN Net Cost Time: 2.053 ms
|
||||
[2023-09-06 11:29:24.972629]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.973940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.975888]: Det Face MTCNN Net Cost Time: 1.93 ms
|
||||
[2023-09-06 11:29:24.975910]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.977256]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.979662]: Det Face MTCNN Net Cost Time: 2.389 ms
|
||||
[2023-09-06 11:29:24.979683]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.980991]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.983521]: Det Face MTCNN Net Cost Time: 2.514 ms
|
||||
[2023-09-06 11:29:25.009809]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.009832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.011246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.013842]: Det Face MTCNN Net Cost Time: 2.579 ms
|
||||
[2023-09-06 11:29:25.027166]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.027187]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.028555]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.030887]: Det Face MTCNN Net Cost Time: 2.316 ms
|
||||
[2023-09-06 11:29:25.044198]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.044219]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.045096]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.046937]: Det Face MTCNN Net Cost Time: 1.825 ms
|
||||
[2023-09-06 11:29:25.046958]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.048290]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.050154]: Det Face MTCNN Net Cost Time: 1.849 ms
|
||||
[2023-09-06 11:29:25.050177]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.051481]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.053818]: Det Face MTCNN Net Cost Time: 2.322 ms
|
||||
[2023-09-06 11:29:25.067127]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.067147]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.068537]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.070730]: Det Face MTCNN Net Cost Time: 2.178 ms
|
||||
[2023-09-06 11:29:25.070753]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.072042]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.074470]: Det Face MTCNN Net Cost Time: 2.413 ms
|
||||
[2023-09-06 11:29:25.074493]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.075798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.078237]: Det Face MTCNN Net Cost Time: 2.423 ms
|
||||
[2023-09-06 11:29:25.078260]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.079547]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.081817]: Det Face MTCNN Net Cost Time: 2.254 ms
|
||||
[2023-09-06 11:29:25.081840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.083143]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.084980]: Det Face MTCNN Net Cost Time: 1.822 ms
|
||||
[2023-09-06 11:29:25.085002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.086371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.088732]: Det Face MTCNN Net Cost Time: 2.345 ms
|
||||
[2023-09-06 11:29:25.088754]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.090081]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.092065]: Det Face MTCNN Net Cost Time: 1.966 ms
|
||||
[2023-09-06 11:29:25.092086]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.093423]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.095584]: Det Face MTCNN Net Cost Time: 2.143 ms
|
||||
[2023-09-06 11:29:25.095611]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.096944]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.099031]: Det Face MTCNN Net Cost Time: 2.068 ms
|
||||
[2023-09-06 11:29:25.099055]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.100357]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.102537]: Det Face MTCNN Net Cost Time: 2.164 ms
|
||||
[2023-09-06 11:29:25.115851]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.115872]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.117277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.119907]: Det Face MTCNN Net Cost Time: 2.612 ms
|
||||
[2023-09-06 11:29:25.146469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.146491]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.147909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.150162]: Det Face MTCNN Net Cost Time: 2.236 ms
|
||||
[2023-09-06 11:29:25.163486]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.163507]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.164874]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.166776]: Det Face MTCNN Net Cost Time: 1.886 ms
|
||||
[2023-09-06 11:29:25.166799]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.168191]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.170448]: Det Face MTCNN Net Cost Time: 2.241 ms
|
||||
[2023-09-06 11:29:25.170471]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.171791]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.173772]: Det Face MTCNN Net Cost Time: 1.965 ms
|
||||
[2023-09-06 11:29:25.173795]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.174649]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.176507]: Det Face MTCNN Net Cost Time: 1.843 ms
|
||||
[2023-09-06 11:29:25.176529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.177823]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.179904]: Det Face MTCNN Net Cost Time: 2.063 ms
|
||||
[2023-09-06 11:29:25.179925]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.197023]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.212944]: Det Face MTCNN Net Cost Time: 41.071 ms
|
||||
[2023-09-06 11:29:25.392711]: Calc_feature Cost Time: 179 ms
|
||||
[2023-09-06 11:29:25.392764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.394554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.397514]: Det Face MTCNN Net Cost Time: 2.942 ms
|
||||
[2023-09-06 11:29:25.397537]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.398922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.402269]: Det Face MTCNN Net Cost Time: 3.331 ms
|
||||
[2023-09-06 11:29:25.415635]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.415656]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.417031]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.420153]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:25.420175]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.421565]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.424856]: Det Face MTCNN Net Cost Time: 3.273 ms
|
||||
[2023-09-06 11:29:25.424877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.426314]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.429830]: Det Face MTCNN Net Cost Time: 3.511 ms
|
||||
[2023-09-06 11:29:25.455928]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.455950]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.457449]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.460204]: Det Face MTCNN Net Cost Time: 2.737 ms
|
||||
[2023-09-06 11:29:25.460226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.461652]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.464402]: Det Face MTCNN Net Cost Time: 2.732 ms
|
||||
[2023-09-06 11:29:25.464424]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.465836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.469319]: Det Face MTCNN Net Cost Time: 3.464 ms
|
||||
[2023-09-06 11:29:25.495465]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.495487]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.496878]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.499530]: Det Face MTCNN Net Cost Time: 2.634 ms
|
||||
[2023-09-06 11:29:25.499552]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.500889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.504055]: Det Face MTCNN Net Cost Time: 3.144 ms
|
||||
[2023-09-06 11:29:25.517386]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.517407]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.518798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.521746]: Det Face MTCNN Net Cost Time: 2.932 ms
|
||||
[2023-09-06 11:29:25.521769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.523102]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.525882]: Det Face MTCNN Net Cost Time: 2.764 ms
|
||||
[2023-09-06 11:29:25.525906]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.527283]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.530014]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:25.530036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.531385]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.534360]: Det Face MTCNN Net Cost Time: 2.959 ms
|
||||
[2023-09-06 11:29:25.547697]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.547718]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.549092]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.552209]: Det Face MTCNN Net Cost Time: 3.1 ms
|
||||
[2023-09-06 11:29:25.552231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.553554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.556584]: Det Face MTCNN Net Cost Time: 3.011 ms
|
||||
[2023-09-06 11:29:25.556605]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.557922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.561052]: Det Face MTCNN Net Cost Time: 3.113 ms
|
||||
[2023-09-06 11:29:25.561075]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.562386]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.565404]: Det Face MTCNN Net Cost Time: 3.002 ms
|
||||
[2023-09-06 11:29:25.578725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.578746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.580090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.583122]: Det Face MTCNN Net Cost Time: 3.014 ms
|
||||
[2023-09-06 11:29:25.596432]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.596453]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.597805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.600929]: Det Face MTCNN Net Cost Time: 3.106 ms
|
||||
[2023-09-06 11:29:25.614243]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.614263]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.615634]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.619014]: Det Face MTCNN Net Cost Time: 3.363 ms
|
||||
[2023-09-06 11:29:25.657915]: Calc_feature Cost Time: 38 ms
|
||||
[2023-09-06 11:29:25.657937]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.659293]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.662397]: Det Face MTCNN Net Cost Time: 3.088 ms
|
||||
[2023-09-06 11:29:25.675714]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.675735]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.677090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.679842]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:25.679864]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.681156]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.683766]: Det Face MTCNN Net Cost Time: 2.592 ms
|
||||
[2023-09-06 11:29:25.683787]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.685171]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.688467]: Det Face MTCNN Net Cost Time: 3.279 ms
|
||||
[2023-09-06 11:29:25.701818]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.701838]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.703233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.706004]: Det Face MTCNN Net Cost Time: 2.755 ms
|
||||
[2023-09-06 11:29:25.706027]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.707444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.710411]: Det Face MTCNN Net Cost Time: 2.95 ms
|
||||
[2023-09-06 11:29:25.710433]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.711861]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.714531]: Det Face MTCNN Net Cost Time: 2.655 ms
|
||||
[2023-09-06 11:29:25.714554]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.715996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.718758]: Det Face MTCNN Net Cost Time: 2.746 ms
|
||||
[2023-09-06 11:29:25.718786]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.720176]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.723039]: Det Face MTCNN Net Cost Time: 2.844 ms
|
||||
[2023-09-06 11:29:25.723062]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.724452]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.727522]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:25.727545]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.728971]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.732253]: Det Face MTCNN Net Cost Time: 3.266 ms
|
||||
[2023-09-06 11:29:25.745612]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.745633]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.746996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.749804]: Det Face MTCNN Net Cost Time: 2.791 ms
|
||||
[2023-09-06 11:29:25.749827]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.751236]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.754230]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:25.754253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.755620]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.758416]: Det Face MTCNN Net Cost Time: 2.784 ms
|
||||
[2023-09-06 11:29:25.758438]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.759843]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.762959]: Det Face MTCNN Net Cost Time: 3.099 ms
|
||||
[2023-09-06 11:29:25.762981]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.764348]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.767386]: Det Face MTCNN Net Cost Time: 3.022 ms
|
||||
[2023-09-06 11:29:25.780727]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.780748]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.782148]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.784819]: Det Face MTCNN Net Cost Time: 2.653 ms
|
||||
[2023-09-06 11:29:25.784840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.786278]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.788924]: Det Face MTCNN Net Cost Time: 2.628 ms
|
||||
[2023-09-06 11:29:25.788946]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.790362]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.793363]: Det Face MTCNN Net Cost Time: 2.983 ms
|
||||
[2023-09-06 11:29:25.793386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.794719]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.797965]: Det Face MTCNN Net Cost Time: 3.231 ms
|
||||
[2023-09-06 11:29:25.797988]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.799286]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.802014]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:25.802037]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.802889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.805550]: Det Face MTCNN Net Cost Time: 2.646 ms
|
||||
[2023-09-06 11:29:25.805573]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.806940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.809678]: Det Face MTCNN Net Cost Time: 2.722 ms
|
||||
[2023-09-06 11:29:25.809701]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.811054]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.814545]: Det Face MTCNN Net Cost Time: 3.475 ms
|
||||
[2023-09-06 11:29:25.827863]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.827884]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.829249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.832353]: Det Face MTCNN Net Cost Time: 3.087 ms
|
||||
[2023-09-06 11:29:25.832375]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.833682]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.836856]: Det Face MTCNN Net Cost Time: 3.157 ms
|
||||
[2023-09-06 11:29:25.850175]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.850197]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.851533]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.854359]: Det Face MTCNN Net Cost Time: 2.81 ms
|
||||
[2023-09-06 11:29:25.854383]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.855708]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.858946]: Det Face MTCNN Net Cost Time: 3.221 ms
|
||||
[2023-09-06 11:29:25.872269]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.872290]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.873686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.877065]: Det Face MTCNN Net Cost Time: 3.358 ms
|
||||
[2023-09-06 11:29:25.890375]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.890396]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.891717]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.894598]: Det Face MTCNN Net Cost Time: 2.865 ms
|
||||
[2023-09-06 11:29:25.894621]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.895958]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.898774]: Det Face MTCNN Net Cost Time: 2.8 ms
|
||||
[2023-09-06 11:29:25.898798]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.900133]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.903114]: Det Face MTCNN Net Cost Time: 2.964 ms
|
||||
[2023-09-06 11:29:25.903136]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.904471]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.907641]: Det Face MTCNN Net Cost Time: 3.153 ms
|
||||
[2023-09-06 11:29:25.920961]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.920982]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.922302]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.925527]: Det Face MTCNN Net Cost Time: 3.207 ms
|
||||
[2023-09-06 11:29:25.938838]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.938859]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.940202]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.943203]: Det Face MTCNN Net Cost Time: 2.985 ms
|
||||
[2023-09-06 11:29:25.943226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.944593]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.947930]: Det Face MTCNN Net Cost Time: 3.32 ms
|
||||
[2023-09-06 11:29:25.947952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.949280]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.952367]: Det Face MTCNN Net Cost Time: 3.069 ms
|
||||
[2023-09-06 11:29:25.952388]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.953736]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.956836]: Det Face MTCNN Net Cost Time: 3.084 ms
|
||||
[2023-09-06 11:29:25.956858]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.958219]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.960929]: Det Face MTCNN Net Cost Time: 2.693 ms
|
||||
[2023-09-06 11:29:25.960951]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.962277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.964980]: Det Face MTCNN Net Cost Time: 2.685 ms
|
||||
[2023-09-06 11:29:25.965002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.966353]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.969094]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:25.969118]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.970488]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.973762]: Det Face MTCNN Net Cost Time: 3.239 ms
|
||||
[2023-09-06 11:29:25.987130]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.987151]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.988592]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.991639]: Det Face MTCNN Net Cost Time: 3.03 ms
|
||||
[2023-09-06 11:29:25.991662]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.993112]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.996243]: Det Face MTCNN Net Cost Time: 3.114 ms
|
||||
[2023-09-06 11:29:25.996264]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.997648]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.000712]: Det Face MTCNN Net Cost Time: 3.046 ms
|
||||
[2023-09-06 11:29:26.014037]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.014059]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.030438]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.045196]: Det Face MTCNN Net Cost Time: 40.885 ms
|
||||
[2023-09-06 11:29:26.237632]: Calc_feature Cost Time: 192 ms
|
||||
[2023-09-06 11:29:26.237669]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.239006]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.241831]: Det Face MTCNN Net Cost Time: 2.808 ms
|
||||
[2023-09-06 11:29:26.241854]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.243238]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.246672]: Det Face MTCNN Net Cost Time: 3.418 ms
|
||||
[2023-09-06 11:29:26.260035]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.260064]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.261508]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.264522]: Det Face MTCNN Net Cost Time: 2.996 ms
|
||||
[2023-09-06 11:29:26.264544]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.265919]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.269000]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:26.269022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.270393]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.273544]: Det Face MTCNN Net Cost Time: 3.134 ms
|
||||
[2023-09-06 11:29:26.286866]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.286887]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.288239]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.290962]: Det Face MTCNN Net Cost Time: 2.706 ms
|
||||
[2023-09-06 11:29:26.290985]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.292246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.295461]: Det Face MTCNN Net Cost Time: 3.198 ms
|
||||
[2023-09-06 11:29:26.308799]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.308820]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.310159]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.312846]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.312868]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.314294]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.317089]: Det Face MTCNN Net Cost Time: 2.777 ms
|
||||
[2023-09-06 11:29:26.317111]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.317966]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.320639]: Det Face MTCNN Net Cost Time: 2.657 ms
|
||||
[2023-09-06 11:29:26.320660]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.322050]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.325003]: Det Face MTCNN Net Cost Time: 2.935 ms
|
||||
[2023-09-06 11:29:26.325024]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.326390]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.329736]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.329759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.331064]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.334186]: Det Face MTCNN Net Cost Time: 3.105 ms
|
||||
[2023-09-06 11:29:26.347498]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.347519]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.348910]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.352295]: Det Face MTCNN Net Cost Time: 3.369 ms
|
||||
[2023-09-06 11:29:26.352318]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.353681]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.356333]: Det Face MTCNN Net Cost Time: 2.635 ms
|
||||
[2023-09-06 11:29:26.356355]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.357709]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.361054]: Det Face MTCNN Net Cost Time: 3.327 ms
|
||||
[2023-09-06 11:29:26.374380]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.374400]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.375802]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.378902]: Det Face MTCNN Net Cost Time: 3.083 ms
|
||||
[2023-09-06 11:29:26.392209]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.392231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.393591]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.396342]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:26.396363]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.397686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.400486]: Det Face MTCNN Net Cost Time: 2.783 ms
|
||||
[2023-09-06 11:29:26.400508]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.401870]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.404647]: Det Face MTCNN Net Cost Time: 2.759 ms
|
||||
[2023-09-06 11:29:26.404668]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.405935]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.408999]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.422323]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.422344]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.423833]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.426503]: Det Face MTCNN Net Cost Time: 2.647 ms
|
||||
[2023-09-06 11:29:26.426532]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.427887]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.431004]: Det Face MTCNN Net Cost Time: 3.112 ms
|
||||
[2023-09-06 11:29:26.444310]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.444331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.445668]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.448742]: Det Face MTCNN Net Cost Time: 3.056 ms
|
||||
[2023-09-06 11:29:26.448764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.450124]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.453384]: Det Face MTCNN Net Cost Time: 3.243 ms
|
||||
[2023-09-06 11:29:26.466701]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.466722]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.468095]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.470865]: Det Face MTCNN Net Cost Time: 2.753 ms
|
||||
[2023-09-06 11:29:26.470889]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.472186]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.475372]: Det Face MTCNN Net Cost Time: 3.169 ms
|
||||
[2023-09-06 11:29:26.488689]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.488711]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.490082]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.492953]: Det Face MTCNN Net Cost Time: 2.853 ms
|
||||
[2023-09-06 11:29:26.492975]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.494375]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.497182]: Det Face MTCNN Net Cost Time: 2.789 ms
|
||||
[2023-09-06 11:29:26.497205]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.498536]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.501579]: Det Face MTCNN Net Cost Time: 3.027 ms
|
||||
[2023-09-06 11:29:26.501601]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.502945]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.506059]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.519373]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.519395]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.520721]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.523452]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:26.523475]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.524811]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.527526]: Det Face MTCNN Net Cost Time: 2.699 ms
|
||||
[2023-09-06 11:29:26.527549]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.528927]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.531736]: Det Face MTCNN Net Cost Time: 2.793 ms
|
||||
[2023-09-06 11:29:26.531759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.533098]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.535860]: Det Face MTCNN Net Cost Time: 2.744 ms
|
||||
[2023-09-06 11:29:26.535882]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.537210]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.540361]: Det Face MTCNN Net Cost Time: 3.133 ms
|
||||
[2023-09-06 11:29:26.540382]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.541748]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.545220]: Det Face MTCNN Net Cost Time: 3.455 ms
|
||||
[2023-09-06 11:29:26.558547]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.558569]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.559934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.563049]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.576363]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.576384]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.577739]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.580881]: Det Face MTCNN Net Cost Time: 3.118 ms
|
||||
[2023-09-06 11:29:26.594191]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.594212]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.595553]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.598386]: Det Face MTCNN Net Cost Time: 2.816 ms
|
||||
[2023-09-06 11:29:26.598409]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.599756]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.602916]: Det Face MTCNN Net Cost Time: 3.142 ms
|
||||
[2023-09-06 11:29:26.602939]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.604241]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.607312]: Det Face MTCNN Net Cost Time: 3.049 ms
|
||||
[2023-09-06 11:29:26.607339]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.608184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.610826]: Det Face MTCNN Net Cost Time: 2.624 ms
|
||||
[2023-09-06 11:29:26.610849]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.612184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.614925]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:26.614948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.615750]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.618025]: Det Face MTCNN Net Cost Time: 2.26 ms
|
||||
[2023-09-06 11:29:26.618047]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.619371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.622406]: Det Face MTCNN Net Cost Time: 3.018 ms
|
||||
[2023-09-06 11:29:26.635725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.635746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.637118]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.639808]: Det Face MTCNN Net Cost Time: 2.672 ms
|
||||
[2023-09-06 11:29:26.639830]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.641187]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.644505]: Det Face MTCNN Net Cost Time: 3.301 ms
|
||||
[2023-09-06 11:29:26.644526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.645856]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.648578]: Det Face MTCNN Net Cost Time: 2.704 ms
|
||||
[2023-09-06 11:29:26.648600]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.649951]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.652626]: Det Face MTCNN Net Cost Time: 2.658 ms
|
||||
[2023-09-06 11:29:26.652648]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.653969]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.656964]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:26.656986]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.658374]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.661724]: Det Face MTCNN Net Cost Time: 3.333 ms
|
||||
[2023-09-06 11:29:26.675040]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.675060]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.676410]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.679230]: Det Face MTCNN Net Cost Time: 2.803 ms
|
||||
[2023-09-06 11:29:26.679253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.680617]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.683765]: Det Face MTCNN Net Cost Time: 3.131 ms
|
||||
[2023-09-06 11:29:26.683788]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.685109]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.688228]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:26.701538]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.701559]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.702957]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.706315]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.719625]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.719646]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.720994]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.724366]: Det Face MTCNN Net Cost Time: 3.355 ms
|
||||
[2023-09-06 11:29:26.750469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.750490]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.751909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.754644]: Det Face MTCNN Net Cost Time: 2.717 ms
|
||||
[2023-09-06 11:29:26.754667]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.756040]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.759336]: Det Face MTCNN Net Cost Time: 3.28 ms
|
||||
[2023-09-06 11:29:26.785429]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.785451]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.786821]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.789507]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.789529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.790936]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.794000]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.794022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.795349]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.798548]: Det Face MTCNN Net Cost Time: 3.177 ms
|
||||
[2023-09-06 11:29:26.824656]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.824677]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.826068]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.828930]: Det Face MTCNN Net Cost Time: 2.85 ms
|
||||
[2023-09-06 11:29:26.828952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.829863]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.832138]: Det Face MTCNN Net Cost Time: 2.259 ms
|
||||
[2023-09-06 11:29:26.832159]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.833505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.836519]: Det Face MTCNN Net Cost Time: 2.995 ms
|
||||
[2023-09-06 11:29:26.836540]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.837905]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.841269]: Det Face MTCNN Net Cost Time: 3.346 ms
|
||||
[2023-09-06 11:29:26.854586]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.854607]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.855938]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.859103]: Det Face MTCNN Net Cost Time: 3.149 ms
|
||||
[2023-09-06 11:29:26.872408]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.872429]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.873820]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.876959]: Det Face MTCNN Net Cost Time: 3.121 ms
|
||||
[2023-09-06 11:29:26.890345]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.890367]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.891776]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.894846]: Det Face MTCNN Net Cost Time: 3.053 ms
|
||||
[2023-09-06 11:29:26.894869]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.896268]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.899553]: Det Face MTCNN Net Cost Time: 3.269 ms
|
||||
[2023-09-06 11:29:26.899576]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.900934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.903663]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:26.903686]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.905026]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.908054]: Det Face MTCNN Net Cost Time: 3.008 ms
|
||||
[2023-09-06 11:29:26.921367]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.921389]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.922805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.925855]: Det Face MTCNN Net Cost Time: 3.032 ms
|
||||
[2023-09-06 11:29:26.925877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.927233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.930567]: Det Face MTCNN Net Cost Time: 3.323 ms
|
||||
[2023-09-06 11:29:26.943894]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.943916]: Get ids Cost Time: 0 ms
|
|
@ -0,0 +1,703 @@
|
|||
[2023-09-06 11:29:21.487702]: Net: can not find the layer by this name [conv5-3]
|
||||
[2023-09-06 11:29:21.545844]: begin loadTRTModel ../det_face_id/model/det_face_id_v1.0.3-1.trt
|
||||
[2023-09-06 11:29:21.830257]: model size: 22170360
|
||||
[2023-09-06 11:29:24.195934]: Glob Size is 22110592 bytes.
|
||||
[2023-09-06 11:29:24.202808]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202924]: Added linear block of size 100663296
|
||||
[2023-09-06 11:29:24.202969]: Added linear block of size 12582912
|
||||
[2023-09-06 11:29:24.209759]: Deserialize required 39431 microseconds.
|
||||
[2023-09-06 11:29:24.215689]: end loadTRTModel
|
||||
[2023-09-06 11:29:24.219107]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.450954]: Det Face MTCNN Net Cost Time: 31.617 ms
|
||||
[2023-09-06 11:29:24.543798]: Calc_feature Cost Time: 92 ms
|
||||
[2023-09-06 11:29:24.544898]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.554509]: Det Face MTCNN Net Cost Time: 9.514 ms
|
||||
[2023-09-06 11:29:24.569285]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.570240]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.574999]: Det Face MTCNN Net Cost Time: 4.674 ms
|
||||
[2023-09-06 11:29:24.589188]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.589505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.591749]: Det Face MTCNN Net Cost Time: 2.214 ms
|
||||
[2023-09-06 11:29:24.605562]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.607459]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.610745]: Det Face MTCNN Net Cost Time: 3.264 ms
|
||||
[2023-09-06 11:29:24.624435]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.627500]: Get ids Cost Time: 3 ms
|
||||
[2023-09-06 11:29:24.653531]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.666101]: Det Face MTCNN Net Cost Time: 12.469 ms
|
||||
[2023-09-06 11:29:24.680291]: Calc_feature Cost Time: 14 ms
|
||||
[2023-09-06 11:29:24.680331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.682872]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.686601]: Det Face MTCNN Net Cost Time: 3.697 ms
|
||||
[2023-09-06 11:29:24.700362]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.700386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.701906]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.705166]: Det Face MTCNN Net Cost Time: 3.24 ms
|
||||
[2023-09-06 11:29:24.705190]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.706622]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.708823]: Det Face MTCNN Net Cost Time: 2.185 ms
|
||||
[2023-09-06 11:29:24.708846]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.710196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.712105]: Det Face MTCNN Net Cost Time: 1.891 ms
|
||||
[2023-09-06 11:29:24.712126]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.713529]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.715475]: Det Face MTCNN Net Cost Time: 1.928 ms
|
||||
[2023-09-06 11:29:24.715497]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.716923]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.718926]: Det Face MTCNN Net Cost Time: 1.986 ms
|
||||
[2023-09-06 11:29:24.718948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.720334]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.723155]: Det Face MTCNN Net Cost Time: 2.805 ms
|
||||
[2023-09-06 11:29:24.736806]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.736828]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.738255]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.740524]: Det Face MTCNN Net Cost Time: 2.251 ms
|
||||
[2023-09-06 11:29:24.754171]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.754193]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.755549]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.757986]: Det Face MTCNN Net Cost Time: 2.424 ms
|
||||
[2023-09-06 11:29:24.771622]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.771642]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.773047]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.775029]: Det Face MTCNN Net Cost Time: 1.964 ms
|
||||
[2023-09-06 11:29:24.775050]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.776444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.779100]: Det Face MTCNN Net Cost Time: 2.639 ms
|
||||
[2023-09-06 11:29:24.792738]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.792759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.794162]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.796505]: Det Face MTCNN Net Cost Time: 2.325 ms
|
||||
[2023-09-06 11:29:24.796526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.797836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.800174]: Det Face MTCNN Net Cost Time: 2.32 ms
|
||||
[2023-09-06 11:29:24.813813]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.813834]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.815196]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.817764]: Det Face MTCNN Net Cost Time: 2.552 ms
|
||||
[2023-09-06 11:29:24.831414]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.831435]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.832801]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.834760]: Det Face MTCNN Net Cost Time: 1.942 ms
|
||||
[2023-09-06 11:29:24.834782]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.836104]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.838118]: Det Face MTCNN Net Cost Time: 1.998 ms
|
||||
[2023-09-06 11:29:24.838141]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.839434]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.841747]: Det Face MTCNN Net Cost Time: 2.297 ms
|
||||
[2023-09-06 11:29:24.841769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.843055]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.845436]: Det Face MTCNN Net Cost Time: 2.365 ms
|
||||
[2023-09-06 11:29:24.845459]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.846838]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.848928]: Det Face MTCNN Net Cost Time: 2.074 ms
|
||||
[2023-09-06 11:29:24.848949]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.850273]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.852551]: Det Face MTCNN Net Cost Time: 2.261 ms
|
||||
[2023-09-06 11:29:24.866203]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.866224]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.867569]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.869459]: Det Face MTCNN Net Cost Time: 1.873 ms
|
||||
[2023-09-06 11:29:24.869481]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.870822]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.872809]: Det Face MTCNN Net Cost Time: 1.971 ms
|
||||
[2023-09-06 11:29:24.872832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.874251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.876514]: Det Face MTCNN Net Cost Time: 2.246 ms
|
||||
[2023-09-06 11:29:24.876535]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.877840]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.880254]: Det Face MTCNN Net Cost Time: 2.397 ms
|
||||
[2023-09-06 11:29:24.893565]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.893586]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.894976]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.897379]: Det Face MTCNN Net Cost Time: 2.386 ms
|
||||
[2023-09-06 11:29:24.910704]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.910725]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.912083]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.914316]: Det Face MTCNN Net Cost Time: 2.216 ms
|
||||
[2023-09-06 11:29:24.914338]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.915691]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.917641]: Det Face MTCNN Net Cost Time: 1.935 ms
|
||||
[2023-09-06 11:29:24.917663]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.918986]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.920854]: Det Face MTCNN Net Cost Time: 1.852 ms
|
||||
[2023-09-06 11:29:24.920876]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.922249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.924532]: Det Face MTCNN Net Cost Time: 2.266 ms
|
||||
[2023-09-06 11:29:24.937839]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.937860]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.939274]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.941517]: Det Face MTCNN Net Cost Time: 2.227 ms
|
||||
[2023-09-06 11:29:24.954837]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:24.954857]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.956251]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.958390]: Det Face MTCNN Net Cost Time: 2.122 ms
|
||||
[2023-09-06 11:29:24.958416]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.959704]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.962014]: Det Face MTCNN Net Cost Time: 2.295 ms
|
||||
[2023-09-06 11:29:24.962036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.963392]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.965264]: Det Face MTCNN Net Cost Time: 1.855 ms
|
||||
[2023-09-06 11:29:24.965287]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.966577]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.969207]: Det Face MTCNN Net Cost Time: 2.614 ms
|
||||
[2023-09-06 11:29:24.969229]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.970539]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.972608]: Det Face MTCNN Net Cost Time: 2.053 ms
|
||||
[2023-09-06 11:29:24.972629]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.973940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.975888]: Det Face MTCNN Net Cost Time: 1.93 ms
|
||||
[2023-09-06 11:29:24.975910]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.977256]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.979662]: Det Face MTCNN Net Cost Time: 2.389 ms
|
||||
[2023-09-06 11:29:24.979683]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:24.980991]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:24.983521]: Det Face MTCNN Net Cost Time: 2.514 ms
|
||||
[2023-09-06 11:29:25.009809]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.009832]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.011246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.013842]: Det Face MTCNN Net Cost Time: 2.579 ms
|
||||
[2023-09-06 11:29:25.027166]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.027187]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.028555]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.030887]: Det Face MTCNN Net Cost Time: 2.316 ms
|
||||
[2023-09-06 11:29:25.044198]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.044219]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.045096]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.046937]: Det Face MTCNN Net Cost Time: 1.825 ms
|
||||
[2023-09-06 11:29:25.046958]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.048290]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.050154]: Det Face MTCNN Net Cost Time: 1.849 ms
|
||||
[2023-09-06 11:29:25.050177]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.051481]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.053818]: Det Face MTCNN Net Cost Time: 2.322 ms
|
||||
[2023-09-06 11:29:25.067127]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.067147]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.068537]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.070730]: Det Face MTCNN Net Cost Time: 2.178 ms
|
||||
[2023-09-06 11:29:25.070753]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.072042]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.074470]: Det Face MTCNN Net Cost Time: 2.413 ms
|
||||
[2023-09-06 11:29:25.074493]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.075798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.078237]: Det Face MTCNN Net Cost Time: 2.423 ms
|
||||
[2023-09-06 11:29:25.078260]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.079547]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.081817]: Det Face MTCNN Net Cost Time: 2.254 ms
|
||||
[2023-09-06 11:29:25.081840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.083143]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.084980]: Det Face MTCNN Net Cost Time: 1.822 ms
|
||||
[2023-09-06 11:29:25.085002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.086371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.088732]: Det Face MTCNN Net Cost Time: 2.345 ms
|
||||
[2023-09-06 11:29:25.088754]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.090081]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.092065]: Det Face MTCNN Net Cost Time: 1.966 ms
|
||||
[2023-09-06 11:29:25.092086]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.093423]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.095584]: Det Face MTCNN Net Cost Time: 2.143 ms
|
||||
[2023-09-06 11:29:25.095611]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.096944]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.099031]: Det Face MTCNN Net Cost Time: 2.068 ms
|
||||
[2023-09-06 11:29:25.099055]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.100357]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.102537]: Det Face MTCNN Net Cost Time: 2.164 ms
|
||||
[2023-09-06 11:29:25.115851]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.115872]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.117277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.119907]: Det Face MTCNN Net Cost Time: 2.612 ms
|
||||
[2023-09-06 11:29:25.146469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.146491]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.147909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.150162]: Det Face MTCNN Net Cost Time: 2.236 ms
|
||||
[2023-09-06 11:29:25.163486]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.163507]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.164874]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.166776]: Det Face MTCNN Net Cost Time: 1.886 ms
|
||||
[2023-09-06 11:29:25.166799]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.168191]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.170448]: Det Face MTCNN Net Cost Time: 2.241 ms
|
||||
[2023-09-06 11:29:25.170471]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.171791]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.173772]: Det Face MTCNN Net Cost Time: 1.965 ms
|
||||
[2023-09-06 11:29:25.173795]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.174649]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.176507]: Det Face MTCNN Net Cost Time: 1.843 ms
|
||||
[2023-09-06 11:29:25.176529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.177823]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.179904]: Det Face MTCNN Net Cost Time: 2.063 ms
|
||||
[2023-09-06 11:29:25.179925]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.197023]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.212944]: Det Face MTCNN Net Cost Time: 41.071 ms
|
||||
[2023-09-06 11:29:25.392711]: Calc_feature Cost Time: 179 ms
|
||||
[2023-09-06 11:29:25.392764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.394554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.397514]: Det Face MTCNN Net Cost Time: 2.942 ms
|
||||
[2023-09-06 11:29:25.397537]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.398922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.402269]: Det Face MTCNN Net Cost Time: 3.331 ms
|
||||
[2023-09-06 11:29:25.415635]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.415656]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.417031]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.420153]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:25.420175]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.421565]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.424856]: Det Face MTCNN Net Cost Time: 3.273 ms
|
||||
[2023-09-06 11:29:25.424877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.426314]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.429830]: Det Face MTCNN Net Cost Time: 3.511 ms
|
||||
[2023-09-06 11:29:25.455928]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.455950]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.457449]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.460204]: Det Face MTCNN Net Cost Time: 2.737 ms
|
||||
[2023-09-06 11:29:25.460226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.461652]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.464402]: Det Face MTCNN Net Cost Time: 2.732 ms
|
||||
[2023-09-06 11:29:25.464424]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.465836]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.469319]: Det Face MTCNN Net Cost Time: 3.464 ms
|
||||
[2023-09-06 11:29:25.495465]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:25.495487]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.496878]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.499530]: Det Face MTCNN Net Cost Time: 2.634 ms
|
||||
[2023-09-06 11:29:25.499552]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.500889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.504055]: Det Face MTCNN Net Cost Time: 3.144 ms
|
||||
[2023-09-06 11:29:25.517386]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.517407]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.518798]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.521746]: Det Face MTCNN Net Cost Time: 2.932 ms
|
||||
[2023-09-06 11:29:25.521769]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.523102]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.525882]: Det Face MTCNN Net Cost Time: 2.764 ms
|
||||
[2023-09-06 11:29:25.525906]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.527283]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.530014]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:25.530036]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.531385]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.534360]: Det Face MTCNN Net Cost Time: 2.959 ms
|
||||
[2023-09-06 11:29:25.547697]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.547718]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.549092]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.552209]: Det Face MTCNN Net Cost Time: 3.1 ms
|
||||
[2023-09-06 11:29:25.552231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.553554]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.556584]: Det Face MTCNN Net Cost Time: 3.011 ms
|
||||
[2023-09-06 11:29:25.556605]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.557922]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.561052]: Det Face MTCNN Net Cost Time: 3.113 ms
|
||||
[2023-09-06 11:29:25.561075]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.562386]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.565404]: Det Face MTCNN Net Cost Time: 3.002 ms
|
||||
[2023-09-06 11:29:25.578725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.578746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.580090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.583122]: Det Face MTCNN Net Cost Time: 3.014 ms
|
||||
[2023-09-06 11:29:25.596432]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.596453]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.597805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.600929]: Det Face MTCNN Net Cost Time: 3.106 ms
|
||||
[2023-09-06 11:29:25.614243]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.614263]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.615634]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.619014]: Det Face MTCNN Net Cost Time: 3.363 ms
|
||||
[2023-09-06 11:29:25.657915]: Calc_feature Cost Time: 38 ms
|
||||
[2023-09-06 11:29:25.657937]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.659293]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.662397]: Det Face MTCNN Net Cost Time: 3.088 ms
|
||||
[2023-09-06 11:29:25.675714]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.675735]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.677090]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.679842]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:25.679864]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.681156]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.683766]: Det Face MTCNN Net Cost Time: 2.592 ms
|
||||
[2023-09-06 11:29:25.683787]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.685171]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.688467]: Det Face MTCNN Net Cost Time: 3.279 ms
|
||||
[2023-09-06 11:29:25.701818]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.701838]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.703233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.706004]: Det Face MTCNN Net Cost Time: 2.755 ms
|
||||
[2023-09-06 11:29:25.706027]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.707444]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.710411]: Det Face MTCNN Net Cost Time: 2.95 ms
|
||||
[2023-09-06 11:29:25.710433]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.711861]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.714531]: Det Face MTCNN Net Cost Time: 2.655 ms
|
||||
[2023-09-06 11:29:25.714554]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.715996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.718758]: Det Face MTCNN Net Cost Time: 2.746 ms
|
||||
[2023-09-06 11:29:25.718786]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.720176]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.723039]: Det Face MTCNN Net Cost Time: 2.844 ms
|
||||
[2023-09-06 11:29:25.723062]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.724452]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.727522]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:25.727545]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.728971]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.732253]: Det Face MTCNN Net Cost Time: 3.266 ms
|
||||
[2023-09-06 11:29:25.745612]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.745633]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.746996]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.749804]: Det Face MTCNN Net Cost Time: 2.791 ms
|
||||
[2023-09-06 11:29:25.749827]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.751236]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.754230]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:25.754253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.755620]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.758416]: Det Face MTCNN Net Cost Time: 2.784 ms
|
||||
[2023-09-06 11:29:25.758438]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.759843]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.762959]: Det Face MTCNN Net Cost Time: 3.099 ms
|
||||
[2023-09-06 11:29:25.762981]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.764348]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.767386]: Det Face MTCNN Net Cost Time: 3.022 ms
|
||||
[2023-09-06 11:29:25.780727]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.780748]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.782148]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.784819]: Det Face MTCNN Net Cost Time: 2.653 ms
|
||||
[2023-09-06 11:29:25.784840]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.786278]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.788924]: Det Face MTCNN Net Cost Time: 2.628 ms
|
||||
[2023-09-06 11:29:25.788946]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.790362]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.793363]: Det Face MTCNN Net Cost Time: 2.983 ms
|
||||
[2023-09-06 11:29:25.793386]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.794719]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.797965]: Det Face MTCNN Net Cost Time: 3.231 ms
|
||||
[2023-09-06 11:29:25.797988]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.799286]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.802014]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:25.802037]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.802889]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.805550]: Det Face MTCNN Net Cost Time: 2.646 ms
|
||||
[2023-09-06 11:29:25.805573]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.806940]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.809678]: Det Face MTCNN Net Cost Time: 2.722 ms
|
||||
[2023-09-06 11:29:25.809701]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.811054]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.814545]: Det Face MTCNN Net Cost Time: 3.475 ms
|
||||
[2023-09-06 11:29:25.827863]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.827884]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.829249]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.832353]: Det Face MTCNN Net Cost Time: 3.087 ms
|
||||
[2023-09-06 11:29:25.832375]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.833682]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.836856]: Det Face MTCNN Net Cost Time: 3.157 ms
|
||||
[2023-09-06 11:29:25.850175]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.850197]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.851533]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.854359]: Det Face MTCNN Net Cost Time: 2.81 ms
|
||||
[2023-09-06 11:29:25.854383]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.855708]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.858946]: Det Face MTCNN Net Cost Time: 3.221 ms
|
||||
[2023-09-06 11:29:25.872269]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.872290]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.873686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.877065]: Det Face MTCNN Net Cost Time: 3.358 ms
|
||||
[2023-09-06 11:29:25.890375]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.890396]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.891717]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.894598]: Det Face MTCNN Net Cost Time: 2.865 ms
|
||||
[2023-09-06 11:29:25.894621]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.895958]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.898774]: Det Face MTCNN Net Cost Time: 2.8 ms
|
||||
[2023-09-06 11:29:25.898798]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.900133]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.903114]: Det Face MTCNN Net Cost Time: 2.964 ms
|
||||
[2023-09-06 11:29:25.903136]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.904471]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.907641]: Det Face MTCNN Net Cost Time: 3.153 ms
|
||||
[2023-09-06 11:29:25.920961]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.920982]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.922302]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.925527]: Det Face MTCNN Net Cost Time: 3.207 ms
|
||||
[2023-09-06 11:29:25.938838]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.938859]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.940202]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.943203]: Det Face MTCNN Net Cost Time: 2.985 ms
|
||||
[2023-09-06 11:29:25.943226]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.944593]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.947930]: Det Face MTCNN Net Cost Time: 3.32 ms
|
||||
[2023-09-06 11:29:25.947952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.949280]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.952367]: Det Face MTCNN Net Cost Time: 3.069 ms
|
||||
[2023-09-06 11:29:25.952388]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.953736]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.956836]: Det Face MTCNN Net Cost Time: 3.084 ms
|
||||
[2023-09-06 11:29:25.956858]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.958219]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.960929]: Det Face MTCNN Net Cost Time: 2.693 ms
|
||||
[2023-09-06 11:29:25.960951]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.962277]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.964980]: Det Face MTCNN Net Cost Time: 2.685 ms
|
||||
[2023-09-06 11:29:25.965002]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.966353]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.969094]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:25.969118]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.970488]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.973762]: Det Face MTCNN Net Cost Time: 3.239 ms
|
||||
[2023-09-06 11:29:25.987130]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:25.987151]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.988592]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.991639]: Det Face MTCNN Net Cost Time: 3.03 ms
|
||||
[2023-09-06 11:29:25.991662]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.993112]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:25.996243]: Det Face MTCNN Net Cost Time: 3.114 ms
|
||||
[2023-09-06 11:29:25.996264]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:25.997648]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.000712]: Det Face MTCNN Net Cost Time: 3.046 ms
|
||||
[2023-09-06 11:29:26.014037]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.014059]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.030438]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.045196]: Det Face MTCNN Net Cost Time: 40.885 ms
|
||||
[2023-09-06 11:29:26.237632]: Calc_feature Cost Time: 192 ms
|
||||
[2023-09-06 11:29:26.237669]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.239006]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.241831]: Det Face MTCNN Net Cost Time: 2.808 ms
|
||||
[2023-09-06 11:29:26.241854]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.243238]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.246672]: Det Face MTCNN Net Cost Time: 3.418 ms
|
||||
[2023-09-06 11:29:26.260035]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.260064]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.261508]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.264522]: Det Face MTCNN Net Cost Time: 2.996 ms
|
||||
[2023-09-06 11:29:26.264544]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.265919]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.269000]: Det Face MTCNN Net Cost Time: 3.063 ms
|
||||
[2023-09-06 11:29:26.269022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.270393]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.273544]: Det Face MTCNN Net Cost Time: 3.134 ms
|
||||
[2023-09-06 11:29:26.286866]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.286887]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.288239]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.290962]: Det Face MTCNN Net Cost Time: 2.706 ms
|
||||
[2023-09-06 11:29:26.290985]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.292246]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.295461]: Det Face MTCNN Net Cost Time: 3.198 ms
|
||||
[2023-09-06 11:29:26.308799]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.308820]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.310159]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.312846]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.312868]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.314294]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.317089]: Det Face MTCNN Net Cost Time: 2.777 ms
|
||||
[2023-09-06 11:29:26.317111]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.317966]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.320639]: Det Face MTCNN Net Cost Time: 2.657 ms
|
||||
[2023-09-06 11:29:26.320660]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.322050]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.325003]: Det Face MTCNN Net Cost Time: 2.935 ms
|
||||
[2023-09-06 11:29:26.325024]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.326390]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.329736]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.329759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.331064]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.334186]: Det Face MTCNN Net Cost Time: 3.105 ms
|
||||
[2023-09-06 11:29:26.347498]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.347519]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.348910]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.352295]: Det Face MTCNN Net Cost Time: 3.369 ms
|
||||
[2023-09-06 11:29:26.352318]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.353681]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.356333]: Det Face MTCNN Net Cost Time: 2.635 ms
|
||||
[2023-09-06 11:29:26.356355]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.357709]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.361054]: Det Face MTCNN Net Cost Time: 3.327 ms
|
||||
[2023-09-06 11:29:26.374380]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.374400]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.375802]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.378902]: Det Face MTCNN Net Cost Time: 3.083 ms
|
||||
[2023-09-06 11:29:26.392209]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.392231]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.393591]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.396342]: Det Face MTCNN Net Cost Time: 2.733 ms
|
||||
[2023-09-06 11:29:26.396363]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.397686]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.400486]: Det Face MTCNN Net Cost Time: 2.783 ms
|
||||
[2023-09-06 11:29:26.400508]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.401870]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.404647]: Det Face MTCNN Net Cost Time: 2.759 ms
|
||||
[2023-09-06 11:29:26.404668]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.405935]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.408999]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.422323]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.422344]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.423833]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.426503]: Det Face MTCNN Net Cost Time: 2.647 ms
|
||||
[2023-09-06 11:29:26.426532]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.427887]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.431004]: Det Face MTCNN Net Cost Time: 3.112 ms
|
||||
[2023-09-06 11:29:26.444310]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.444331]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.445668]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.448742]: Det Face MTCNN Net Cost Time: 3.056 ms
|
||||
[2023-09-06 11:29:26.448764]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.450124]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.453384]: Det Face MTCNN Net Cost Time: 3.243 ms
|
||||
[2023-09-06 11:29:26.466701]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.466722]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.468095]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.470865]: Det Face MTCNN Net Cost Time: 2.753 ms
|
||||
[2023-09-06 11:29:26.470889]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.472186]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.475372]: Det Face MTCNN Net Cost Time: 3.169 ms
|
||||
[2023-09-06 11:29:26.488689]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.488711]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.490082]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.492953]: Det Face MTCNN Net Cost Time: 2.853 ms
|
||||
[2023-09-06 11:29:26.492975]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.494375]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.497182]: Det Face MTCNN Net Cost Time: 2.789 ms
|
||||
[2023-09-06 11:29:26.497205]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.498536]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.501579]: Det Face MTCNN Net Cost Time: 3.027 ms
|
||||
[2023-09-06 11:29:26.501601]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.502945]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.506059]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.519373]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.519395]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.520721]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.523452]: Det Face MTCNN Net Cost Time: 2.714 ms
|
||||
[2023-09-06 11:29:26.523475]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.524811]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.527526]: Det Face MTCNN Net Cost Time: 2.699 ms
|
||||
[2023-09-06 11:29:26.527549]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.528927]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.531736]: Det Face MTCNN Net Cost Time: 2.793 ms
|
||||
[2023-09-06 11:29:26.531759]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.533098]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.535860]: Det Face MTCNN Net Cost Time: 2.744 ms
|
||||
[2023-09-06 11:29:26.535882]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.537210]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.540361]: Det Face MTCNN Net Cost Time: 3.133 ms
|
||||
[2023-09-06 11:29:26.540382]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.541748]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.545220]: Det Face MTCNN Net Cost Time: 3.455 ms
|
||||
[2023-09-06 11:29:26.558547]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.558569]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.559934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.563049]: Det Face MTCNN Net Cost Time: 3.098 ms
|
||||
[2023-09-06 11:29:26.576363]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.576384]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.577739]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.580881]: Det Face MTCNN Net Cost Time: 3.118 ms
|
||||
[2023-09-06 11:29:26.594191]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.594212]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.595553]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.598386]: Det Face MTCNN Net Cost Time: 2.816 ms
|
||||
[2023-09-06 11:29:26.598409]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.599756]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.602916]: Det Face MTCNN Net Cost Time: 3.142 ms
|
||||
[2023-09-06 11:29:26.602939]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.604241]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.607312]: Det Face MTCNN Net Cost Time: 3.049 ms
|
||||
[2023-09-06 11:29:26.607339]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.608184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.610826]: Det Face MTCNN Net Cost Time: 2.624 ms
|
||||
[2023-09-06 11:29:26.610849]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.612184]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.614925]: Det Face MTCNN Net Cost Time: 2.724 ms
|
||||
[2023-09-06 11:29:26.614948]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.615750]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.618025]: Det Face MTCNN Net Cost Time: 2.26 ms
|
||||
[2023-09-06 11:29:26.618047]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.619371]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.622406]: Det Face MTCNN Net Cost Time: 3.018 ms
|
||||
[2023-09-06 11:29:26.635725]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.635746]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.637118]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.639808]: Det Face MTCNN Net Cost Time: 2.672 ms
|
||||
[2023-09-06 11:29:26.639830]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.641187]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.644505]: Det Face MTCNN Net Cost Time: 3.301 ms
|
||||
[2023-09-06 11:29:26.644526]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.645856]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.648578]: Det Face MTCNN Net Cost Time: 2.704 ms
|
||||
[2023-09-06 11:29:26.648600]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.649951]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.652626]: Det Face MTCNN Net Cost Time: 2.658 ms
|
||||
[2023-09-06 11:29:26.652648]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.653969]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.656964]: Det Face MTCNN Net Cost Time: 2.977 ms
|
||||
[2023-09-06 11:29:26.656986]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.658374]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.661724]: Det Face MTCNN Net Cost Time: 3.333 ms
|
||||
[2023-09-06 11:29:26.675040]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.675060]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.676410]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.679230]: Det Face MTCNN Net Cost Time: 2.803 ms
|
||||
[2023-09-06 11:29:26.679253]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.680617]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.683765]: Det Face MTCNN Net Cost Time: 3.131 ms
|
||||
[2023-09-06 11:29:26.683788]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.685109]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.688228]: Det Face MTCNN Net Cost Time: 3.102 ms
|
||||
[2023-09-06 11:29:26.701538]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.701559]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.702957]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.706315]: Det Face MTCNN Net Cost Time: 3.341 ms
|
||||
[2023-09-06 11:29:26.719625]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.719646]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.720994]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.724366]: Det Face MTCNN Net Cost Time: 3.355 ms
|
||||
[2023-09-06 11:29:26.750469]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.750490]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.751909]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.754644]: Det Face MTCNN Net Cost Time: 2.717 ms
|
||||
[2023-09-06 11:29:26.754667]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.756040]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.759336]: Det Face MTCNN Net Cost Time: 3.28 ms
|
||||
[2023-09-06 11:29:26.785429]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.785451]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.786821]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.789507]: Det Face MTCNN Net Cost Time: 2.669 ms
|
||||
[2023-09-06 11:29:26.789529]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.790936]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.794000]: Det Face MTCNN Net Cost Time: 3.047 ms
|
||||
[2023-09-06 11:29:26.794022]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.795349]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.798548]: Det Face MTCNN Net Cost Time: 3.177 ms
|
||||
[2023-09-06 11:29:26.824656]: Calc_feature Cost Time: 26 ms
|
||||
[2023-09-06 11:29:26.824677]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.826068]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.828930]: Det Face MTCNN Net Cost Time: 2.85 ms
|
||||
[2023-09-06 11:29:26.828952]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.829863]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.832138]: Det Face MTCNN Net Cost Time: 2.259 ms
|
||||
[2023-09-06 11:29:26.832159]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.833505]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.836519]: Det Face MTCNN Net Cost Time: 2.995 ms
|
||||
[2023-09-06 11:29:26.836540]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.837905]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.841269]: Det Face MTCNN Net Cost Time: 3.346 ms
|
||||
[2023-09-06 11:29:26.854586]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.854607]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.855938]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.859103]: Det Face MTCNN Net Cost Time: 3.149 ms
|
||||
[2023-09-06 11:29:26.872408]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.872429]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.873820]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.876959]: Det Face MTCNN Net Cost Time: 3.121 ms
|
||||
[2023-09-06 11:29:26.890345]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.890367]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.891776]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.894846]: Det Face MTCNN Net Cost Time: 3.053 ms
|
||||
[2023-09-06 11:29:26.894869]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.896268]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.899553]: Det Face MTCNN Net Cost Time: 3.269 ms
|
||||
[2023-09-06 11:29:26.899576]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.900934]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.903663]: Det Face MTCNN Net Cost Time: 2.712 ms
|
||||
[2023-09-06 11:29:26.903686]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.905026]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.908054]: Det Face MTCNN Net Cost Time: 3.008 ms
|
||||
[2023-09-06 11:29:26.921367]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.921389]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.922805]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.925855]: Det Face MTCNN Net Cost Time: 3.032 ms
|
||||
[2023-09-06 11:29:26.925877]: Get ids Cost Time: 0 ms
|
||||
[2023-09-06 11:29:26.927233]: Det Face MTCNN Net: Start Detect.
|
||||
[2023-09-06 11:29:26.930567]: Det Face MTCNN Net Cost Time: 3.323 ms
|
||||
[2023-09-06 11:29:26.943894]: Calc_feature Cost Time: 13 ms
|
||||
[2023-09-06 11:29:26.943916]: Get ids Cost Time: 0 ms
|
|
@ -0,0 +1,106 @@
|
|||
[2023-09-06 11:29:24.646663]: Det Face:../det_face_id/images/testing/frame_175.jpg 375 153 31 36 -1 0.0930681
|
||||
[2023-09-06 11:29:24.680381]: Det Face:../det_face_id/images/testing/frame_92.jpg 218 84 24 32 -1 0.149101
|
||||
[2023-09-06 11:29:24.700419]: Det Face:../det_face_id/images/testing/frame_71.jpg 229 161 20 26 -1 0.123531
|
||||
[2023-09-06 11:29:24.736858]: Det Face:../det_face_id/images/testing/frame_174.jpg 233 120 22 29 -1 0.161369
|
||||
[2023-09-06 11:29:24.754223]: Det Face:../det_face_id/images/testing/frame_85.jpg 47 142 24 32 0 0.203142
|
||||
[2023-09-06 11:29:24.771674]: Det Face:../det_face_id/images/testing/frame_62.jpg 127 140 24 30 -1 0.0673628
|
||||
[2023-09-06 11:29:24.792790]: Det Face:../det_face_id/images/testing/frame_58.jpg 51 137 31 40 -1 0.0416006
|
||||
[2023-09-06 11:29:24.813854]: Det Face:../det_face_id/images/testing/frame_169.jpg 430 154 31 37 -1 0.0504599
|
||||
[2023-09-06 11:29:24.831462]: Det Face:../det_face_id/images/testing/frame_105.jpg 359 142 29 37 -1 0.144522
|
||||
[2023-09-06 11:29:24.866251]: Det Face:../det_face_id/images/testing/frame_76.jpg 76 153 24 31 -1 0.119077
|
||||
[2023-09-06 11:29:24.893610]: Det Face:../det_face_id/images/testing/frame_191.jpg 391 168 31 40 -1 0.124654
|
||||
[2023-09-06 11:29:24.910756]: Det Face:../det_face_id/images/testing/frame_43.jpg 36 70 22 28 -1 0.105266
|
||||
[2023-09-06 11:29:24.937888]: Det Face:../det_face_id/images/testing/frame_55.jpg 31 179 29 35 -1 0.136118
|
||||
[2023-09-06 11:29:24.954896]: Det Face:../det_face_id/images/testing/frame_177.jpg 351 147 27 35 -1 0.0583783
|
||||
[2023-09-06 11:29:25.009856]: Det Face:../det_face_id/images/testing/frame_141.jpg 412 177 29 37 -1 0.0429363
|
||||
[2023-09-06 11:29:25.009878]: Det Face:../det_face_id/images/testing/frame_141.jpg 433 136 20 26 0 0.241541
|
||||
[2023-09-06 11:29:25.027216]: Det Face:../det_face_id/images/testing/frame_12.jpg 126 127 24 35 -1 0.110553
|
||||
[2023-09-06 11:29:25.044246]: Det Face:../det_face_id/images/testing/frame_171.jpg 298 127 20 29 0 0.207144
|
||||
[2023-09-06 11:29:25.067171]: Det Face:../det_face_id/images/testing/frame_91.jpg 394 115 25 31 -1 0.149799
|
||||
[2023-09-06 11:29:25.115900]: Det Face:../det_face_id/images/testing/frame_31.jpg 22 184 30 37 -1 0.136104
|
||||
[2023-09-06 11:29:25.146523]: Det Face:../det_face_id/images/testing/frame_59.jpg 66 122 28 35 -1 0
|
||||
[2023-09-06 11:29:25.146552]: Det Face:../det_face_id/images/testing/frame_59.jpg 240 136 20 27 -1 0
|
||||
[2023-09-06 11:29:25.163535]: Det Face:../det_face_id/images/testing/frame_101.jpg 7 107 28 36 -1 0.118764
|
||||
[2023-09-06 11:29:25.392806]: Det Face:../det_face_id/images/testing/165_1511.jpg 55 464 40 51 -1 0
|
||||
[2023-09-06 11:29:25.392842]: Det Face:../det_face_id/images/testing/165_1511.jpg 659 575 46 68 -1 0
|
||||
[2023-09-06 11:29:25.392868]: Det Face:../det_face_id/images/testing/165_1511.jpg 724 414 31 45 -1 0
|
||||
[2023-09-06 11:29:25.392893]: Det Face:../det_face_id/images/testing/165_1511.jpg 498 535 43 60 -1 0
|
||||
[2023-09-06 11:29:25.392918]: Det Face:../det_face_id/images/testing/165_1511.jpg 1558 480 39 45 1 0.253122
|
||||
[2023-09-06 11:29:25.392945]: Det Face:../det_face_id/images/testing/165_1511.jpg 992 383 28 33 0 0.292553
|
||||
[2023-09-06 11:29:25.392970]: Det Face:../det_face_id/images/testing/165_1511.jpg 1043 477 37 45 -1 0
|
||||
[2023-09-06 11:29:25.392994]: Det Face:../det_face_id/images/testing/165_1511.jpg 204 473 38 47 -1 0
|
||||
[2023-09-06 11:29:25.393018]: Det Face:../det_face_id/images/testing/165_1511.jpg 1392 425 35 43 -1 0
|
||||
[2023-09-06 11:29:25.393062]: Det Face:../det_face_id/images/testing/165_1511.jpg 963 530 43 54 -1 0
|
||||
[2023-09-06 11:29:25.393089]: Det Face:../det_face_id/images/testing/165_1511.jpg 1634 552 39 53 -1 0
|
||||
[2023-09-06 11:29:25.393128]: Det Face:../det_face_id/images/testing/165_1511.jpg 497 369 30 38 -1 0
|
||||
[2023-09-06 11:29:25.393152]: Det Face:../det_face_id/images/testing/165_1511.jpg 878 419 37 49 -1 0
|
||||
[2023-09-06 11:29:25.393175]: Det Face:../det_face_id/images/testing/165_1511.jpg 1396 367 33 37 -1 0
|
||||
[2023-09-06 11:29:25.415684]: Det Face:../det_face_id/images/testing/frame_90.jpg 21 91 25 34 -1 0.106737
|
||||
[2023-09-06 11:29:25.455981]: Det Face:../det_face_id/images/testing/frame_95.jpg 94 126 27 36 -1 0
|
||||
[2023-09-06 11:29:25.456015]: Det Face:../det_face_id/images/testing/frame_95.jpg 302 162 30 37 -1 0.171723
|
||||
[2023-09-06 11:29:25.495516]: Det Face:../det_face_id/images/testing/frame_102.jpg 399 63 32 42 1 0.282974
|
||||
[2023-09-06 11:29:25.495545]: Det Face:../det_face_id/images/testing/frame_102.jpg 248 24 21 25 -1 0.193912
|
||||
[2023-09-06 11:29:25.517433]: Det Face:../det_face_id/images/testing/frame_163.jpg 362 167 28 33 -1 0.145434
|
||||
[2023-09-06 11:29:25.547737]: Det Face:../det_face_id/images/testing/frame_107.jpg 439 142 32 38 -1 0.199431
|
||||
[2023-09-06 11:29:25.578775]: Det Face:../det_face_id/images/testing/frame_15.jpg 180 94 47 58 -1 0.199077
|
||||
[2023-09-06 11:29:25.596483]: Det Face:../det_face_id/images/testing/frame_110.jpg 337 120 28 39 -1 0.155632
|
||||
[2023-09-06 11:29:25.614293]: Det Face:../det_face_id/images/testing/frame_47.jpg 113 189 27 32 -1 0.179535
|
||||
[2023-09-06 11:29:25.657968]: Det Face:../det_face_id/images/testing/frame_100.jpg 368 103 22 27 0 0
|
||||
[2023-09-06 11:29:25.657995]: Det Face:../det_face_id/images/testing/frame_100.jpg 368 161 33 43 -1 0.157784
|
||||
[2023-09-06 11:29:25.658021]: Det Face:../det_face_id/images/testing/frame_100.jpg 144 121 29 38 -1 0
|
||||
[2023-09-06 11:29:25.675764]: Det Face:../det_face_id/images/testing/frame_61.jpg 97 123 24 30 -1 0.0925014
|
||||
[2023-09-06 11:29:25.701867]: Det Face:../det_face_id/images/testing/frame_30.jpg 212 131 19 26 -1 0.00401779
|
||||
[2023-09-06 11:29:25.745665]: Det Face:../det_face_id/images/testing/frame_166.jpg 360 145 30 38 -1 0.0886544
|
||||
[2023-09-06 11:29:25.780779]: Det Face:../det_face_id/images/testing/frame_1.jpg 39 166 30 38 -1 0.0165284
|
||||
[2023-09-06 11:29:25.827915]: Det Face:../det_face_id/images/testing/frame_94.jpg 227 165 27 36 -1 0.0787578
|
||||
[2023-09-06 11:29:25.850225]: Det Face:../det_face_id/images/testing/frame_192.jpg 403 171 33 39 0 0.246676
|
||||
[2023-09-06 11:29:25.872327]: Det Face:../det_face_id/images/testing/frame_67.jpg 4 140 29 35 -1 0.0573814
|
||||
[2023-09-06 11:29:25.890427]: Det Face:../det_face_id/images/testing/frame_126.jpg 351 184 29 35 -1 0.123939
|
||||
[2023-09-06 11:29:25.921010]: Det Face:../det_face_id/images/testing/frame_16.jpg 250 163 23 31 -1 0.123116
|
||||
[2023-09-06 11:29:25.938889]: Det Face:../det_face_id/images/testing/frame_0.jpg 40 170 30 40 -1 0
|
||||
[2023-09-06 11:29:25.987181]: Det Face:../det_face_id/images/testing/frame_63.jpg 128 132 24 32 -1 0.0752216
|
||||
[2023-09-06 11:29:26.014083]: Det Face:../det_face_id/images/testing/frame_106.jpg 412 104 22 27 0 0.434143
|
||||
[2023-09-06 11:29:26.237710]: Det Face:../det_face_id/images/testing/165_1363.jpg 503 535 45 58 -1 0
|
||||
[2023-09-06 11:29:26.237746]: Det Face:../det_face_id/images/testing/165_1363.jpg 709 566 45 56 -1 0
|
||||
[2023-09-06 11:29:26.237771]: Det Face:../det_face_id/images/testing/165_1363.jpg 1349 661 52 59 -1 0
|
||||
[2023-09-06 11:29:26.237796]: Det Face:../det_face_id/images/testing/165_1363.jpg 1561 460 34 47 -1 0
|
||||
[2023-09-06 11:29:26.237820]: Det Face:../det_face_id/images/testing/165_1363.jpg 683 414 34 47 -1 0
|
||||
[2023-09-06 11:29:26.237844]: Det Face:../det_face_id/images/testing/165_1363.jpg 846 447 37 50 -1 0
|
||||
[2023-09-06 11:29:26.237869]: Det Face:../det_face_id/images/testing/165_1363.jpg 1036 481 34 45 -1 0
|
||||
[2023-09-06 11:29:26.237893]: Det Face:../det_face_id/images/testing/165_1363.jpg 486 373 30 37 -1 0
|
||||
[2023-09-06 11:29:26.237917]: Det Face:../det_face_id/images/testing/165_1363.jpg 1630 565 39 54 -1 0
|
||||
[2023-09-06 11:29:26.237941]: Det Face:../det_face_id/images/testing/165_1363.jpg 1407 538 39 52 -1 0
|
||||
[2023-09-06 11:29:26.237966]: Det Face:../det_face_id/images/testing/165_1363.jpg 1691 699 63 86 1 0.349484
|
||||
[2023-09-06 11:29:26.237991]: Det Face:../det_face_id/images/testing/165_1363.jpg 1403 425 32 42 -1 0
|
||||
[2023-09-06 11:29:26.238016]: Det Face:../det_face_id/images/testing/165_1363.jpg 939 595 47 56 -1 0
|
||||
[2023-09-06 11:29:26.238040]: Det Face:../det_face_id/images/testing/165_1363.jpg 1093 398 34 38 -1 0
|
||||
[2023-09-06 11:29:26.238070]: Det Face:../det_face_id/images/testing/165_1363.jpg 980 377 27 34 0 0.239388
|
||||
[2023-09-06 11:29:26.260093]: Det Face:../det_face_id/images/testing/frame_167.jpg 364 148 30 35 -1 0.152771
|
||||
[2023-09-06 11:29:26.286917]: Det Face:../det_face_id/images/testing/frame_51.jpg 81 186 23 33 -1 0.16527
|
||||
[2023-09-06 11:29:26.308850]: Det Face:../det_face_id/images/testing/frame_20.jpg 44 162 27 36 -1 0.127805
|
||||
[2023-09-06 11:29:26.347550]: Det Face:../det_face_id/images/testing/frame_117.jpg 345 147 28 35 -1 0.0406292
|
||||
[2023-09-06 11:29:26.374432]: Det Face:../det_face_id/images/testing/frame_57.jpg 98 123 28 37 -1 0.0327585
|
||||
[2023-09-06 11:29:26.392260]: Det Face:../det_face_id/images/testing/frame_46.jpg 161 179 26 32 -1 0.0555639
|
||||
[2023-09-06 11:29:26.422367]: Det Face:../det_face_id/images/testing/frame_193.jpg 426 176 32 39 0 0.245344
|
||||
[2023-09-06 11:29:26.444357]: Det Face:../det_face_id/images/testing/frame_41.jpg 386 152 25 32 -1 0.172834
|
||||
[2023-09-06 11:29:26.466748]: Det Face:../det_face_id/images/testing/frame_44.jpg 382 153 24 33 -1 0.137069
|
||||
[2023-09-06 11:29:26.488742]: Det Face:../det_face_id/images/testing/frame_19.jpg 6 166 30 38 -1 0.12863
|
||||
[2023-09-06 11:29:26.519424]: Det Face:../det_face_id/images/testing/frame_86.jpg 101 143 24 31 -1 0.115308
|
||||
[2023-09-06 11:29:26.558596]: Det Face:../det_face_id/images/testing/frame_98.jpg 13 117 48 45 -1 0.113019
|
||||
[2023-09-06 11:29:26.576405]: Det Face:../det_face_id/images/testing/frame_162.jpg 399 144 21 28 -1 0.114025
|
||||
[2023-09-06 11:29:26.594235]: Det Face:../det_face_id/images/testing/frame_68.jpg 48 162 25 30 -1 0.112411
|
||||
[2023-09-06 11:29:26.635778]: Det Face:../det_face_id/images/testing/frame_173.jpg 285 119 22 32 0 0.242992
|
||||
[2023-09-06 11:29:26.675089]: Det Face:../det_face_id/images/testing/frame_26.jpg 31 173 29 38 -1 0.116658
|
||||
[2023-09-06 11:29:26.701581]: Det Face:../det_face_id/images/testing/frame_187.jpg 441 176 29 35 0 0.211026
|
||||
[2023-09-06 11:29:26.719673]: Det Face:../det_face_id/images/testing/frame_129.jpg 343 124 16 22 -1 0.150113
|
||||
[2023-09-06 11:29:26.750521]: Det Face:../det_face_id/images/testing/frame_3.jpg 6 152 30 39 -1 0
|
||||
[2023-09-06 11:29:26.750540]: Det Face:../det_face_id/images/testing/frame_3.jpg 438 130 22 29 -1 0.137058
|
||||
[2023-09-06 11:29:26.785478]: Det Face:../det_face_id/images/testing/frame_168.jpg 390 157 32 39 -1 0.089077
|
||||
[2023-09-06 11:29:26.785503]: Det Face:../det_face_id/images/testing/frame_168.jpg 419 124 21 25 0 0.224226
|
||||
[2023-09-06 11:29:26.824707]: Det Face:../det_face_id/images/testing/frame_60.jpg 85 110 26 33 -1 0
|
||||
[2023-09-06 11:29:26.824737]: Det Face:../det_face_id/images/testing/frame_60.jpg 258 120 22 30 -1 0.124508
|
||||
[2023-09-06 11:29:26.854627]: Det Face:../det_face_id/images/testing/frame_104.jpg 423 123 33 42 -1 0.173758
|
||||
[2023-09-06 11:29:26.872459]: Det Face:../det_face_id/images/testing/frame_2.jpg 36 163 28 38 -1 0.0242762
|
||||
[2023-09-06 11:29:26.890392]: Det Face:../det_face_id/images/testing/frame_4.jpg 396 141 24 30 -1 0.0804106
|
||||
[2023-09-06 11:29:26.921423]: Det Face:../det_face_id/images/testing/frame_188.jpg 227 120 25 35 0 0.208385
|
||||
[2023-09-06 11:29:26.943945]: Det Face:../det_face_id/images/testing/frame_25.jpg 67 168 26 33 -1 0.0756238
|
42
src/demo.cpp
|
@ -76,14 +76,47 @@ int segmentString(std::string str) {
|
|||
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
// 视频文件路径
|
||||
std::string videoFilePath = "../det_face_id/video/824770142-1-16.mp4";
|
||||
// 输出图片目录
|
||||
std::string outputImageDir = "../det_face_id/images/testing/";
|
||||
|
||||
cv::VideoCapture cap(videoFilePath);
|
||||
|
||||
if(!cap.isOpened())
|
||||
{
|
||||
std::cout << "Error opening video file" << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int frameNum = 0;
|
||||
int fps = (int)cap.get(cv::CAP_PROP_FPS); //每秒帧数
|
||||
|
||||
cv::Mat frame;
|
||||
//每秒取一帧
|
||||
while(1)
|
||||
{
|
||||
cap >> frame;
|
||||
if(frame.empty())
|
||||
break;
|
||||
if(frameNum % fps == 0)
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << outputImageDir << "/frame_" << frameNum / fps << ".jpg";
|
||||
|
||||
cv::imwrite(ss.str(), frame);
|
||||
}
|
||||
frameNum++;
|
||||
}
|
||||
cap.release();
|
||||
|
||||
setupLog("./log/det_face_id_test_ges_nomeg_1.log"); //设置日志格式
|
||||
|
||||
// 参数
|
||||
const std::string det_model = "/home/guoweiye/workspace/face_recognition/src/det_face_id/model/";
|
||||
const std::string config_file_path = "/home/guoweiye/workspace/face_recognition/src/det_face_id/model/config.ini";
|
||||
const std::string gallery_imgs_folder = "/home/guoweiye/workspace/face_recognition/src/det_face_id/images/gallery/";
|
||||
const std::string test_imgs_folder = "/home/guoweiye/workspace/face_recognition/src/det_face_id/images/testing/";
|
||||
const std::string det_model = "../det_face_id/model/";
|
||||
const std::string config_file_path = "../det_face_id/model/config.ini";
|
||||
const std::string gallery_imgs_folder = "../det_face_id/images/gallery/";
|
||||
const std::string test_imgs_folder = "../det_face_id/images/testing/";
|
||||
const int max_loop = 1;
|
||||
|
||||
FaceDetectionMTCNN *face_detector = FaceDetectionMTCNN::create(
|
||||
|
@ -176,6 +209,7 @@ int main(int argc, char *argv[]){
|
|||
detect_conf[j];
|
||||
}
|
||||
cv::imwrite("./rslt/rs_nomeg_1/" + std::to_string(i) + ".jpg", img);
|
||||
std::cout << "succ" << loop++ << std::endl;
|
||||
}
|
||||
std::cout << "Current loop" << loop++ << std::endl;
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 49 KiB |