Skip to content

Commit 5c5d965

Browse files
author
gineshidalgo
committed
Models working again
1 parent 1d95a1a commit 5c5d965

11 files changed

+27
-27
lines changed

3rdparty/windows/getCaffe.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ----- Downloading Caffe -----
99
SET CAFEE_FOLDER=caffe\
1010
SET ZIP_NAME=caffe_16_2020_11_14.zip
1111
SET ZIP_FULL_PATH=%CAFEE_FOLDER%%ZIP_NAME%
12-
%WGET_EXE% -c http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/%ZIP_NAME% -P %CAFEE_FOLDER%
12+
%WGET_EXE% -c http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/%ZIP_NAME% -P %CAFEE_FOLDER%
1313
echo:
1414

1515
echo ----- Unzipping Caffe -----

3rdparty/windows/getCaffe3rdparty.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ----- Downloading Caffe -----
99
SET CAFEE_FOLDER=caffe3rdparty\
1010
SET ZIP_NAME=caffe3rdparty_16_2020_11_14.zip
1111
SET ZIP_FULL_PATH=%CAFEE_FOLDER%%ZIP_NAME%
12-
%WGET_EXE% -c http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/%ZIP_NAME% -P %CAFEE_FOLDER%
12+
%WGET_EXE% -c http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/%ZIP_NAME% -P %CAFEE_FOLDER%
1313
echo:
1414

1515
echo ----- Unzipping Caffe -----

3rdparty/windows/getFreeglut.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ----- Downloading Caffe -----
99
SET FREEGLUT_FOLDER=freeglut\
1010
SET ZIP_NAME=freeglut_2018_01_14.zip
1111
SET ZIP_FULL_PATH=%FREEGLUT_FOLDER%%ZIP_NAME%
12-
%WGET_EXE% -c http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/%ZIP_NAME% -P %FREEGLUT_FOLDER%
12+
%WGET_EXE% -c http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/%ZIP_NAME% -P %FREEGLUT_FOLDER%
1313
echo:
1414

1515
echo ----- Unzipping Caffe -----

3rdparty/windows/getOpenCV.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ----- Downloading OpenCV -----
99
SET OPENCV_FOLDER=opencv\
1010
SET ZIP_NAME=opencv_450_v15_2020_11_18.zip
1111
SET ZIP_FULL_PATH=%OPENCV_FOLDER%%ZIP_NAME%
12-
%WGET_EXE% -c http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/%ZIP_NAME% -P %OPENCV_FOLDER%
12+
%WGET_EXE% -c http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/%ZIP_NAME% -P %OPENCV_FOLDER%
1313
echo:
1414

1515
echo ----- Unzipping OpenCV -----

3rdparty/windows/getSpinnaker.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ----- Downloading Caffe -----
99
SET SPINNAKER_FOLDER=spinnaker\
1010
SET ZIP_NAME=spinnaker_2018_01_24.zip
1111
SET ZIP_FULL_PATH=%SPINNAKER_FOLDER%%ZIP_NAME%
12-
%WGET_EXE% -c http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/%ZIP_NAME% -P %SPINNAKER_FOLDER%
12+
%WGET_EXE% -c http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/%ZIP_NAME% -P %SPINNAKER_FOLDER%
1313
echo:
1414

1515
echo ----- Unzipping Caffe -----

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if (APPLE)
343343
endif ()
344344
endif (APPLE)
345345

346-
set(DOWNLOAD_SERVER "http://posefs1.perception.cs.cmu.edu/OpenPose/" CACHE STRING "Server from which the models and 3rdparty libraries will be downloaded from.")
346+
set(DOWNLOAD_SERVER "http://vcl.snu.ac.kr/OpenPose/" CACHE STRING "Server from which the models and 3rdparty libraries will be downloaded from.")
347347
mark_as_advanced(DOWNLOAD_SERVER)
348348

349349
### FIND REQUIRED PACKAGES

doc/installation/1_prerequisites.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ OpenPose Doc - Installation - Prerequisites
1313
These tips are **very important** and avoid many bugs:
1414
- Install the latest CUDA version or make sure your GPU is compatible with the CUDA version you have in your system. E.g., Nvidia 30XX GPUs require at least CUDA 11, others (GTX 20XX, V100, Volta or Turing GPUs) require at least CUDA 10.
1515
- CMake automatically downloads all the OpenPose models. However, **some firewall or company networks block these downloads**. If so, you might need to download them manually:
16-
- [BODY_25 model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel): download in `models/pose/body_25/`.
17-
- [COCO model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/coco/pose_iter_440000.caffemodel): download in `models/pose/coco/`.
18-
- [MPI model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel): download in `models/pose/mpi/`.
19-
- [Face model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/face/pose_iter_116000.caffemodel): download in `models/face/`.
20-
- [Hands model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/hand/pose_iter_102000.caffemodel): download in `models/hand/`.
16+
- [BODY_25 model](http://vcl.snu.ac.kr/OpenPose/models/pose/body_25/pose_iter_584000.caffemodel): download in `models/pose/body_25/`.
17+
- [COCO model](http://vcl.snu.ac.kr/OpenPose/models/pose/coco/pose_iter_440000.caffemodel): download in `models/pose/coco/`.
18+
- [MPI model](http://vcl.snu.ac.kr/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel): download in `models/pose/mpi/`.
19+
- [Face model](http://vcl.snu.ac.kr/OpenPose/models/face/pose_iter_116000.caffemodel): download in `models/face/`.
20+
- [Hands model](http://vcl.snu.ac.kr/OpenPose/models/hand/pose_iter_102000.caffemodel): download in `models/hand/`.
2121

2222

2323

@@ -106,11 +106,11 @@ NOTE: These instructions are only required when compiling OpenPose from source.
106106
- Dependencies:
107107
- Note: Leave the zip files in `3rdparty/windows/` so that CMake does not try to download them again.
108108
- Caffe (if you are not sure which one you need, download the default one):
109-
- [CUDA Caffe (Default)](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe/`.
110-
- [CPU Caffe](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe_cpu_2018_05_27.zip): Unzip as `3rdparty/windows/caffe_cpu/`.
111-
- [OpenCL Caffe](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe_opencl_2018_02_13.zip): Unzip as `3rdparty/windows/caffe_opencl/`.
112-
- [Caffe dependencies](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe3rdparty_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe3rdparty/`.
113-
- [OpenCV 4.2.0](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/opencv_450_v15_2020_11_18.zip): Unzip as `3rdparty/windows/opencv/`.
109+
- [CUDA Caffe (Default)](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe/`.
110+
- [CPU Caffe](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe_cpu_2018_05_27.zip): Unzip as `3rdparty/windows/caffe_cpu/`.
111+
- [OpenCL Caffe](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe_opencl_2018_02_13.zip): Unzip as `3rdparty/windows/caffe_opencl/`.
112+
- [Caffe dependencies](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe3rdparty_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe3rdparty/`.
113+
- [OpenCV 4.2.0](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/opencv_450_v15_2020_11_18.zip): Unzip as `3rdparty/windows/opencv/`.
114114
7. Python prerequisites (optional, only if you plan to use the Python API): Install any [Python 3.X](https://www.python.org/downloads/windows/) version for Windows, and then:
115115
```
116116
sudo pip install numpy opencv-python

doc/installation/2_additional_settings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can include the 3D reconstruction module by:
8888
1. It is automatically downloaded by the CMake installer.
8989
2. Alternatively, if you prefer to download it yourself, you could either:
9090
1. Double click on `3rdparty\windows\getFreeglut.bat`.
91-
2. Download [this version from our server](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/freeglut_2018_01_14.zip) and unzip it in `{OpenPoseDirectory}\3rdparty\windows\freeglut\`.
91+
2. Download [this version from our server](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/freeglut_2018_01_14.zip) and unzip it in `{OpenPoseDirectory}\3rdparty\windows\freeglut\`.
9292
3. Download the latest `MSVC Package` from [http://www.transmissionzero.co.uk/software/freeglut-devel/](http://www.transmissionzero.co.uk/software/freeglut-devel/).
9393
- Copy `{freeglutParentDirectory}\freeglut\bin\x64\` as `{OpenPoseDirectory}\3rdparty\windows\freeglut\bin\`.
9494
- Copy `{freeglutParentDirectory}\freeglut\include\` as `{OpenPoseDirectory}\3rdparty\windows\freeglut\include\`.
@@ -105,7 +105,7 @@ The intrinsic camera calibration toolbox is included by default.
105105

106106
To enable the extrinsic camera parameter estimation toolbox, you must also enable `WITH_EIGEN` in CMake during [CMake Configuration](#cmake-configuration). You can perform any of the 3 following options (but only 1 of them!)
107107
- Recommended: Simply set the `WITH_EIGEN` flag to `AUTOBUILD`. CMake will automatically download Eigen and configure OpenPose to use it. If you prefer to download it manually (or if your firewall blocks CMake from downloading it):
108-
- [Eigen 3.3.8](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/eigen_2020_11_18.zip): Unzip it as `3rdparty/eigen/`.
108+
- [Eigen 3.3.8](http://vcl.snu.ac.kr/OpenPose/3rdparty/eigen_2020_11_18.zip): Unzip it as `3rdparty/eigen/`.
109109
- Advanced (not recommended): If you set `WITH_EIGEN` to `FIND`, you must have Eigen already installed in your system. Note that [Eigen <= 3.3.6 is not supported by CUDA >=9.1](https://bitbucket.org/eigen/eigen/commits/034b6c3e101792a3cc3ccabd9bfaddcabe85bb58?at=default). In order to install it (make sure that Eigen version is compatible with CUDA!):
110110
- Run `sudo apt-get install libeigen3-dev` and link CMake to the right CMake.
111111
- Advanced (not recommended): Or you could also use your own version of Eigen by setting `WITH_EIGEN` to `AUTOBUILD`, click `Configure` to let CMake download the zip file, and replace `3rdparty/eigen/` by your own version.

doc/installation/deprecated/installation_deprecated.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ Note: This installer will not incorporate any new features, we recommend to use
135135
136136
1. Download the OpenPose dependencies and models (body, face and hand models) by double-clicking on `{openpose_path}\windows\download_3rdparty_and_models.bat`. Alternatively, you might prefer to download them manually:
137137
- Models:
138-
- [COCO model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/coco/pose_iter_440000.caffemodel): download in `models/pose/coco/`.
139-
- [MPI model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel): download in `models/pose/mpi/`.
140-
- [Face model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/face/pose_iter_116000.caffemodel): download in `models/face/`.
141-
- [Hands model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/hand/pose_iter_102000.caffemodel): download in `models/hand/`.
138+
- [COCO model](http://vcl.snu.ac.kr/OpenPose/models/pose/coco/pose_iter_440000.caffemodel): download in `models/pose/coco/`.
139+
- [MPI model](http://vcl.snu.ac.kr/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel): download in `models/pose/mpi/`.
140+
- [Face model](http://vcl.snu.ac.kr/OpenPose/models/face/pose_iter_116000.caffemodel): download in `models/face/`.
141+
- [Hands model](http://vcl.snu.ac.kr/OpenPose/models/hand/pose_iter_102000.caffemodel): download in `models/hand/`.
142142
- Dependencies:
143-
- [Caffe](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe/`.
144-
- [Caffe dependencies](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/caffe3rdparty_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe3rdparty/`.
145-
- [OpenCV 4.2.0](http://posefs1.perception.cs.cmu.edu/OpenPose/3rdparty/windows/opencv_450_v15_2020_11_18.zip): Unzip as `3rdparty/windows/opencv/`.
143+
- [Caffe](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe/`.
144+
- [Caffe dependencies](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/caffe3rdparty_16_2020_11_14.zip): Unzip as `3rdparty/windows/caffe3rdparty/`.
145+
- [OpenCV 4.2.0](http://vcl.snu.ac.kr/OpenPose/3rdparty/windows/opencv_450_v15_2020_11_18.zip): Unzip as `3rdparty/windows/opencv/`.
146146
2. Open the Visual Studio project sln file by double-cliking on `{openpose_path}\windows\OpenPose.sln`.
147147
3. In order to verify OpenPose is working, try compiling and executing the demo:
148148
1. Right click on `OpenPoseDemo` --> `Set as StartUp Project`.

models/getModels.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
echo ------------------------- BODY, FOOT, FACE, AND HAND MODELS -------------------------
55
echo ----- Downloading body pose (COCO and MPI), face and hand models -----
66
SET WGET_EXE=..\3rdparty\windows\wget\wget.exe
7-
SET OPENPOSE_URL=http://posefs1.perception.cs.cmu.edu/OpenPose/models/
7+
SET OPENPOSE_URL=http://vcl.snu.ac.kr/OpenPose/models/
88
SET POSE_FOLDER=pose/
99
SET FACE_FOLDER=face/
1010
SET HAND_FOLDER=hand/

models/getModels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------- BODY, FOOT, FACE, AND HAND MODELS -------------------------
22
# Downloading body pose (COCO and MPI), face and hand models
3-
OPENPOSE_URL="http://posefs1.perception.cs.cmu.edu/OpenPose/models/"
3+
OPENPOSE_URL="http://vcl.snu.ac.kr/OpenPose/models/"
44
POSE_FOLDER="pose/"
55
FACE_FOLDER="face/"
66
HAND_FOLDER="hand/"

0 commit comments

Comments
 (0)