We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3f454 commit 63d0e44Copy full SHA for 63d0e44
src/cpp/models/src/keypoint_detection.cpp
@@ -62,7 +62,7 @@ DetectedKeypoints decode_simcc(const cv::Mat& simcc_x,
62
colArgMax(simcc_x, x_locs, max_val_x, false);
63
64
cv::Mat y_locs, max_val_y;
65
- colArgMax(simcc_y, y_locs, max_val_x, false);
+ colArgMax(simcc_y, y_locs, max_val_y, false);
66
67
if (apply_softmax) {
68
cv::Mat tmp_locs;
0 commit comments