Open pkudzia opened 1 year ago
https://github.com/wufake70/myCmake/blob/master/005-%E6%9E%84%E5%BB%BApyopenpose.md maybe i can help you (window) 也许我能帮助你(window)
Because their server is down
it still doesnt work? as I got the same error
it still doesnt work? as I got the same error
it still doesnt work however you can run it in your computer reference: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411
Issue Summary
I cannot run OpenPose in Colab. I am running v1.7.0 and could always run it fine (this is a recent error) Any thoughts / if people have OpenPose running in Colab please let me know.
Executed Command (if any)
git_repo_url = 'https://github.com/CMU-Perceptual-Computing-Lab/openpose.git' project_name = splitext(basename(git_repo_url))[0]
if not exists(project_name):
Install CMake
!wget -q https://cmake.org/files/v3.27/cmake-3.27.0-linux-x86_64.tar.gz !tar xfz cmake-3.27.0-linux-x86_64.tar.gz --strip-components=1 -C /usr/local
Clone OpenPose
!git clone -q $git_repo_url %cd openpose !git checkout tags/v1.7.0 %cd ..
Errors (if any)
Some errorrs include :
rocessing triggers for libc-bin (2.35-0ubuntu3.1) ... /sbin/ldconfig.real: /usr/local/lib/libtbbbind.so.3 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_0.so.3 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/libtbbbind_2_5.so.3 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc.so.2 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/libtbb.so.12 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/libtbbmalloc_proxy.so.2 is not a symbolic link
-- NOTE: This process might take several minutes depending on your internet connection. CMake Error at cmake/Utils.cmake:8 (file): file DOWNLOAD HASH mismatch
Call Stack (most recent call first): CMakeLists.txt:994 (download_model)
-- Not downloading body (COCO) model -- Not downloading body (MPI) model -- Downloading face model... -- NOTE: This process might take several minutes depending on your internet connection. CMake Error at cmake/Utils.cmake:8 (file): file DOWNLOAD HASH mismatch
Call Stack (most recent call first): CMakeLists.txt:1000 (download_model)
-- Downloading hand model... -- NOTE: This process might take several minutes depending on your internet connection. CMake Error at cmake/Utils.cmake:8 (file): file DOWNLOAD HASH mismatch
Call Stack (most recent call first): CMakeLists.txt:1002 (download_model)
Type of Issue
Select the topic(s) on your post, delete the rest: