(self, keypoints)
| 1268 | self.draw_text(text, center, color=color) |
| 1269 | |
| 1270 | def _convert_keypoints(self, keypoints): |
| 1271 | if isinstance(keypoints, Keypoints): |
| 1272 | keypoints = keypoints.tensor |
| 1273 | keypoints = np.asarray(keypoints) |
| 1274 | return keypoints |
| 1275 | |
| 1276 | def get_output(self): |
| 1277 | """ |