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
The OpenPose build process on Google Colab has recently started failing during the model download step. This issue began on August 29, 2024, after the script had been running successfully without any problems until yesterday.
Steps to Reproduce
Run the following script on Google Colab:
Observe the error during the cmake configuration step.
Expected Behavior
The models should download correctly, and the build process should be completed without errors.
Actual Behavior
The script fails with the following error:
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"]
environment:
Operating System: Google Colab (Linux)
CMake Version: 3.13.0
OpenPose Version: Latest from GitHub
Additional Context
I have confirmed that the issue is unrelated to my network or firewall.
The issue seems to be with the model download URLs or server accessibility.
I thank you if you could help me.
The text was updated successfully, but these errors were encountered:
The OpenPose build process on Google Colab has recently started failing during the model download step. This issue began on August 29, 2024, after the script had been running successfully without any problems until yesterday.
Steps to Reproduce
Run the following script on Google Colab:
Observe the error during the cmake configuration step.
Expected Behavior
The models should download correctly, and the build process should be completed without errors.
Actual Behavior
The script fails with the following error:
CMake Error at cmake/Utils.cmake:8 (file):
file DOWNLOAD HASH mismatch
environment:
Operating System: Google Colab (Linux)
CMake Version: 3.13.0
OpenPose Version: Latest from GitHub
Additional Context
I have confirmed that the issue is unrelated to my network or firewall.
The issue seems to be with the model download URLs or server accessibility.
I thank you if you could help me.
The text was updated successfully, but these errors were encountered: