DurhamARC / raga-pose-estimation

MIT License
4 stars 1 forks source link

Fix issue with server connection problem #47

Closed MarionBWeinzierl closed 4 years ago

MarionBWeinzierl commented 4 years ago

During installation we get

-- Caffe will be built from source now.

-- Download the models.

-- Downloading BODY_25 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/pose/body_25/pose_iter_584000.caffemodel]

      expected hash: [78287b57cf85fa89c03f1393d368e5b7]

        actual hash: [d41d8cd98f00b204e9800998ecf8427e]

             status: [7;"Couldn't connect to server"]
MarionBWeinzierl commented 4 years ago

Related: https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1224 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1588 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1679 etc...

MarionBWeinzierl commented 4 years ago

I put in the workaround as described above, running the build twice and downloading and unzipping the model files (3rd party files seem not to be affected).

MarionBWeinzierl commented 4 years ago

Will commit as soon as the Github-Colab connection is working again... :-/

Martinclayton commented 4 years ago

Thanks - will give it a go once you have committed...