openpose
openpose copied to clipboard
how to build from sources without gui?
I need to build openpose without gui, how to build it only use cmake?
I need a cuda-11.6 docker, but the docker cwaffles/openpose is cuda-10.0. I need to build it with a new docker.But there is not gui in docker, I never use gui in docker successful. So, how to build it with only use cmake without gui.
You can use cmake instead of cmake_gui. However, do not forget to set OpenPose's cmake arguments while executing cmake from a terminal.
Basically, using cmake_gui makes it easier to set/unset those OpenPose's make arguments. However, the same can be done by the command line using cmake only.