Open ghost opened 2 years 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.
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 ?