Open JC0NN0R opened 3 years ago
I have tried installing 4 different python programs by following step by step videos over the past week and I got errors with every single one. I've only got one of them to successfully work so far and it took me 3 days and like 4-6 attempts to figure out how to get it to work. Lol I just don't get it, I don't understand why python has so many issues like this. It's quite literally the only language I have had these issues with. If only they would make it more user friendly for people who haven't spent the last 10 years learning to make packages work lol. I'm sure it has something to do with how easily their weekly updates break every program that uses python.
Looks like you had problems compiling the hand_object_detector... you can try to run the version that get only the body (no hand detection)
python -m demo.demo_bodymocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl
That part to compile the hand object is one of the most difficult part of the process. I tried to make it easier, but I couldn't. Please try the command above, maube you will have more luck with it.
😊 You took 3-4 days to install? It was about the time I spent to install them too. With the exception of easymocap, that took me about 2 or 3 months to be able to use it (its much more complex because of the camera calibration) 😅 Because of that, the tutorial on easymocap are the worst of all tutorials I've done its way bigger and has 3 parts, the others are smaller (like 15minutes, instead of hours)
One big thing I notice that could be a problem, lack of attention of the person that is creating the tool... Because some things only work in a specific scenario, and if you do not specify in the installation (like the requirements.txt for pip or yaml file for anaconda) you will have problems, and these problems, are probably because of what you said, the updates breaking the code (that´s why its important to have a good and specific installation process to be able to everything works nice at first attempt, or else you will have to search all the web on their issues pages)
one last thing, if you want just to use a pose estimation tool, you could use mediapipe, its much more simple, as it is only one package to install.
And I'm making an addon for blender to make the process easier.
If you like, there is a dev preview code I've posted, that you can use mediapipe right inside of blender and get animation result with it.
https://www.patreon.com/posts/dev-preview-to-54334129
the instalation of mediapipe in blender need to be done in cmd but on the post there is an explanation.
to see the code in use, there is another post with a video. https://www.patreon.com/posts/53711794
Thanks, I'll try it again tomorrow. I think I messed it up trying to figure it out on my own so I'm gonna start over with a fresh one. Thanks for taking the time to help me, hopefully that works.
Ok get this, I don't know why this gave me new errors yesterday but it worked this time. Yesterday I ran the command: 'pip install torchgeometry' It created new errors, this time it worked....not sure what I did differently but it's running now.
Note I had to run 'pip install torchgeometry' to get the bodymocap to run using your command above python -m demo.demo_bodymocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl
Ok so it still throws the same errors as it did yesterday when I use the regular command but when I use your command above it works but ends with this:
Generating video in ./mocap_output\single_totalbody.mp4 ffmpeg version 4.4-essentials_build-www.gyan.dev Copyright (c) 2000-2021 the FFmpeg developers built with gcc 10.2.0 (Rev6, Built by MSYS2 project) configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 [image2 @ 0000019e443d8340] Pattern type 'glob' was selected but globbing is not supported by this libavformat build C:\FrankMoCap\mocap_output\rendered/*.jpg: Function not implemented
When I run the command as given in the instructions I get this:
(frankmocap) C:\FrankMoCap>python -m demo.demo_frankmocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl
Traceback (most recent call last):
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\FrankMoCap\demo\demo_frankmocap.py", line 24, in
Oh my, this is a whole new type of errors... 😥 And the only one I already saw was the torch geometry, but looks like that one you solved.
about the new error, there is some tips to solve it here
https://stackoverflow.com/questions/227928/whats-win32con-module-in-python-where-can-i-find-it
But I never had that problem and I dont remember installing this package. maybe is some new thing that is bundled with frankmocap...
Yeah idk, I ran 'pip install pypiwin32' and 'pip install pywin32' and it still throws the error, I was told though that pypiwin32 is an outdated version of pywin32 though. It's still throwing that same error, no ideal what it is.
someone on there said this though
If you have pywin32 installed you can do in python 3.7+ import win32.lib.win32con as win32con
I'm wondering if maybe something I have is maybe the wrong version idk, that's why I despise python. I just don't like the ideal that I would need to constantly fix my code every time an update is released or people won't be able to use it. It's pretty useful but not for applications you plan on distributing to people.
I found out I could search for the file win32con.py and copy it over that worked...and then I got another error...same thing but for win32file...so I searched for that found it, and copied it over....now I am getting a dll can not be loaded error lol.
(frankmocap) C:\FrankMoCap>python -m demo.demo_frankmocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl
Traceback (most recent call last):
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\FrankMoCap\demo\demo_frankmocap.py", line 24, in
(frankmocap) C:\FrankMoCap>pip install win32 ERROR: Could not find a version that satisfies the requirement win32 (from versions: none) ERROR: No matching distribution found for win32 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap>pip install win32file ERROR: Could not find a version that satisfies the requirement win32file (from versions: none) ERROR: No matching distribution found for win32file WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap>python -m demo.demo_frankmocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl
Traceback (most recent call last):
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\FrankMoCap\demo\demo_frankmocap.py", line 24, in
(frankmocap) C:\FrankMoCap>
all of these files are available to conda...I'm getting it from the conda folders....so why am I having to copy them over? I think these errors are being caused by conda or the virtual environment setup itself. I think if I try this outside of conda it might work.
I tried to install pywin32 manually from here https://github.com/mhammond/pywin32 and when I try to install it from the conda environment i get the same DLL load failed error. I installed it outside of conda but it didn't fix it so I reinstalled it back in the conda environment using 'pip install pywin32' but I still get the ImportError: DLL load failed
just to be sure, can you try this..
start from the begin using this repository. (it was forked by the time I did the tutorial.)
(base) C:\Users\J0hnC0nn0r>.. '..' is not recognized as an internal or external command, operable program or batch file.
(base) C:\Users\J0hnC0nn0r>cd ..
(base) C:\Users>cd ..
(base) C:>cd FrankMoCap
(base) C:\FrankMoCap>cd frankmocap-master
(base) C:\FrankMoCap\frankmocap-master>conda create -n frankmocap python=3.7 Collecting package metadata (current_repodata.json): done Solving environment: done
Package Plan
environment location: C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap
added / updated specs:
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/win-64::ca-certificates-2021.7.5-haa95532_1 certifi pkgs/main/win-64::certifi-2021.5.30-py37haa95532_0 openssl pkgs/main/win-64::openssl-1.1.1k-h2bbff1b_0 pip pkgs/main/win-64::pip-21.2.2-py37haa95532_0 python pkgs/main/win-64::python-3.7.11-h6244533_0 setuptools pkgs/main/win-64::setuptools-52.0.0-py37haa95532_0 sqlite pkgs/main/win-64::sqlite-3.36.0-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/noarch::wheel-0.36.2-pyhd3eb1b0_0 wincertstore pkgs/main/win-64::wincertstore-0.2-py37_0
Proceed ([y]/n)? y
Downloading and Extracting Packages certifi-2021.5.30 | 139 KB | ############################################################################ | 100% setuptools-52.0.0 | 711 KB | ############################################################################ | 100% python-3.7.11 | 14.5 MB | ############################################################################ | 100% wincertstore-0.2 | 14 KB | ############################################################################ | 100% pip-21.2.2 | 1.8 MB | ############################################################################ | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done #
To activate this environment, use
#
$ conda activate frankmocap
#
To deactivate an active environment, use
#
$ conda deactivate
(base) C:\FrankMoCap\frankmocap-master>conda activate frankmocap
(frankmocap) C:\FrankMoCap\frankmocap-master>conda install cudatoolkit=10.1 cudnn=7.6.0 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: done
Package Plan
environment location: C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap
added / updated specs:
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
cudatoolkit pkgs/main/win-64::cudatoolkit-10.1.243-h74a9793_0 cudnn pkgs/main/win-64::cudnn-7.6.0-cuda10.1_0
Proceed ([y]/n)? y
Downloading and Extracting Packages cudnn-7.6.0 | 173.4 MB | ############################################################################ | 100% cudatoolkit-10.1.243 | 300.3 MB | ############################################################################ | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done
(frankmocap) C:\FrankMoCap\frankmocap-master>conda install -c pytorch pytorch==1.6.0 torchvision cudatoolkit=10.1 Collecting package metadata (current_repodata.json): done Solving environment: done
Package Plan
environment location: C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap
added / updated specs:
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
blas pkgs/main/win-64::blas-1.0-mkl freetype pkgs/main/win-64::freetype-2.10.4-hd328e21_0 intel-openmp pkgs/main/win-64::intel-openmp-2021.3.0-haa95532_3372 jpeg pkgs/main/win-64::jpeg-9b-hb83a4c4_2 libpng pkgs/main/win-64::libpng-1.6.37-h2a8f88b_0 libtiff pkgs/main/win-64::libtiff-4.2.0-hd0e1b90_0 lz4-c pkgs/main/win-64::lz4-c-1.9.3-h2bbff1b_1 mkl pkgs/main/win-64::mkl-2021.3.0-haa95532_524 mkl-service pkgs/main/win-64::mkl-service-2.4.0-py37h2bbff1b_0 mkl_fft pkgs/main/win-64::mkl_fft-1.3.0-py37h277e83a_2 mkl_random pkgs/main/win-64::mkl_random-1.2.2-py37hf11a4ad_0 ninja pkgs/main/win-64::ninja-1.10.2-h6d14046_1 numpy pkgs/main/win-64::numpy-1.20.3-py37ha4e8547_0 numpy-base pkgs/main/win-64::numpy-base-1.20.3-py37hc2deb75_0 olefile pkgs/main/win-64::olefile-0.46-py37_0 pillow pkgs/main/win-64::pillow-8.3.1-py37h4fa10fc_0 pytorch pytorch/win-64::pytorch-1.6.0-py3.7_cuda101_cudnn7_0 six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_0 tk pkgs/main/win-64::tk-8.6.10-he774522_0 torchvision pytorch/win-64::torchvision-0.7.0-py37_cu101 xz pkgs/main/win-64::xz-5.2.5-h62dcd97_0 zlib pkgs/main/win-64::zlib-1.2.11-h62dcd97_4 zstd pkgs/main/win-64::zstd-1.4.9-h19a0ad4_0
Proceed ([y]/n)? y
Downloading and Extracting Packages mkl_fft-1.3.0 | 133 KB | ############################################################################ | 100% olefile-0.46 | 49 KB | ############################################################################ | 100% freetype-2.10.4 | 466 KB | ############################################################################ | 100% blas-1.0 | 6 KB | ############################################################################ | 100% torchvision-0.7.0 | 6.3 MB | ############################################################################ | 100% libtiff-4.2.0 | 786 KB | ############################################################################ | 100% libpng-1.6.37 | 333 KB | ############################################################################ | 100% ninja-1.10.2 | 250 KB | ############################################################################ | 100% jpeg-9b | 245 KB | ############################################################################ | 100% numpy-base-1.20.3 | 4.1 MB | ############################################################################ | 100% zstd-1.4.9 | 478 KB | ############################################################################ | 100% intel-openmp-2021.3. | 2.0 MB | ############################################################################ | 100% pillow-8.3.1 | 671 KB | ############################################################################ | 100% numpy-1.20.3 | 23 KB | ############################################################################ | 100% mkl-service-2.4.0 | 49 KB | ############################################################################ | 100% pytorch-1.6.0 | 683.7 MB | ############################################################################ | 100% mkl_random-1.2.2 | 216 KB | ############################################################################ | 100% lz4-c-1.9.3 | 132 KB | ############################################################################ | 100% xz-5.2.5 | 244 KB | ############################################################################ | 100% zlib-1.2.11 | 113 KB | ############################################################################ | 100% mkl-2021.3.0 | 113.7 MB | ############################################################################ | 100% tk-8.6.10 | 2.7 MB | ############################################################################ | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done
(frankmocap) C:\FrankMoCap\frankmocap-master>conda install -c anaconda git Collecting package metadata (current_repodata.json): done Solving environment: done
Package Plan
environment location: C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap
added / updated specs:
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
git anaconda/win-64::git-2.23.0-h6bb4b03_0
The following packages will be SUPERSEDED by a higher-priority channel:
ca-certificates pkgs/main::ca-certificates-2021.7.5-h~ --> anaconda::ca-certificates-2020.10.14-0 certifi pkgs/main::certifi-2021.5.30-py37haa9~ --> anaconda::certifi-2020.6.20-py37_0
Proceed ([y]/n)? y
Downloading and Extracting Packages certifi-2020.6.20 | 160 KB | ############################################################################ | 100% git-2.23.0 | 18.1 MB | ############################################################################ | 100% ca-certificates-2020 | 159 KB | ############################################################################ | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done
(frankmocap) C:\FrankMoCap\frankmocap-master>"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" The system cannot find the path specified.
(frankmocap) C:\FrankMoCap\frankmocap-master>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
(frankmocap) C:\FrankMoCap\frankmocap-master>"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
Visual Studio 2019 Developer Command Prompt v16.10.4 Copyright (c) 2021 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64'
(frankmocap) C:\FrankMoCap\frankmocap-master>install_win_full_body.bat
(frankmocap) C:\FrankMoCap\frankmocap-master>rem ####### installing files pre packed
(frankmocap) C:\FrankMoCap\frankmocap-master>REM pip install whl/faster_rcnn-0.1-cp37-cp37m-win_amd64.whl
(frankmocap) C:\FrankMoCap\frankmocap-master>pip install whl/detectron2-0.3-cp37-cp37m-win_amd64.whl Processing c:\frankmocap\frankmocap-master\whl\detectron2-0.3-cp37-cp37m-win_amd64.whl Requirement already satisfied: matplotlib in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from detectron2==0.3) (3.2.2) Collecting cloudpickle Using cached cloudpickle-1.6.0-py3-none-any.whl (23 kB) Requirement already satisfied: Pillow>=7.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from detectron2==0.3) (8.3.1) Collecting future Using cached future-0.18.2.tar.gz (829 kB) Requirement already satisfied: tensorboard in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from detectron2==0.3) (2.5.0) Collecting pycocotools>=2.0.2 Downloading pycocotools-2.0.2.tar.gz (23 kB) Collecting tabulate Downloading tabulate-0.8.9-py3-none-any.whl (25 kB) Collecting yacs>=0.1.6 Downloading yacs-0.1.8-py3-none-any.whl (14 kB) Collecting fvcore>=0.1.2 Downloading fvcore-0.1.5.post20210804.tar.gz (49 kB) |████████████████████████████████| 49 kB 3.2 MB/s Requirement already satisfied: tqdm>4.29.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from detectron2==0.3) (4.62.0) Requirement already satisfied: termcolor>=1.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from detectron2==0.3) (1.1.0) Collecting pydot Downloading pydot-1.4.2-py2.py3-none-any.whl (21 kB) Requirement already satisfied: numpy in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from fvcore>=0.1.2->detectron2==0.3) (1.19.3) Requirement already satisfied: pyyaml>=5.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from fvcore>=0.1.2->detectron2==0.3) (5.4.1) Collecting iopath>=0.1.7 Downloading iopath-0.1.9-py3-none-any.whl (27 kB) Collecting portalocker Downloading portalocker-2.3.0-py2.py3-none-any.whl (15 kB) Requirement already satisfied: setuptools>=18.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from pycocotools>=2.0.2->detectron2==0.3) (57.4.0) Collecting cython>=0.27.3 Using cached Cython-0.29.24-cp37-cp37m-win_amd64.whl (1.6 MB) Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->detectron2==0.3) (1.3.1) Requirement already satisfied: python-dateutil>=2.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->detectron2==0.3) (2.8.2) Requirement already satisfied: cycler>=0.10 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->detectron2==0.3) (0.10.0) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->detectron2==0.3) (2.4.7) Requirement already satisfied: six in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from cycler>=0.10->matplotlib->detectron2==0.3) (1.15.0) Requirement already satisfied: colorama in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tqdm>4.29.0->detectron2==0.3) (0.4.4) Requirement already satisfied: pywin32!=226 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from portalocker->iopath>=0.1.7->fvcore>=0.1.2->detectron2==0.3) (301) Requirement already satisfied: tensorboard-plugin-wit>=1.6.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (1.8.0) Requirement already satisfied: google-auth<2,>=1.6.3 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (1.34.0) Requirement already satisfied: google-auth-oauthlib<0.5,>=0.4.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (0.4.5) Requirement already satisfied: protobuf>=3.6.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (3.17.3) Requirement already satisfied: requests<3,>=2.21.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (2.26.0) Requirement already satisfied: markdown>=2.6.8 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (3.3.4) Requirement already satisfied: grpcio>=1.24.3 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (1.34.1) Requirement already satisfied: werkzeug>=0.11.15 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (2.0.1) Requirement already satisfied: tensorboard-data-server<0.7.0,>=0.6.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (0.6.1) Requirement already satisfied: absl-py>=0.4 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (0.13.0) Requirement already satisfied: wheel>=0.26 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboard->detectron2==0.3) (0.36.2) Requirement already satisfied: pyasn1-modules>=0.2.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from google-auth<2,>=1.6.3->tensorboard->detectron2==0.3) (0.2.8) Requirement already satisfied: cachetools<5.0,>=2.0.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from google-auth<2,>=1.6.3->tensorboard->detectron2==0.3) (4.2.2) Requirement already satisfied: rsa<5,>=3.1.4 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from google-auth<2,>=1.6.3->tensorboard->detectron2==0.3) (4.7.2) Requirement already satisfied: requests-oauthlib>=0.7.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard->detectron2==0.3) (1.3.0) Requirement already satisfied: importlib-metadata in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from markdown>=2.6.8->tensorboard->detectron2==0.3) (3.10.1) Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from pyasn1-modules>=0.2.1->google-auth<2,>=1.6.3->tensorboard->detectron2==0.3) (0.4.8) Requirement already satisfied: certifi>=2017.4.17 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.3) (2021.5.30) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.3) (1.26.6) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.3) (2.0.4) Requirement already satisfied: idna<4,>=2.5 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests<3,>=2.21.0->tensorboard->detectron2==0.3) (3.2) Requirement already satisfied: oauthlib>=3.0.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard->detectron2==0.3) (3.1.1) Requirement already satisfied: zipp>=0.5 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->markdown>=2.6.8->tensorboard->detectron2==0.3) (3.5.0) Requirement already satisfied: typing-extensions>=3.6.4 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from importlib-metadata->markdown>=2.6.8->tensorboard->detectron2==0.3) (3.7.4.3) Building wheels for collected packages: fvcore, pycocotools, future Building wheel for fvcore (setup.py) ... done Created wheel for fvcore: filename=fvcore-0.1.5.post20210804-py3-none-any.whl size=60618 sha256=3ba181d3ca2773fe4e037034bf9e2a7dd11a7128a466b2489010b7d785474c85 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\1d\e2\fe\67887e71552be741faccead8f7a8e013b6e0b1225cf591afa1 Building wheel for pycocotools (setup.py) ... done Created wheel for pycocotools: filename=pycocotools-2.0.2-cp37-cp37m-win_amd64.whl size=80339 sha256=06d5a40fb2640c4155b8cc109ced8c4b97ce9d1455ca9e44aa958cb52a0f44dc Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\bc\cf\1b\e95c99c5f9d1648be3f500ca55e7ce55f24818b0f48336adaf Building wheel for future (setup.py) ... done Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=8342d6879fbbe4a1d5ce9f212bfe22024f60dd33918802cd276c99075c9fe042 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\56\b0\fe\4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Successfully built fvcore pycocotools future Installing collected packages: portalocker, yacs, tabulate, iopath, cython, pydot, pycocotools, fvcore, future, cloudpickle, detectron2 Successfully installed cloudpickle-1.6.0 cython-0.29.24 detectron2-0.3 future-0.18.2 fvcore-0.1.5.post20210804 iopath-0.1.9 portalocker-2.3.0 pycocotools-2.0.2 pydot-1.4.2 tabulate-0.8.9 yacs-0.1.8 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap\frankmocap-master>pip install whl/opendr-0.73-py3-none-any.whl Processing c:\frankmocap\frankmocap-master\whl\opendr-0.73-py3-none-any.whl Requirement already satisfied: Cython in c:\users\j0hnc0nn0r\miniconda3\envs\frankmocap\lib\site-packages (from opendr==0.73) (0.29.24) Requirement already satisfied: matplotlib in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from opendr==0.73) (3.2.2) Collecting chumpy>=0.58 Downloading chumpy-0.70.tar.gz (50 kB) |████████████████████████████████| 50 kB 1.6 MB/s Requirement already satisfied: scipy>=0.13.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from chumpy>=0.58->opendr==0.73) (1.7.1) Requirement already satisfied: six>=1.11.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from chumpy>=0.58->opendr==0.73) (1.15.0) Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from scipy>=0.13.0->chumpy>=0.58->opendr==0.73) (1.19.3) Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->opendr==0.73) (1.3.1) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->opendr==0.73) (2.4.7) Requirement already satisfied: cycler>=0.10 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->opendr==0.73) (0.10.0) Requirement already satisfied: python-dateutil>=2.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib->opendr==0.73) (2.8.2) Building wheels for collected packages: chumpy Building wheel for chumpy (setup.py) ... done Created wheel for chumpy: filename=chumpy-0.70-py3-none-any.whl size=58285 sha256=b4c3ba8cafb6a5b6c5ba3b3da78ad9dd5263b29cf03269491d9f5ff24a240160 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\59\68\de\5e0c5d77e573e8c150e69e07a25035e6b6a04952d6e1814dbc Successfully built chumpy Installing collected packages: chumpy, opendr Successfully installed chumpy-0.70 opendr-0.73 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap\frankmocap-master>pip install whl/PyOpenGL-3.1.5-cp37-cp37m-win_amd64.whl Processing c:\frankmocap\frankmocap-master\whl\pyopengl-3.1.5-cp37-cp37m-win_amd64.whl Installing collected packages: PyOpenGL Successfully installed PyOpenGL-3.1.5 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap\frankmocap-master>pip install whl/PyOpenGL_accelerate-3.1.5-cp37-cp37m-win_amd64.whl Processing c:\frankmocap\frankmocap-master\whl\pyopengl_accelerate-3.1.5-cp37-cp37m-win_amd64.whl Installing collected packages: PyOpenGL-accelerate Successfully installed PyOpenGL-accelerate-3.1.5 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap\frankmocap-master>pip install -r requirements_alter.txt Requirement already satisfied: pip in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 1)) (21.2.2) Collecting gdown Downloading gdown-3.13.0.tar.gz (9.3 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Requirement already satisfied: requests in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 3)) (2.26.0) Collecting gitpython Downloading GitPython-3.1.18-py3-none-any.whl (170 kB) |████████████████████████████████| 170 kB 2.2 MB/s Collecting opencv-python Downloading opencv_python-4.5.3.56-cp37-cp37m-win_amd64.whl (34.9 MB) |████████████████████████████████| 34.9 MB 6.8 MB/s Requirement already satisfied: pycocotools in c:\users\j0hnc0nn0r\miniconda3\envs\frankmocap\lib\site-packages (from -r requirements_alter.txt (line 6)) (2.0.2) Collecting pafy Downloading pafy-0.5.5-py2.py3-none-any.whl (35 kB) Collecting youtube-dl Downloading youtube_dl-2021.6.6-py2.py3-none-any.whl (1.9 MB) |████████████████████████████████| 1.9 MB 6.4 MB/s Requirement already satisfied: scipy in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 9)) (1.7.1) Requirement already satisfied: pillow>=7.1.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 10)) (8.3.1) Collecting easydict Downloading easydict-1.9.tar.gz (6.4 kB) Requirement already satisfied: cython in c:\users\j0hnc0nn0r\miniconda3\envs\frankmocap\lib\site-packages (from -r requirements_alter.txt (line 12)) (0.29.24) Requirement already satisfied: cffi in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 13)) (1.14.6) Collecting msgpack Downloading msgpack-1.0.2-cp37-cp37m-win_amd64.whl (68 kB) |████████████████████████████████| 68 kB ... Requirement already satisfied: pyyaml in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 16)) (5.4.1) Collecting tensorboardX Using cached tensorboardX-2.4-py2.py3-none-any.whl (124 kB) Requirement already satisfied: tqdm in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 18)) (4.62.0) Requirement already satisfied: jinja2 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from -r requirements_alter.txt (line 19)) (3.0.1) Collecting smplx Downloading smplx-0.1.28-py3-none-any.whl (29 kB) Collecting sklearn Downloading sklearn-0.0.tar.gz (1.1 kB) Requirement already satisfied: opendr in c:\users\j0hnc0nn0r\miniconda3\envs\frankmocap\lib\site-packages (from -r requirements_alter.txt (line 22)) (0.73) Requirement already satisfied: chumpy in c:\users\j0hnc0nn0r\miniconda3\envs\frankmocap\lib\site-packages (from -r requirements_alter.txt (line 23)) (0.70) Collecting filelock Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Requirement already satisfied: six in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from gdown->-r requirements_alter.txt (line 2)) (1.15.0) Requirement already satisfied: certifi>=2017.4.17 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests->-r requirements_alter.txt (line 3)) (2021.5.30) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests->-r requirements_alter.txt (line 3)) (1.26.6) Requirement already satisfied: charset-normalizer~=2.0.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests->-r requirements_alter.txt (line 3)) (2.0.4) Requirement already satisfied: idna<4,>=2.5 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from requests->-r requirements_alter.txt (line 3)) (3.2) Collecting gitdb<5,>=4.0.1 Downloading gitdb-4.0.7-py3-none-any.whl (63 kB) |████████████████████████████████| 63 kB 745 kB/s Requirement already satisfied: typing-extensions>=3.7.4.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from gitpython->-r requirements_alter.txt (line 4)) (3.7.4.3) Requirement already satisfied: numpy>=1.14.5 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from opencv-python->-r requirements_alter.txt (line 5)) (1.19.3) Requirement already satisfied: setuptools>=18.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from pycocotools->-r requirements_alter.txt (line 6)) (57.4.0) Requirement already satisfied: matplotlib>=2.1.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from pycocotools->-r requirements_alter.txt (line 6)) (3.2.2) Requirement already satisfied: pycparser in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from cffi->-r requirements_alter.txt (line 13)) (2.20) Requirement already satisfied: protobuf>=3.8.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tensorboardX->-r requirements_alter.txt (line 17)) (3.17.3) Requirement already satisfied: colorama in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from tqdm->-r requirements_alter.txt (line 18)) (0.4.4) Requirement already satisfied: MarkupSafe>=2.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from jinja2->-r requirements_alter.txt (line 19)) (2.0.1) Requirement already satisfied: torch>=1.0.1.post2 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from smplx->-r requirements_alter.txt (line 20)) (1.9.0+cu102) Requirement already satisfied: scikit-learn in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from sklearn->-r requirements_alter.txt (line 21)) (0.24.2) Collecting smmap<5,>=3.0.1 Downloading smmap-4.0.0-py2.py3-none-any.whl (24 kB) Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib>=2.1.0->pycocotools->-r requirements_alter.txt (line 6)) (1.3.1) Requirement already satisfied: cycler>=0.10 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib>=2.1.0->pycocotools->-r requirements_alter.txt (line 6)) (0.10.0) Requirement already satisfied: python-dateutil>=2.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib>=2.1.0->pycocotools->-r requirements_alter.txt (line 6)) (2.8.2) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from matplotlib>=2.1.0->pycocotools->-r requirements_alter.txt (line 6)) (2.4.7) Collecting PySocks!=1.5.7,>=1.5.6 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from scikit-learn->sklearn->-r requirements_alter.txt (line 21)) (2.2.0) Requirement already satisfied: joblib>=0.11 in c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages (from scikit-learn->sklearn->-r requirements_alter.txt (line 21)) (1.0.1) Building wheels for collected packages: gdown, easydict, sklearn Building wheel for gdown (PEP 517) ... done Created wheel for gdown: filename=gdown-3.13.0-py3-none-any.whl size=9034 sha256=a857af445f32d6c2d810c0e07b62c8f3177a639dac06b92a326a21c9e22a6402 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\2f\2a\2f\86449b6bdbaa9aef873f68332b68be6bfbc386b9219f47157d Building wheel for easydict (setup.py) ... done Created wheel for easydict: filename=easydict-1.9-py3-none-any.whl size=6361 sha256=df1f159fe7342f98035037d79da0a87fb59a2b14a35b5661ea523a8219a94662 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\88\96\68\c2be18e7406804be2e593e1c37845f2dd20ac2ce1381ce40b0 Building wheel for sklearn (setup.py) ... done Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1309 sha256=f671dea982adb0d1665f8411025a9f23483a9c4b439edad2e1ef14985273d4c6 Stored in directory: c:\users\j0hnc0nn0r\appdata\local\pip\cache\wheels\46\ef\c3\157e41f5ee1372d1be90b09f74f82b10e391eaacca8f22d33e Successfully built gdown easydict sklearn Installing collected packages: smmap, PySocks, gitdb, filelock, youtube-dl, tensorboardX, smplx, sklearn, pafy, opencv-python, msgpack, gitpython, gdown, easydict Successfully installed PySocks-1.7.1 easydict-1.9 filelock-3.0.12 gdown-3.13.0 gitdb-4.0.7 gitpython-3.1.18 msgpack-1.0.2 opencv-python-4.5.3.56 pafy-0.5.5 sklearn-0.0 smmap-4.0.0 smplx-0.1.28 tensorboardX-2.4 youtube-dl-2021.6.6 WARNING: You are using pip version 21.2.2; however, version 21.2.3 is available. You should consider upgrading via the 'C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\python.exe -m pip install --upgrade pip' command.
(frankmocap) C:\FrankMoCap\frankmocap-master>echo Installing a third-party 2D keypoint detector Installing a third-party 2D keypoint detector
(frankmocap) C:\FrankMoCap\frankmocap-master>python scripts_py/install_pose2d.py Successfully created the directory C:\FrankMoCap\frankmocap-master/detectors downloading lightweight-human-pose-estimation.pytorch Successfully created the directory C:\FrankMoCap\frankmocap-master/extra_data/body_module/body_pose_estimator Downloading: checkpoint_iter_370000.pth
(frankmocap) C:\FrankMoCap\frankmocap-master>echo Download extra data for body module Download extra data for body module
(frankmocap) C:\FrankMoCap\frankmocap-master>python scripts_py/download_data_body_module.py Creation of the directory C:\FrankMoCap\frankmocap-master/extra_data/body_module failed Downloading: data.tar.gz Successfully created the directory C:\FrankMoCap\frankmocap-master/extra_data/body_module/pretrained_weights
Downloading pretrained_weights
Downloading: 2020_05_31-00_50_43-best-51.749683916568756.pt Downloading: smplx-03-28-46060-w_spin_mlc3d_46582-2089_2020_03_28-21_56_16.pt
Downloading other data
Downloading: J_regressor_extra_smplx.npy
(frankmocap) C:\FrankMoCap\frankmocap-master>echo Installing a third-party hand detector Installing a third-party hand detector
(frankmocap) C:\FrankMoCap\frankmocap-master>python scripts_py/install_hand_detectors.py downloading hand_object_detector downloading hand_detector.d2 Successfully created the directory C:\FrankMoCap\frankmocap-master/extra_data/hand_module/hand_detector Downloading... From: https://drive.google.com/uc?id=1H2tWsZkS7tDF8q1-jdjx6V9XrK25EDbE To: C:\FrankMoCap\frankmocap-master\extra_data\hand_module\hand_detector\faster_rcnn_1_8_132028.pth 378MB [00:15, 24.7MB/s] Downloading... From: https://drive.google.com/uc?id=1OqgexNM52uxsPG3i8GuodDOJAGFsYkPg To: C:\FrankMoCap\frankmocap-master\extra_data\hand_module\hand_detector\model_0529999.pth 838MB [00:33, 24.9MB/s]
(frankmocap) C:\FrankMoCap\frankmocap-master>rem installing the hand object detector
(frankmocap) C:\FrankMoCap\frankmocap-master>REM "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
(frankmocap) C:\FrankMoCap\frankmocap-master>set DISTUTILS_USE_SDK=1
(frankmocap) C:\FrankMoCap\frankmocap-master>cd detectors\hand_object_detector\lib
(frankmocap) C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib>python setup.py build develop running build running build_py creating build creating build\lib.win-amd64-3.7 creating build\lib.win-amd64-3.7\datasets copying datasets\coco.py -> build\lib.win-amd64-3.7\datasets copying datasets\ds_utils.py -> build\lib.win-amd64-3.7\datasets copying datasets\factory.py -> build\lib.win-amd64-3.7\datasets copying datasets\imagenet.py -> build\lib.win-amd64-3.7\datasets copying datasets\imdb.py -> build\lib.win-amd64-3.7\datasets copying datasets\pascal_voc.py -> build\lib.win-amd64-3.7\datasets copying datasets\pascal_voc_rbg.py -> build\lib.win-amd64-3.7\datasets copying datasets\vg.py -> build\lib.win-amd64-3.7\datasets copying datasets\vg_eval.py -> build\lib.win-amd64-3.7\datasets copying datasets\voc_eval.py -> build\lib.win-amd64-3.7\datasets copying datasets\voc_eval_raw.py -> build\lib.win-amd64-3.7\datasets copying datasets__init.py -> build\lib.win-amd64-3.7\datasets creating build\lib.win-amd64-3.7\model copying model__init.py -> build\lib.win-amd64-3.7\model creating build\lib.win-amd64-3.7\pycocotools copying pycocotools\coco.py -> build\lib.win-amd64-3.7\pycocotools copying pycocotools\cocoeval.py -> build\lib.win-amd64-3.7\pycocotools copying pycocotools\mask.py -> build\lib.win-amd64-3.7\pycocotools copying pycocotools__init.py -> build\lib.win-amd64-3.7\pycocotools creating build\lib.win-amd64-3.7\roi_data_layer copying roi_data_layer\minibatch.py -> build\lib.win-amd64-3.7\roi_data_layer copying roi_data_layer\roibatchLoader.py -> build\lib.win-amd64-3.7\roi_data_layer copying roi_data_layer\roidb.py -> build\lib.win-amd64-3.7\roi_data_layer copying roi_data_layer__init.py -> build\lib.win-amd64-3.7\roi_data_layer creating build\lib.win-amd64-3.7\model\faster_rcnn copying model\faster_rcnn\faster_rcnn.py -> build\lib.win-amd64-3.7\model\faster_rcnn copying model\faster_rcnn\resnet.py -> build\lib.win-amd64-3.7\model\faster_rcnn copying model\faster_rcnn\vgg16.py -> build\lib.win-amd64-3.7\model\faster_rcnn copying model\faster_rcnn__init.py -> build\lib.win-amd64-3.7\model\faster_rcnn creating build\lib.win-amd64-3.7\model\nms copying model\nms\build.py -> build\lib.win-amd64-3.7\model\nms copying model\nms\nms_cpu.py -> build\lib.win-amd64-3.7\model\nms copying model\nms\nms_gpu.py -> build\lib.win-amd64-3.7\model\nms copying model\nms\nms_wrapper.py -> build\lib.win-amd64-3.7\model\nms copying model\nms__init.py -> build\lib.win-amd64-3.7\model\nms creating build\lib.win-amd64-3.7\model\roi_align copying model\roi_align\build.py -> build\lib.win-amd64-3.7\model\roi_align copying model\roi_align__init.py -> build\lib.win-amd64-3.7\model\roi_align creating build\lib.win-amd64-3.7\model\roi_crop copying model\roi_crop\build.py -> build\lib.win-amd64-3.7\model\roi_crop copying model\roi_crop__init.py -> build\lib.win-amd64-3.7\model\roi_crop creating build\lib.win-amd64-3.7\model\roi_layers copying model\roi_layers\nms.py -> build\lib.win-amd64-3.7\model\roi_layers copying model\roi_layers\roi_align.py -> build\lib.win-amd64-3.7\model\roi_layers copying model\roi_layers\roi_pool.py -> build\lib.win-amd64-3.7\model\roi_layers copying model\roi_layers__init.py -> build\lib.win-amd64-3.7\model\roi_layers creating build\lib.win-amd64-3.7\model\roi_pooling copying model\roi_pooling\build.py -> build\lib.win-amd64-3.7\model\roi_pooling copying model\roi_pooling__init.py -> build\lib.win-amd64-3.7\model\roi_pooling creating build\lib.win-amd64-3.7\model\rpn copying model\rpn\anchor_target_layer.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn\bbox_transform.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn\generate_anchors.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn\proposal_layer.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn\proposal_target_layer_cascade.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn\rpn.py -> build\lib.win-amd64-3.7\model\rpn copying model\rpn__init.py -> build\lib.win-amd64-3.7\model\rpn creating build\lib.win-amd64-3.7\model\utils copying model\utils\blob.py -> build\lib.win-amd64-3.7\model\utils copying model\utils\config.py -> build\lib.win-amd64-3.7\model\utils copying model\utils\logger.py -> build\lib.win-amd64-3.7\model\utils copying model\utils\matching.py -> build\lib.win-amd64-3.7\model\utils copying model\utils\net_utils.py -> build\lib.win-amd64-3.7\model\utils copying model\utils\viz_hand_obj.py -> build\lib.win-amd64-3.7\model\utils copying model\utils__init.py -> build\lib.win-amd64-3.7\model\utils creating build\lib.win-amd64-3.7\model\nms_ext copying model\nms_ext__init__.py -> build\lib.win-amd64-3.7\model\nms_ext creating build\lib.win-amd64-3.7\model\nms_ext\nms copying model\nms_ext\nms\init.py -> build\lib.win-amd64-3.7\model\nms_ext\nms creating build\lib.win-amd64-3.7\model\roi_align\functions copying model\roi_align\functions\roi_align.py -> build\lib.win-amd64-3.7\model\roi_align\functions copying model\roi_align\functions\init.py -> build\lib.win-amd64-3.7\model\roi_align\functions creating build\lib.win-amd64-3.7\model\roi_align\modules copying model\roi_align\modules\roi_align.py -> build\lib.win-amd64-3.7\model\roi_align\modules copying model\roi_align\modules\init__.py -> build\lib.win-amd64-3.7\model\roi_align\modules creating build\lib.win-amd64-3.7\model\roi_align_ext copying model\roi_align_ext\init__.py -> build\lib.win-amd64-3.7\model\roi_align_ext creating build\lib.win-amd64-3.7\model\roi_align_ext\roi_align copying model\roi_align_ext\roi_align\init__.py -> build\lib.win-amd64-3.7\model\roi_align_ext\roi_align creating build\lib.win-amd64-3.7\model\roi_crop\functions copying model\roi_crop\functions\crop_resize.py -> build\lib.win-amd64-3.7\model\roi_crop\functions copying model\roi_crop\functions\gridgen.py -> build\lib.win-amd64-3.7\model\roi_crop\functions copying model\roi_crop\functions\roi_crop.py -> build\lib.win-amd64-3.7\model\roi_crop\functions copying model\roi_crop\functions\init.py -> build\lib.win-amd64-3.7\model\roi_crop\functions creating build\lib.win-amd64-3.7\model\roi_crop\modules copying model\roi_crop\modules\gridgen.py -> build\lib.win-amd64-3.7\model\roi_crop\modules copying model\roi_crop\modules\roi_crop.py -> build\lib.win-amd64-3.7\model\roi_crop\modules copying model\roi_crop\modules\init__.py -> build\lib.win-amd64-3.7\model\roi_crop\modules creating build\lib.win-amd64-3.7\model\roi_crop_ext copying model\roi_crop_ext\init__.py -> build\lib.win-amd64-3.7\model\roi_crop_ext creating build\lib.win-amd64-3.7\model\roi_crop_ext\crop_resize copying model\roi_crop_ext\crop_resize\init__.py -> build\lib.win-amd64-3.7\model\roi_crop_ext\crop_resize creating build\lib.win-amd64-3.7\model\roi_crop_ext\roi_crop copying model\roi_crop_ext\roi_crop\init__.py -> build\lib.win-amd64-3.7\model\roi_crop_ext\roi_crop creating build\lib.win-amd64-3.7\model\roi_pooling\functions copying model\roi_pooling\functions\roi_pool.py -> build\lib.win-amd64-3.7\model\roi_pooling\functions copying model\roi_pooling\functions\init.py -> build\lib.win-amd64-3.7\model\roi_pooling\functions creating build\lib.win-amd64-3.7\model\roi_pooling\modules copying model\roi_pooling\modules\roi_pool.py -> build\lib.win-amd64-3.7\model\roi_pooling\modules copying model\roi_pooling\modules\init__.py -> build\lib.win-amd64-3.7\model\roi_pooling\modules creating build\lib.win-amd64-3.7\model\roi_pooling_ext copying model\roi_pooling_ext\init__.py -> build\lib.win-amd64-3.7\model\roi_pooling_ext creating build\lib.win-amd64-3.7\model\roi_pooling_ext\roi_pooling copying model\roi_pooling_ext\roi_pooling\init__.py -> build\lib.win-amd64-3.7\model\roi_pooling_ext\roi_pooling running build_ext building 'model._C' extension creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7 creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cpu creating C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda Emitting ninja build file C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) [1/6] C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.obj -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 FAILED: C:/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/build/temp.win-amd64-3.7/Release/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/model/csrc/cuda/nms.obj C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\nms.obj -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 CreateProcess failed: The system cannot find the file specified. [2/6] C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.obj -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 FAILED: C:/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/build/temp.win-amd64-3.7/Release/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/model/csrc/cuda/ROIAlign_cuda.obj C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIAlign_cuda.obj -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 CreateProcess failed: The system cannot find the file specified. [3/6] C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.obj -D__CUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 FAILED: C:/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/build/temp.win-amd64-3.7/Release/FrankMoCap/frankmocap-master/detectors/hand_object_detector/lib/model/csrc/cuda/ROIPool_cuda.obj C:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -DWITH_CUDA -IC:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\torch\csrc\api\include -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\TH -Ic:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\include\THC "-IC:\Program Files\NVIDIA GPU COMPUTING Toolkit\CUDA\V8.2.2\include" -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include -IC:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -c C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.cu -o C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\build\temp.win-amd64-3.7\Release\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib\model\csrc\cuda\ROIPool_cuda.obj -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -DCUDA_NO_BFLOAT16_CONVERSIONS -DCUDA_NO_HALF2_OPERATORS --expt-relaxed-constexpr -DCUDA_HAS_FP16=1 -DCUDA_NO_HALF_OPERATORS -DCUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_HALF2_OPERATORS__ -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_75,code=compute_75 -gencode=arch=compute_75,code=sm_75 CreateProcess failed: The system cannot find the file specified. ninja: fatal: ReadFile: The handle is invalid.
Traceback (most recent call last): File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\utils\cpp_extension.py", line 1672, in _run_ninja_build env=env) File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "setup.py", line 66, in
cmdclass={"build_ext": torch.utils.cpp_extension.BuildExtension},
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\setuptools__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\setuptools\command\build_ext.py", line 79, in run
_build_ext.run(self)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\command\build_ext.py", line 340, in run
self.build_extensions()
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\utils\cpp_extension.py", line 709, in build_extensions
build_ext.build_extensions(self)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\site-packages\Cython\Distutils\old_build_ext.py", line 195, in build_extensions
_build_ext.build_ext.build_extensions(self)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\command\build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\setuptools\command\build_ext.py", line 202, in build_extension
_build_ext.build_extension(self, ext)
File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\distutils\command\build_ext.py", line 534, in build_extension
depends=ext.depends)
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\utils\cpp_extension.py", line 691, in win_wrap_ninja_compile
with_cuda=with_cuda)
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\utils\cpp_extension.py", line 1360, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
File "c:\users\j0hnc0nn0r\appdata\local\programs\python\python37\lib\site-packages\torch\utils\cpp_extension.py", line 1682, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
(frankmocap) C:\FrankMoCap\frankmocap-master\detectors\hand_object_detector\lib>cd ../../..
(frankmocap) C:\FrankMoCap\frankmocap-master>echo Download extra data for hand module Download extra data for hand module
(frankmocap) C:\FrankMoCap\frankmocap-master>python scripts_py/download_data_hand_module.py Creation of the directory C:\FrankMoCap\frankmocap-master/extra_data/hand_module failed Downloading: SMPLX_HAND_INFO.pkl Downloading: mean_mano_params.pkl Successfully created the directory C:\FrankMoCap\frankmocap-master/extra_data/hand_module/pretrained_weights Downloading: pose_shape_best.pth
(frankmocap) C:\FrankMoCap\frankmocap-master>echo Downloading sample videos Downloading sample videos
(frankmocap) C:\FrankMoCap\frankmocap-master>python scripts_py/download_sample_video.py Downloading: sample_data_frank.tar
(frankmocap) C:\FrankMoCap\frankmocap-master>python -m demo.demo_frankmocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl Traceback (most recent call last): File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\FrankMoCap\frankmocap-master\demo\demo_frankmocap.py", line 16, in
from bodymocap.body_mocap_api import BodyMocap
File "C:\FrankMoCap\frankmocap-master\bodymocap\body_mocap_api.py", line 10, in
from bodymocap.models import hmr, SMPL, SMPLX
File "C:\FrankMoCap\frankmocap-master\bodymocap\models__init__.py", line 1, in
from .hmr import hmr
File "C:\FrankMoCap\frankmocap-master\bodymocap\models\hmr.py", line 10, in
from bodymocap.utils.geometry import rot6d_to_rotmat
File "C:\FrankMoCap\frankmocap-master\bodymocap\utils\geometry.py", line 8, in
import torchgeometry
ModuleNotFoundError: No module named 'torchgeometry'
(frankmocap) C:\FrankMoCap\frankmocap-master>python -m demo.demo_frankmocap --input_path ./sampledata/single_totalbody.mp4 --out_dir ./mocap_output --save_pred_pkl Traceback (most recent call last): File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "C:\Users\J0hnC0nn0r\miniconda3\envs\frankmocap\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\FrankMoCap\frankmocap-master\demo\demo_frankmocap.py", line 16, in
from bodymocap.body_mocap_api import BodyMocap
File "C:\FrankMoCap\frankmocap-master\bodymocap\body_mocap_api.py", line 10, in
from bodymocap.models import hmr, SMPL, SMPLX
File "C:\FrankMoCap\frankmocap-master\bodymocap\models__init__.py", line 1, in
from .hmr import hmr
File "C:\FrankMoCap\frankmocap-master\bodymocap\models\hmr.py", line 10, in
from bodymocap.utils.geometry import rot6d_to_rotmat
File "C:\FrankMoCap\frankmocap-master\bodymocap\utils\geometry.py", line 8, in
import torchgeometry
ModuleNotFoundError: No module named 'torchgeometry'