Last active
November 23, 2023 21:01
-
-
Save akTwelve/dc79fc8b9ae66828e7c7f648049bc42d to your computer and use it in GitHub Desktop.
COCO Image Viewer | immersivelimit.com/tutorials/create-coco-annotations-from-scratch
Thank you for sharing!
For photos with non-landscape orientation I had to add this to your code: https://stackoverflow.com/a/63798032/1616037
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing!
I quickly added the option to visualize
keypoints
. I simply added the parameter in thedisplay_image
function:and in the function body below the
if show_bbox
block I added:this will draw all keypoints using red svg circles, regardless of their visibility.