Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenPose is not working in COLAB at the moment | Oct 2nd 2023 #2245

Open
pkudzia opened this issue Oct 2, 2023 · 4 comments
Open

OpenPose is not working in COLAB at the moment | Oct 2nd 2023 #2245

pkudzia opened this issue Oct 2, 2023 · 4 comments

Comments

@pkudzia
Copy link

pkudzia commented Oct 2, 2023

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

for file: [/content/openpose/models/pose/body_25/pose_iter_584000.caffemodel]
  expected hash: [78287b57cf85fa89c03f1393d368e5b7]
    actual hash: [d41d8cd98f00b204e9800998ecf8427e]
         status: [7;"Couldn't connect to server"]

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

for file: [/content/openpose/models/face/pose_iter_116000.caffemodel]
  expected hash: [e747180d728fa4e4418c465828384333]
    actual hash: [d41d8cd98f00b204e9800998ecf8427e]
         status: [7;"Couldn't connect to server"]

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

for file: [/content/openpose/models/hand/pose_iter_102000.caffemodel]
  expected hash: [a82cfc3fea7c62f159e11bd3674c1531]
    actual hash: [d41d8cd98f00b204e9800998ecf8427e]
         status: [7;"Couldn't connect to server"]

Call Stack (most recent call first):
CMakeLists.txt:1002 (download_model)

Type of Issue

Select the topic(s) on your post, delete the rest:

  • Compilation/installation error
@wufake70
Copy link

wufake70 commented Oct 4, 2023

https://github.com/wufake70/myCmake/blob/master/005-%E6%9E%84%E5%BB%BApyopenpose.md
maybe i can help you (window)
也许我能帮助你(window)

@14790897
Copy link

Because their server is down

@idangrady
Copy link

it still doesnt work? as I got the same error

@14790897
Copy link

14790897 commented Feb 23, 2024

it still doesnt work? as I got the same error

it still doesnt work
however you can run it in your computer
reference: #1602 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants