File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66## Added
77* Annotation types
88 - A set of python objects for working with labelbox data
9- - Create with ` project.label_generator() ` or ` project.video_label_generator() `
109 - See example notebooks on how to use under examples/annotation_types
1110 - Note that these types are not yet supported for tiled imagery
1211* MEA Support
1312 - Beta MEA users can now just use the latest SDK release
1413* Metadata support
1514 - New metadata features are now fully supported by the SDK
1615* Easier export
17- - project.export_labels accepts a boolean indicating whether or not to download the result
18- - Video exports are much simpler using the new ` project.video_label_generator() `
16+ - ` project.export_labels() ` accepts a boolean indicating whether or not to download the result
17+ - Create annotation objects direclty from exports with ` project.label_generator() ` or ` project.video_label_generator() `
18+ - ` project.video_label_generator() ` asynchronously fetches video annotations
1919* Retry logic on data uploads
2020 - Bulk creation of data rows will be more reliable
2121* Datasets
You can’t perform that action at this time.
0 commit comments