CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
31.38k stars 7.88k forks source link

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

Open pkudzia opened 1 year ago

pkudzia commented 1 year ago

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:

wufake70 commented 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)

14790897 commented 10 months ago

Because their server is down

idangrady commented 9 months ago

it still doesnt work? as I got the same error

14790897 commented 9 months ago

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