Skip to content

Commit 094c3ce

Browse files
Cleaned cast warning
1 parent d72afb1 commit 094c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openpose/hand/handExtractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ namespace op
165165

166166
// Set hand size
167167
const auto numberPeople = (int)handRectangles.size();
168-
mHandKeypoints[0].reset({numberPeople, HAND_NUMBER_PARTS, 3}, 0);
168+
mHandKeypoints[0].reset({numberPeople, (int)HAND_NUMBER_PARTS, 3}, 0);
169169
mHandKeypoints[1].reset(mHandKeypoints[0].getSize(), 0);
170170

171171
// // Debugging

0 commit comments

Comments
 (0)