-
Notifications
You must be signed in to change notification settings - Fork 11
Add get_annotations() to CVPy #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get_annotations() to CVPy #53
Conversation
Looks good to me, @courtneyambrozic ! I left one non-critical suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Courtney, Great job on this change. I have a few comments. Thanks.
Looks good to me, @courtneyambrozic! Thanks for the edits! |
Hi @ptelang, please let me know if you have any more suggestions! Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @courtneyambrozic, Thanks for addressing the comments. Some of the comments are marked resolved, however, I don't see code changes corresponding to them.
I don't need to see the changes again. You can merge the PR after you address the remaining comments. Thanks.
Sorry about that, @ptelang, I'm not sure where those changes disappeared to. I updated the files and am going to squash & merge. Thanks for the review! |
This commit adds the get_annotations() API to CVPy. Two tests are added to test classification and object detection CVAT projects.