openpose icon indicating copy to clipboard operation
openpose copied to clipboard

how to build from sources without gui?

Open chenj133 opened this issue 3 years ago • 1 comments

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.

chenj133 avatar May 04 '22 11:05 chenj133

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.

ravijo avatar Jul 13 '22 03:07 ravijo