91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 13.41MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-30
  • 語言: 其他
  • 標簽: dlib??

資源簡介

官網上下載的dlib-19.7,關于人臉信息或者人臉特征點識別。

資源截圖

代碼片段和文件信息

“““setup?for?the?dlib?project
?Copyright?(C)?2015??Ehsan?Azar?(dashesy@linux.com)
?License:?Boost?Software?License???See?LICENSE.txt?for?the?full?license.

This?file?basically?just?uses?CMake?to?compile?the?dlib?python?bindings?project
located?in?the?tools/python?folder?and?then?puts?the?outputs?into?standard
python?packages.

To?build?the?dlib:
????python?setup.py?build
To?build?and?install:
????python?setup.py?install
To?package?the?wheel?(after?pip?installing?twine?and?wheel):
????python?setup.py?bdist_wheel
To?upload?the?binary?wheel?to?PyPi
????twine?upload?dist/*.whl
To?upload?the?source?distribution?to?PyPi
????python?setup.py?sdist?upload
To?repackage?the?previously?built?package?as?wheel?(bypassing?build):
????python?setup.py?bdist_wheel?--repackage
To?install?a?develop?version?(egg?with?symbolic?link):
????python?setup.py?develop
To?exclude/include?certain?options?in?the?cmake?config?use?--yes?and?--no:
????for?example:
????--yes?DLIB_NO_GUI_SUPPORT:?will?set?-DDLIB_NO_GUI_SUPPORT=yes
????--no?DLIB_NO_GUI_SUPPORT:?will?set?-DDLIB_NO_GUI_SUPPORT=no
Additional?options:
????--compiler-flags:?pass?flags?onto?the?compiler?e.g.?--compiler-flag?“-Os?-Wall“?passes?-Os?-Wall?onto?GCC.
????--debug:?makes?a?debug?build
????--cmake:?path?to?specific?cmake?executable
????--G?or?-G:?name?of?a?build?system?generator?(equivalent?of?passing?-G?“name“?to?cmake)
“““

from?__future__?import?print_function
import?shutil
import?stat
import?errno

from?setuptools.command.bdist_egg?import?bdist_egg?as?_bdist_egg
from?setuptools.command.develop?import?develop?as?_develop
from?distutils.command.build_ext?import?build_ext?as?_build_ext
from?distutils.command.build?import?build?as?_build
from?distutils.errors?import?DistutilsSetupError
from?distutils.spawn?import?find_executable
from?distutils.sysconfig?import?get_python_inc?get_python_version?get_config_var
from?distutils?import?log
import?os
import?sys
from?setuptools?import?Extension?setup
import?platform
from?subprocess?import?Popen?PIPE?STDOUT
import?signal
from?threading?import?Thread
import?time
import?re


#?change?directory?to?this?module?path
try:
????this_file?=?__file__
except?NameError:
????this_file?=?sys.argv[0]
this_file?=?os.path.abspath(this_file)
if?os.path.dirname(this_file):
????os.chdir(os.path.dirname(this_file))
script_dir?=?os.getcwd()


def?_get_options():
????“““read?arguments?and?creates?options
????“““
????_cmake_path?=?find_executable(“cmake“)
????_cmake_extra?=?[]
????_cmake_config?=?‘Release‘

????_options?=?[]
????opt_key?=?None
????_generator_set?=?False??#?if?a?build?generator?is?set

????argv?=?[arg?for?arg?in?sys.argv]??#?take?a?copy
????#?parse?commandline?options?and?consume?those?we?care?about
????for?opt_idx?arg?in?enumerate(argv):
????????if?opt_key?==?‘cmake‘:
????????????_cmake_path?=?arg
????????elif?opt_key?==?‘compiler-flags‘:
????????????_cmake_extra.append(‘-DCMAKE_CXX_FLAGS=

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\
?????文件?????????366??2017-09-17?12:28??dlib-19.7\appveyor.yml
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\all\
?????文件????????3168??2017-09-17?12:28??dlib-19.7\dlib\all\source.cpp
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\any\
?????文件????????4038??2017-09-17?12:28??dlib-19.7\dlib\any\any.h
?????文件????????6267??2017-09-17?12:28??dlib-19.7\dlib\any\any_abstract.h
?????文件????????5249??2017-09-17?12:28??dlib-19.7\dlib\any\any_decision_function.h
?????文件????????6865??2017-09-17?12:28??dlib-19.7\dlib\any\any_decision_function_abstract.h
?????文件???????27672??2017-09-17?12:28??dlib-19.7\dlib\any\any_function.h
?????文件????????9461??2017-09-17?12:28??dlib-19.7\dlib\any\any_function_abstract.h
?????文件???????17732??2017-09-17?12:28??dlib-19.7\dlib\any\any_function_impl.h
?????文件????????1795??2017-09-17?12:28??dlib-19.7\dlib\any\any_function_impl2.h
?????文件????????5463??2017-09-17?12:28??dlib-19.7\dlib\any\any_trainer.h
?????文件????????7283??2017-09-17?12:28??dlib-19.7\dlib\any\any_trainer_abstract.h
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\array\
?????文件???????20983??2017-09-17?12:28??dlib-19.7\dlib\array\array_kernel.h
?????文件???????11777??2017-09-17?12:28??dlib-19.7\dlib\array\array_kernel_abstract.h
?????文件?????????975??2017-09-17?12:28??dlib-19.7\dlib\array\array_tools.h
?????文件????????1146??2017-09-17?12:28??dlib-19.7\dlib\array\array_tools_abstract.h
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\array2d\
?????文件????????1650??2017-09-17?12:28??dlib-19.7\dlib\array2d\array2d_generic_image.h
?????文件???????13550??2017-09-17?12:28??dlib-19.7\dlib\array2d\array2d_kernel.h
?????文件????????9157??2017-09-17?12:28??dlib-19.7\dlib\array2d\array2d_kernel_abstract.h
?????文件???????11086??2017-09-17?12:28??dlib-19.7\dlib\array2d\serialize_pixel_overloads.h
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\base64\
?????文件???????12555??2017-09-17?12:28??dlib-19.7\dlib\base64\base64_kernel_1.cpp
?????文件????????2411??2017-09-17?12:28??dlib-19.7\dlib\base64\base64_kernel_1.h
?????文件????????3798??2017-09-17?12:28??dlib-19.7\dlib\base64\base64_kernel_abstract.h
?????目錄???????????0??2017-09-17?12:28??dlib-19.7\dlib\bayes_utils\
............此處省略3756個文件信息

評論

共有 條評論