alphapose win10运行日志
alphapose win10运行日志
(base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master>conda create -n alphapose2 python=3.7 Collecting package metadata (current_repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.9.2 latest version: 23.1.0 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: E:\Anaconda3\install\envs\alphapose2 added / updated specs: - python=3.7 The following NEW packages will be INSTALLED: ca-certificates pkgs/main/win-64::ca-certificates-2023.01.10-haa95532_0 certifi pkgs/main/win-64::certifi-2022.12.7-py37haa95532_0 openssl pkgs/main/win-64::openssl-1.1.1t-h2bbff1b_0 pip pkgs/main/win-64::pip-22.3.1-py37haa95532_0 python pkgs/main/win-64::python-3.7.16-h6244533_0 setuptools pkgs/main/win-64::setuptools-65.6.3-py37haa95532_0 sqlite pkgs/main/win-64::sqlite-3.40.1-h2bbff1b_0 vc pkgs/main/win-64::vc-14.2-h21ff451_1 vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 wheel pkgs/main/win-64::wheel-0.38.4-py37haa95532_0 wincertstore pkgs/main/win-64::wincertstore-0.2-py37haa95532_2 Proceed ([y]/n)? y Preparing transaction: done Verifying transaction: done Executing transaction: done # # To activate this environment, use # # $ conda activate alphapose2 # # To deactivate an active environment, use # # $ conda deactivate (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master> (base) H:\PytorchProject\AlphaPose-master>conda activate alphapose2 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu112 Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu112 Collecting torch Using cached torch-1.13.1-cp37-cp37m-win_amd64.whl (162.6 MB) Collecting torchvision Using cached torchvision-0.14.1-cp37-cp37m-win_amd64.whl (1.1 MB) Collecting torchaudio Using cached torchaudio-0.13.1-cp37-cp37m-win_amd64.whl (2.0 MB) Collecting typing-extensions Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB) Collecting pillow!=8.3.*,>=5.3.0 Using cached Pillow-9.4.0-cp37-cp37m-win_amd64.whl (2.5 MB) Collecting numpy Using cached numpy-1.21.6-cp37-cp37m-win_amd64.whl (14.0 MB) Collecting requests Using cached requests-2.28.2-py3-none-any.whl (62 kB) Requirement already satisfied: certifi>=2017.4.17 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from requests->torchvision) (2022.12.7) Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.1.0-cp37-cp37m-win_amd64.whl (94 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting urllib3<1.27,>=1.21.1 Using cached urllib3-1.26.14-py2.py3-none-any.whl (140 kB) Installing collected packages: urllib3, typing-extensions, pillow, numpy, idna, charset-normalizer, torch, requests, torchvision, torchaudio Successfully installed charset-normalizer-3.1.0 idna-3.4 numpy-1.21.6 pillow-9.4.0 requests-2.28.2 torch-1.13.1 torchaudio-0.13.1 torchvision-0.14.1 typing-extensions-4.5.0 urllib3-1.26.14 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install --ignore-installed PyYAML Collecting PyYAML Using cached PyYAML-6.0-cp37-cp37m-win_amd64.whl (153 kB) Installing collected packages: PyYAML Successfully installed PyYAML-6.0 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install pyyaml Collecting pyyaml Using cached PyYAML-6.0-cp37-cp37m-win_amd64.whl (153 kB) Installing collected packages: pyyaml Successfully installed pyyaml-6.0 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install cython Collecting cython Using cached Cython-0.29.33-py2.py3-none-any.whl (987 kB) Installing collected packages: cython Successfully installed cython-0.29.33 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>python setup.py build develop No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2' E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. SetuptoolsDeprecationWarning, running build running build_py copying alphapose\version.py -> build\lib\alphapose running develop E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. EasyInstallDeprecationWarning, E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, running egg_info writing alphapose.egg-info\PKG-INFO writing dependency_links to alphapose.egg-info\dependency_links.txt writing requirements to alphapose.egg-info\requires.txt writing top-level names to alphapose.egg-info\top_level.txt reading manifest file 'alphapose.egg-info\SOURCES.txt' adding license file 'LICENSE' writing manifest file 'alphapose.egg-info\SOURCES.txt' E:\Anaconda3\install\envs\alphapose2\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend. warnings.warn(msg.format('we could not find ninja.')) running build_ext Creating e:\anaconda3\install\envs\alphapose2\lib\site-packages\alphapose.egg-link (link to .) Adding alphapose 0.5.0+29ace8c to easy-install.pth file Installed h:\pytorchproject\alphapose-master Processing dependencies for alphapose==0.5.0+29ace8c Searching for natsort Reading https://pypi.tuna.tsinghua.edu.cn/simple/natsort/ E:\Anaconda3\install\envs\alphapose2\lib\site-packages\pkg_resources\__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning, Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5f/e1/70d203ba3ae5476f25fb8a2015d6a7ff156a4ce4795e36955c144ea5a826/natsort-8.3.1-py3-none-any.whl#sha256=d583bc9050dd10538de36297c960b93f873f0cd01671a3c50df5bd86dd391dcb Best match: natsort 8.3.1 Processing natsort-8.3.1-py3-none-any.whl Installing natsort-8.3.1-py3-none-any.whl to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding natsort 8.3.1 to easy-install.pth file Installing natsort-script.py script to E:\Anaconda3\install\envs\alphapose2\Scripts Installing natsort.exe script to E:\Anaconda3\install\envs\alphapose2\Scripts Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\natsort-8.3.1-py3.7.egg Searching for timm==0.1.20 Reading https://pypi.tuna.tsinghua.edu.cn/simple/timm/ Downloading https://pypi.tuna.tsinghua.edu.cn/packages/89/26/ba294669cc5cc4d09efd1964c8df752dc0955ac26f86bdeec582aed77d1d/timm-0.1.20-py3-none-any.whl#sha256=f63fca201f637dfdd169fb187b5c2d06b8e973d537d2517667a80e57ca1bae7a Best match: timm 0.1.20 Processing timm-0.1.20-py3-none-any.whl Installing timm-0.1.20-py3-none-any.whl to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding timm 0.1.20 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\timm-0.1.20-py3.7.egg Searching for munkres Reading https://pypi.tuna.tsinghua.edu.cn/simple/munkres/ Downloading https://pypi.tuna.tsinghua.edu.cn/packages/90/ab/0301c945a704218bc9435f0e3c88884f6b19ef234d8899fb47ce1ccfd0c9/munkres-1.1.4-py2.py3-none-any.whl#sha256=6b01867d4a8480d865aea2326e4b8f7c46431e9e55b4a2e32d989307d7bced2a Best match: munkres 1.1.4 Processing munkres-1.1.4-py2.py3-none-any.whl Installing munkres-1.1.4-py2.py3-none-any.whl to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding munkres 1.1.4 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\munkres-1.1.4-py3.7.egg Searching for halpecocotools Reading https://pypi.tuna.tsinghua.edu.cn/simple/halpecocotools/ Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f9/b0/f2e783a29a30cf0e66e3bbc45cdc4da6e9214bc21f4df948ee9a7d79764e/halpecocotools-0.0.0.tar.gz#sha256=8355964f7d14e69b2a555be7e116eae8979ec2a04f0eef16d140b38d04f933eb Best match: halpecocotools 0.0.0 Processing halpecocotools-0.0.0.tar.gz Writing C:\Users\BIM\AppData\Local\Temp\easy_install-zpzaryu_\halpecocotools-0.0.0\setup.cfg Running halpecocotools-0.0.0\setup.py -q bdist_egg --dist-dir C:\Users\BIM\AppData\Local\Temp\easy_install-zpzaryu_\halpecocotools-0.0.0\egg-dist-tmp-dxozw9sp warning: no files found matching '*.pxd' warning: no files found matching '*.pyx' E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, E:\Anaconda3\install\envs\alphapose2\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: C:\Users\BIM\AppData\Local\Temp\easy_install-zpzaryu_\halpecocotools-0.0.0\halpecocotools\_mask.pyx tree = Parsing.p_module(s, pxd, full_module_name) maskApi.c _mask.c E:\Anaconda3\install\envs\alphapose2\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION halpecocotools\_mask.c(3436): warning C4244: “=”: 从“Py_ssize_t”转换到“siz”,可能丢失数据 halpecocotools\_mask.c(3846): warning C4244: “函数”: 从“npy_intp”转换到“siz”,可能丢失数据 halpecocotools\_mask.c(3846): warning C4244: “函数”: 从“npy_intp”转换到“siz”,可能丢失数据 halpecocotools\_mask.c(3846): warning C4244: “函数”: 从“npy_intp”转换到“siz”,可能丢失数据 halpecocotools\_mask.c(6853): warning C4244: “=”: 从“npy_intp”转换到“siz”,可能丢失数据 halpecocotools\_mask.c(7611): warning C4244: “=”: 从“Py_ssize_t”转换到“siz”,可能丢失数据 正在创建库 build\temp.win-amd64-cpython-37\Release\common\_mask.cp37-win_amd64.lib 和对象 build\temp.win-amd64-cpython-37\Release\common\_mask.cp37-win_amd64.exp 正在生成代码 已完成代码的生成 zip_safe flag not set; analyzing archive contents... halpecocotools.__pycache__._mask.cpython-37: module references __file__ Adding halpecocotools 0.0.0 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\halpecocotools-0.0.0-py3.7-win-amd64.egg Searching for easydict Reading https://pypi.tuna.tsinghua.edu.cn/simple/easydict/ E:\Anaconda3\install\envs\alphapose2\lib\site-packages\pkg_resources\__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning, Downloading https://pypi.tuna.tsinghua.edu.cn/packages/55/83/0d1ee7962f3ba3fbe9eebe67eb484f6745995c9af045c0ebe5f33564cba0/easydict-1.10.tar.gz#sha256=11dcb2c20aaabbfee4c188b4bc143ef6be044b34dbf0ce5a593242c2695a080f Best match: easydict 1.10 Processing easydict-1.10.tar.gz Writing C:\Users\BIM\AppData\Local\Temp\easy_install-8wq0vq1y\easydict-1.10\setup.cfg Running easydict-1.10\setup.py -q bdist_egg --dist-dir C:\Users\BIM\AppData\Local\Temp\easy_install-8wq0vq1y\easydict-1.10\egg-dist-tmp-9ihekemt E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, Adding easydict 1.10 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\easydict-1.10-py3.7.egg Searching for tensorboardx Reading https://pypi.tuna.tsinghua.edu.cn/simple/tensorboardx/ E:\Anaconda3\install\envs\alphapose2\lib\site-packages\pkg_resources\__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning, Downloading https://pypi.tuna.tsinghua.edu.cn/packages/60/9f/d532d37f10ac7af136d4c2ba71e1fe7af0f3cc0cc076dfc05826171e9737/tensorboardX-2.6-py2.py3-none-any.whl#sha256=24a7cd076488de1e9d15ef25371b8ebf90c4f8f622af2477c611198f03f4a606 Best match: tensorboardX 2.6 Processing tensorboardX-2.6-py2.py3-none-any.whl Installing tensorboardX-2.6-py2.py3-none-any.whl to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding tensorboardX 2.6 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\tensorboardx-2.6-py3.7.egg Searching for tqdm Reading https://pypi.tuna.tsinghua.edu.cn/simple/tqdm/ Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e6/02/a2cff6306177ae6bc73bc0665065de51dfb3b9db7373e122e2735faf0d97/tqdm-4.65.0-py3-none-any.whl#sha256=c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671 Best match: tqdm 4.65.0 Processing tqdm-4.65.0-py3-none-any.whl Installing tqdm-4.65.0-py3-none-any.whl to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding tqdm 4.65.0 to easy-install.pth file Installing tqdm-script.py script to E:\Anaconda3\install\envs\alphapose2\Scripts Installing tqdm.exe script to E:\Anaconda3\install\envs\alphapose2\Scripts Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\tqdm-4.65.0-py3.7.egg Searching for visdom Reading https://pypi.tuna.tsinghua.edu.cn/simple/visdom/ Downloading https://pypi.tuna.tsinghua.edu.cn/packages/31/ab/6a8df57477ea6bb65b828f0b6725255982dfcd02f7ed353b895393616875/visdom-0.2.4.tar.gz#sha256=84a911d3c8814a056d54812b381bd938cb44bcfc503a85fe0f701502bb720574 Best match: visdom 0.2.4 Processing visdom-0.2.4.tar.gz Writing C:\Users\BIM\AppData\Local\Temp\easy_install-pmcay3t8\visdom-0.2.4\setup.cfg Running visdom-0.2.4\setup.py -q bdist_egg --dist-dir C:\Users\BIM\AppData\Local\Temp\easy_install-pmcay3t8\visdom-0.2.4\egg-dist-tmp-o85t9p0n warning: manifest_maker: MANIFEST.in, line 5: 'recursive-include' expects <dir> <pattern1> <pattern2> ... warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'visdom.static' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'visdom.static' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'visdom.static' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'visdom.static' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'visdom.static.css' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'visdom.static.css' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'visdom.static.css' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'visdom.static.css' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning: Installing 'visdom.static.js' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'visdom.static.js' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'visdom.static.js' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'visdom.static.js' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) Adding visdom 0.2.4 to easy-install.pth file Installing visdom-script.py script to E:\Anaconda3\install\envs\alphapose2\Scripts Installing visdom.exe script to E:\Anaconda3\install\envs\alphapose2\Scripts Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\visdom-0.2.4-py3.7.egg Searching for matplotlib Reading https://pypi.tuna.tsinghua.edu.cn/simple/matplotlib/ E:\Anaconda3\install\envs\alphapose2\lib\site-packages\pkg_resources\__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning, Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b7/65/d6e00376dbdb6c227d79a2d6ec32f66cfb163f0cd924090e3133a4f85a11/matplotlib-3.7.1.tar.gz#sha256=7b73305f25eab4541bd7ee0b96d87e53ae9c9f1823be5659b806cd85786fe882 Best match: matplotlib 3.7.1 Processing matplotlib-3.7.1.tar.gz Writing C:\Users\BIM\AppData\Local\Temp\easy_install-wglz28zy\matplotlib-3.7.1\setup.cfg Running matplotlib-3.7.1\setup.py -q bdist_egg --dist-dir C:\Users\BIM\AppData\Local\Temp\easy_install-wglz28zy\matplotlib-3.7.1\egg-dist-tmp-y9ja9kv2 error: Setup script exited with Beginning with Matplotlib 3.6, Python 3.8 or above is required. You are using Python 3.7.16. This may be due to an out of date pip. Make sure you have pip >= 9.0.1. (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install protobuf==3.8.0 Collecting protobuf==3.8.0 Downloading protobuf-3.8.0-cp37-cp37m-win_amd64.whl (1.0 MB) ---------------------------------------- 1.0/1.0 MB 4.0 MB/s eta 0:00:00 Requirement already satisfied: six>=1.9 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from protobuf==3.8.0) (1.16.0) Requirement already satisfied: setuptools in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from protobuf==3.8.0) (65.6.3) Installing collected packages: protobuf Successfully installed protobuf-3.8.0 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install networkx Collecting networkx Downloading networkx-2.6.3-py3-none-any.whl (1.9 MB) ---------------------------------------- 1.9/1.9 MB 4.0 MB/s eta 0:00:00 Installing collected packages: networkx Successfully installed networkx-2.6.3 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install jsonpatch Collecting jsonpatch Downloading jsonpatch-1.32-py2.py3-none-any.whl (12 kB) Collecting jsonpointer>=1.9 Downloading jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) Installing collected packages: jsonpointer, jsonpatch Successfully installed jsonpatch-1.32 jsonpointer-2.3 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install websocket-client Collecting websocket-client Downloading websocket_client-1.5.1-py3-none-any.whl (55 kB) ---------------------------------------- 55.9/55.9 kB 972.3 kB/s eta 0:00:00 Installing collected packages: websocket-client Successfully installed websocket-client-1.5.1 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install tornado Collecting tornado Downloading tornado-6.2-cp37-abi3-win_amd64.whl (425 kB) ---------------------------------------- 425.3/425.3 kB 2.0 MB/s eta 0:00:00 Installing collected packages: tornado Successfully installed tornado-6.2 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install scipy Collecting scipy Using cached scipy-1.7.3-cp37-cp37m-win_amd64.whl (34.1 MB) Requirement already satisfied: numpy<1.23.0,>=1.16.5 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from scipy) (1.21.6) Installing collected packages: scipy Successfully installed scipy-1.7.3 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install terminaltables Collecting terminaltables Using cached terminaltables-3.1.10-py2.py3-none-any.whl (15 kB) Installing collected packages: terminaltables Successfully installed terminaltables-3.1.10 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>pip install argparse Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Installing collected packages: argparse Successfully installed argparse-1.4.0 (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3>python setup.py build_ext --inplace Compiling src/cython_bbox.pyx because it depends on E:\Anaconda3\install\envs\alphapose2\lib\site-packages\Cython\Includes\libc\string.pxd. [1/1] Cythonizing src/cython_bbox.pyx E:\Anaconda3\install\envs\alphapose2\lib\site-packages\Cython\Compiler\Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3\src\cython_bbox.pyx tree = Parsing.p_module(s, pxd, full_module_name) running build_ext building 'cython_bbox' extension creating build\temp.win-amd64-cpython-37 creating build\temp.win-amd64-cpython-37\Release creating build\temp.win-amd64-cpython-37\Release\src H:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\bin\HostX86\x64\cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IE:\Anaconda3\install\envs\alphapose2\lib\site-packages\numpy\core\include -IE:\Anaconda3\install\envs\alphapose2\include -IE:\Anaconda3\install\envs\alphapose2\Include -IH:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\include -IH:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\ATLMFC\include -IH:\VisualStudio_2022\install\VC\Auxiliary\VS\include "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tcsrc/cython_bbox.c /Fobuild\temp.win-amd64-cpython-37\Release\src/cython_bbox.obj gcc cl: 命令行 warning D9024 :无法识别的源文件类型“gcc”,假定为对象文件 cl: 命令行 warning D9027 :源文件“gcc”被忽略 cython_bbox.c E:\Anaconda3\install\envs\alphapose2\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(14) : Warning Msg: Using deprecated NumPy API, disable it with #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION src/cython_bbox.c(2030): warning C4244: “=”: 从“npy_intp”转换到“unsigned int”,可能丢失数据 src/cython_bbox.c(2039): warning C4244: “=”: 从“npy_intp”转换到“unsigned int”,可能丢失数据 creating H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3\build\lib.win-amd64-cpython-37 H:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:E:\Anaconda3\install\envs\alphapose2\libs /LIBPATH:E:\Anaconda3\install\envs\alphapose2 /LIBPATH:E:\Anaconda3\install\envs\alphapose2\PCbuild\amd64 /LIBPATH:H:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\ATLMFC\lib\x64 /LIBPATH:H:\VisualStudio_2022\install\VC\Tools\MSVC\14.33.31629\lib\x64 "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.22621.0\\um\x64" /EXPORT:PyInit_cython_bbox build\temp.win-amd64-cpython-37\Release\src/cython_bbox.obj /OUT:build\lib.win-amd64-cpython-37\cython_bbox.cp37-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-37\Release\src\cython_bbox.cp37-win_amd64.lib 正在创建库 build\temp.win-amd64-cpython-37\Release\src\cython_bbox.cp37-win_amd64.lib 和对象 build\temp.win-amd64-cpython-37\Release\src\cython_bbox.cp37-win_amd64.exp 正在生成代码 已完成代码的生成 copying build\lib.win-amd64-cpython-37\cython_bbox.cp37-win_amd64.pyd -> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3>python setup.py build_ext install running build_ext running install E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, E:\Anaconda3\install\envs\alphapose2\lib\site-packages\setuptools\command\easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. EasyInstallDeprecationWarning, running bdist_egg running egg_info writing cython_bbox.egg-info\PKG-INFO writing dependency_links to cython_bbox.egg-info\dependency_links.txt writing top-level names to cython_bbox.egg-info\top_level.txt reading manifest file 'cython_bbox.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cython_bbox.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib creating build\bdist.win-amd64\egg copying build\lib.win-amd64-cpython-37\cython_bbox.cp37-win_amd64.pyd -> build\bdist.win-amd64\egg creating stub loader for cython_bbox.cp37-win_amd64.pyd byte-compiling build\bdist.win-amd64\egg\cython_bbox.py to cython_bbox.cpython-37.pyc creating build\bdist.win-amd64\egg\EGG-INFO copying cython_bbox.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO copying cython_bbox.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO copying cython_bbox.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO copying cython_bbox.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO writing build\bdist.win-amd64\egg\EGG-INFO\native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__.cython_bbox.cpython-37: module references __file__ creating 'dist\cython_bbox-0.1.3-py3.7-win-amd64.egg' and adding 'build\bdist.win-amd64\egg' to it removing 'build\bdist.win-amd64\egg' (and everything under it) Processing cython_bbox-0.1.3-py3.7-win-amd64.egg creating e:\anaconda3\install\envs\alphapose2\lib\site-packages\cython_bbox-0.1.3-py3.7-win-amd64.egg Extracting cython_bbox-0.1.3-py3.7-win-amd64.egg to e:\anaconda3\install\envs\alphapose2\lib\site-packages Adding cython-bbox 0.1.3 to easy-install.pth file Installed e:\anaconda3\install\envs\alphapose2\lib\site-packages\cython_bbox-0.1.3-py3.7-win-amd64.egg Processing dependencies for cython-bbox==0.1.3 Finished processing dependencies for cython-bbox==0.1.3 (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject\AlphaPose-master\cython_bbox-0.1.3> (alphapose2) H:\PytorchProject> (alphapose2) H:\PytorchProject> (alphapose2) H:\PytorchProject>pip install pycocotools_windows-2.0-cp37-cp37m-win_amd64.whl Processing h:\pytorchproject\pycocotools_windows-2.0-cp37-cp37m-win_amd64.whl Requirement already satisfied: cython>=0.27.3 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from pycocotools-windows==2.0) (0.29.33) Requirement already satisfied: setuptools>=18.0 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from pycocotools-windows==2.0) (65.6.3) Requirement already satisfied: matplotlib>=2.1.0 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from pycocotools-windows==2.0) (3.5.3) Requirement already satisfied: kiwisolver>=1.0.1 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (1.4.4) Requirement already satisfied: fonttools>=4.22.0 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (4.38.0) Requirement already satisfied: python-dateutil>=2.7 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (2.8.2) Requirement already satisfied: cycler>=0.10 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (0.11.0) Requirement already satisfied: numpy>=1.17 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (1.21.6) Requirement already satisfied: packaging>=20.0 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (23.0) Requirement already satisfied: pyparsing>=2.2.1 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (3.0.9) Requirement already satisfied: pillow>=6.2.0 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from matplotlib>=2.1.0->pycocotools-windows==2.0) (9.4.0) Requirement already satisfied: typing-extensions in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from kiwisolver>=1.0.1->matplotlib>=2.1.0->pycocotools-windows==2.0) (4.5.0) Requirement already satisfied: six>=1.5 in e:\anaconda3\install\envs\alphapose2\lib\site-packages (from python-dateutil>=2.7->matplotlib>=2.1.0->pycocotools-windows==2.0) (1.16.0) Installing collected packages: pycocotools-windows Successfully installed pycocotools-windows-2.0 (alphapose2) H:\PytorchProject> (alphapose2) H:\PytorchProject> (alphapose2) H:\PytorchProject> (alphapose2) H:\PytorchProject>
运行测试:
检测图片:
python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint fast_res50_256x192.pth --indir examples/demo/
检测视频:
python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint fast_res50_256x192.pth --video data/15.mp4 --outdir examples/res --save_video
(alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml --checkpoint fast_res50_256x192.pth --video data/15.mp4 --outdir examples/res --save_video Loading YOLO model.. E:\Anaconda3\install\envs\alphapose2\lib\site-packages\torchvision\models\_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " E:\Anaconda3\install\envs\alphapose2\lib\site-packages\torchvision\models\_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=ResNet50_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet50_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Loading pose model from fast_res50_256x192.pth... OpenH264 Video Codec provided by Cisco Systems, Inc. 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 286/286 [04:59<00:00, 1.05s/it] ===========================> Finish Model Running. ===========================> Rendering remaining images in the queue... ===========================> If this step takes too long, you can enable the --vis_fast flag to use fast rendering (real-time). Results have been written to json. (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master> (alphapose2) H:\PytorchProject\AlphaPose-master>
测试结果:

https://github.com/MVIG-SJTU/AlphaPose
https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/INSTALL.md
https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/INSTALL.md#Windows
yolov3-spp.weights 下载地址 https://pan.baidu.com/s/1Zb2REEIk8tcahDa8KacPNA
https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/MODEL_ZOO.md
https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/GETTING_STARTED.md
openh264-1.8.0-win64.dll 下载地址:
https://github.com/cisco/openh264/releases
######################
alphapose win10运行日志
QQ 3087438119

浙公网安备 33010602011771号