You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am trying to install the face, hand and pose models from the OpenPose release v1.7.0. I downloaded the recommended zip file and double-clicked the getBaseModels.bat file. However, the file will keep retrying to download the model and finally give up. Is there any software I am missing? I am very new to computer vision so please forgive if I did anything dumb haha.
Select the topic(s) on your post, delete the rest:
Compilation/installation error
Your System Configuration
Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.2.0)? Release section v 1.7.0
General configuration:
Installation mode: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...? Windows CMake v3.25.2 (I got this version number from typing cmake --version in Windows terminal.)
Operating system (lsb_release -a in Ubuntu): Windows
Operating system version (e.g., Ubuntu 16, Windows 10, ...): Windows 11
Release or Debug mode? (by default: release): Release v1.7.0
Compiler (gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...? NIL
Non-default settings:
3-D Reconstruction module added? (by default: no): No
Any other custom CMake configuration with respect to the default version? (by default: no): No
3rd-party software:
Caffe version: Default from OpenPose, custom version, ...? Default from OpenPose
CMake version (cmake --version in Ubuntu): Windows CMake v3.25.2 (I got this version number from typing cmake --version in Windows terminal.)
OpenCV version: pre-compiled apt-get install libopencv-dev (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...? OpenPose default
If GPU mode issue:
NIL
If CPU-only mode issue:
NIL
If Python API:
NIL
If Windows system:
Portable demo
If speed performance issue:
NIL
The text was updated successfully, but these errors were encountered:
Issue Summary
So I am trying to install the face, hand and pose models from the OpenPose release v1.7.0. I downloaded the recommended zip file and double-clicked the getBaseModels.bat file. However, the file will keep retrying to download the model and finally give up. Is there any software I am missing? I am very new to computer vision so please forgive if I did anything dumb haha.
Executed Command (if any)
NIL. I just double-clicked the .bat file.
OpenPose Output (if any)
--2024-09-30 09:14:16-- http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel
Resolving posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)... 128.2.220.57
Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|128.2.220.57|:80... failed: Unknown error.
Retrying.
--2024-09-30 09:14:39-- (try: 2) http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel
Connecting to posefs1.perception.cs.cmu.edu (posefs1.perception.cs.cmu.edu)|128.2.220.57|:80... failed: Unknown error.
Retrying.
Errors (if any)
As above in Output
Type of Issue
Select the topic(s) on your post, delete the rest:
Your System Configuration
Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from
Release
section (e.g., 1.2.0)? Release section v 1.7.0General configuration:
lsb_release -a
in Ubuntu): Windowsgcc --version
in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...? NILNon-default settings:
3rd-party software:
cmake --version
in Ubuntu): Windows CMake v3.25.2 (I got this version number from typing cmake --version in Windows terminal.)apt-get install libopencv-dev
(only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...? OpenPose defaultIf GPU mode issue:
If CPU-only mode issue:
If Python API:
If Windows system:
If speed performance issue:
The text was updated successfully, but these errors were encountered: