-
Notifications
You must be signed in to change notification settings - Fork 68
New annotation import format-video #806
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
Created examples with all the annotation types supported for videos Created all examples with new NDJSON format annotations
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Updated github + jupyter links to point to annotation import folder https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/video.ipynb\
| @@ -1,346 +1,825 @@ | |||
| { | |||
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.
mmm I couldn't get it to work. I can take a look tomorrow again.
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.
Done, a global nested classification works.
| @@ -1,346 +1,1016 @@ | |||
| { | |||
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 #2. frame_bbox_with_checklist_subclass_ndjson = {
Can you just make a note here as to what we are doing. Just mention that we do not support classifications by name and that we will populate these later in the notebook.
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.
Done !
Created examples with all the annotation types supported for videos Created all examples with new NDJSON format annotations