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
30.84k stars 7.83k forks source link

ATLAS issue #2094

Open ghost opened 2 years ago

ghost commented 2 years ago

I am having trouble installing ATLAS... I cannot make the command 'sudo apt-get install -y libatlas-base-dev' because I am running the project in a cluster and don't have the apt-get command and neither I am the administrator. Any advise in how to install this package ?

rajhlinux commented 1 year ago

From my understanding open pose does not need it internally, its only required for Caffe. Do not attempt to install Atlas, it will take days for it to compile and is an old implementation.

Install "OpenBlas" (the newer and better form of Atlas) for your distro, manually install caffe using OpenBlas, you will also need to edit the cmake file at: /home/user/openpose/cmake/Modules/ for OpenPose to remove finding the atlas dependency.