(self, keypoints)
| 1187 | return ret |
| 1188 | |
| 1189 | def _convert_keypoints(self, keypoints): |
| 1190 | if isinstance(keypoints, Keypoints): |
| 1191 | keypoints = keypoints.tensor |
| 1192 | keypoints = np.asarray(keypoints) |
| 1193 | return keypoints |
| 1194 | |
| 1195 | def get_output(self): |
| 1196 | """ |