In the “Class” section, when editing the keypoints template, please display the keypoint IDs:
Currently, the corresponding keypoint ID is only visible when deleting a keypoint. It would be great to export keypoint names with their corresponding keypoint IDs.
Also in the Annotation section, please also allow to display the keypoint IDs as an option as well. Currently, it seems like only the keypoint labels can be displayed.
Also I think it wold be a helpful feature to have the option to display the keypoint ID label next to the corresponding keypoint name label
I had a lot of trouble finding the IDs of keypoints and the roboflow team seems uninterested in adding support for it. Here is how I was able to do it:
- Go to ‘Classes and Tags’ page
- Hit edit keypoints
- Open inspect mode and select the modal box
- Right click on the element in the html view and select ‘Break on’ and then ‘subtree modifications’:
- Click the ‘Deleted Points’ header
- The breakpoint should be hit now
- Under scope you can find an array called ‘nonDeletedVertices’ which will have the objects with their ids
To the roboflow team, I hope you just add this to the view, the data is already there!