-
Notifications
You must be signed in to change notification settings - Fork 68
Update image.ipynb / image annotation import - new paradigm #744
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
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| "id": "a6a048e8-b5fe-418b-aec4-829b5b6802e5", | ||
| "metadata": { | ||
| "id": "a6a048e8-b5fe-418b-aec4-829b5b6802e5" | ||
| }, |
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.
Line #15. import uuid
not really your change, but you might want to consider cleaning up imports. uuid is a duplicate.
Reply via ReviewNB
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.
Sounds good
| "id": "a6a048e8-b5fe-418b-aec4-829b5b6802e5", | ||
| "metadata": { | ||
| "id": "a6a048e8-b5fe-418b-aec4-829b5b6802e5" | ||
| }, |
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.
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.
Yes, thank you for catching that !
1. Clean up imports 2. Fix name of label import 3. other small issues.
No description provided.