提交 094c3ced 编写于 作者: G gineshidalgo99

Cleaned cast warning

上级 d72afb16
......@@ -165,7 +165,7 @@ namespace op
// Set hand size
const auto numberPeople = (int)handRectangles.size();
mHandKeypoints[0].reset({numberPeople, HAND_NUMBER_PARTS, 3}, 0);
mHandKeypoints[0].reset({numberPeople, (int)HAND_NUMBER_PARTS, 3}, 0);
mHandKeypoints[1].reset(mHandKeypoints[0].getSize(), 0);
// // Debugging
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册