Keypoint annotation - Vision

Hi! By keypoint annotation, do you mean annotating specific points on an image? There's no separate annotation mode for just points but depending on the task, one solution could be to use the regular bounding box and enable visualising the center point with show_bounding_box_center: https://prodi.gy/docs/api-interfaces#image_manual-settings You can also set image_manual_from_center to enable drawing from the center if that feels more natural. And you can customise the box to make it less prominent if needed. The underlying data will include the center coordinates so you can always use this data as the final output.