Skip to content

Commit

Permalink
Cleaned cast warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gineshidalgo99 committed Jul 9, 2017
1 parent d72afb1 commit 094c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openpose/hand/handExtractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 094c3ce

Please sign in to comment.