feat 更新响应模板

fix
This commit is contained in:
zhouchengrong
2024-06-17 17:34:57 +08:00
parent a09476354e
commit a0993d7e3a

View File

@@ -55,7 +55,7 @@ class KeypointDetection(object):
@staticmethod
# @ RunTime
def save_keypoint_cache(keypoint_id, cache, site, KEYPOINT_RESULT_TABLE_FIELD_SET=None):
def save_keypoint_cache(keypoint_id, cache, site):
if site == "down":
zeros = np.zeros(20, dtype=int)
result = np.concatenate([zeros, cache.flatten()])