CMU-Perceptual-Computing-Lab / caffe_rtpose

Realtime C++ code for multi-person pose estimation
Other
356 stars 207 forks source link

CMakeLists.txt for caffe_rtpose examples #45

Closed suprunai closed 7 years ago

suprunai commented 7 years ago

Please help me!

CMake Error at CMakeLists.txt:74 (add_subdirectory): The source directory D:/openpose/caffe_rtpose-master/examples does not contain a CMakeLists.txt file.

gineshidalgo99 commented 7 years ago

There is no CMake ready for rt_pose, you will have to use the normal Makefile installation mode, sorry.

You might really consider to move to the new faster and more accurate library: https://github.com/CMU-Perceptual-Computing-Lab/openpose (there is no CMake in the new one yet, but we are planning to it in the future)

suprunai commented 7 years ago

Thank you! Is it possible to build rt_pose for Windows? I need CPU_Only..

gineshidalgo99 commented 7 years ago

There is no CPU version, i am sorry. There is Windows version in OpenPose though.