bboxes_keypoints = results[0].keypoints.cpu().numpy().astype('uint32') 在使用时会发生error,这里应当在keypoints后边加一个.data操作 即仅需要keypoints里边的data数据(可进行print发现)