From b060020c14ffb83230501aefc471496298e2ef7b Mon Sep 17 00:00:00 2001 From: Rohit Lal <40535193+take2rohit@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:29:20 -0700 Subject: [PATCH] Update CMakeLists.txt hash Building with current cmake list gives error. Resolved the hash. --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9e0e8fe0..2b723f81a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -983,15 +983,16 @@ message(STATUS "Download the models.") set(OPENPOSE_URL "${DOWNLOAD_SERVER}models/") download_model("BODY_25" ${DOWNLOAD_BODY_25_MODEL} pose/body_25/pose_iter_584000.caffemodel - 78287B57CF85FA89C03F1393D368E5B7) # Body (BODY_25) + d41d8cd98f00b204e9800998ecf8427e) # Body (BODY_25) download_model("body (COCO)" ${DOWNLOAD_BODY_COCO_MODEL} pose/coco/pose_iter_440000.caffemodel 5156d31f670511fce9b4e28b403f2939) # Body (COCO) download_model("body (MPI)" ${DOWNLOAD_BODY_MPI_MODEL} pose/mpi/pose_iter_160000.caffemodel 2ca0990c7562bd7ae03f3f54afa96e00) # Body (MPI) download_model("face" ${DOWNLOAD_FACE_MODEL} face/pose_iter_116000.caffemodel - e747180d728fa4e4418c465828384333) # Face + d41d8cd98f00b204e9800998ecf8427e) # Face download_model("hand" ${DOWNLOAD_HAND_MODEL} hand/pose_iter_102000.caffemodel - a82cfc3fea7c62f159e11bd3674c1531) # Hand + d41d8cd98f00b204e9800998ecf8427e) # Hand + message(STATUS "Models Downloaded.")