From af00ee4a0a3ff45ef4d8884fddf8312c52c96b4f Mon Sep 17 00:00:00 2001 From: Naoya Muramatsu Date: Wed, 13 Nov 2024 23:15:22 +0200 Subject: [PATCH] fix a type in simcc_label.py --- mmpose/codecs/simcc_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmpose/codecs/simcc_label.py b/mmpose/codecs/simcc_label.py index e83960faaf..43613d2346 100644 --- a/mmpose/codecs/simcc_label.py +++ b/mmpose/codecs/simcc_label.py @@ -167,7 +167,7 @@ def decode(self, simcc_x: np.ndarray, Returns: tuple: - keypoints (np.ndarray): Decoded coordinates in shape (N, K, D) - - socres (np.ndarray): The keypoint scores in shape (N, K). + - scores (np.ndarray): The keypoint scores in shape (N, K). It usually represents the confidence of the keypoint prediction """