I'm using openpose in a docker container. The following command create images, where the detected keypoints are printed on the original images.
openpose -display=0 -image_dir=/data -write_images=/data -face=true -hand=true
I would like to have the keypoints without the original image on a black background. Like shown here:
How can I do this?