繁体   English   中英

openpose 只提取骨架

[英]openpose extract only the skeleton

我在docker容器中使用openpose 以下命令创建图像,其中检测到的关键点打印在原始图像上。

openpose -display=0 -image_dir=/data -write_images=/data -face=true -hand=true

我想要在黑色背景上没有原始图像的关键点。 就像这里所示: 想要的结果

我怎样才能做到这一点?

您可以使用--disable_blending标志,如下所述: https : //github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/demo_quick_start.md#main-flags

--disable_blending :如果启用,它将在黑色背景上渲染结果(关键点骨架或热图),而不显示原始图像。 相关: part_to_showalpha_posealpha_pose

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM