提交 2cb16970 编写于 作者: M Mike Grinshpon 提交者: Gines

Added virtual destructor to PoseRenderer (#855)

上级 18f352d3
......@@ -12,6 +12,8 @@ namespace op
public:
PoseRenderer(const PoseModel poseModel);
virtual ~PoseRenderer();
virtual void initializationOnThread(){};
virtual std::pair<int, std::string> renderPose(Array<float>& outputData, const Array<float>& poseKeypoints,
......
......@@ -57,4 +57,8 @@ namespace op
mPartIndexToName{createPartToName(poseModel)}
{
}
PoseRenderer::~PoseRenderer()
{
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册