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 6
6
## Added
7
7
* Annotation types
8
8
- A set of python objects for working with labelbox data
9
- - Create with ` project.label_generator() ` or ` project.video_label_generator() `
10
9
- See example notebooks on how to use under examples/annotation_types
11
10
- Note that these types are not yet supported for tiled imagery
12
11
* MEA Support
13
12
- Beta MEA users can now just use the latest SDK release
14
13
* Metadata support
15
14
- New metadata features are now fully supported by the SDK
16
15
* 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
19
19
* Retry logic on data uploads
20
20
- Bulk creation of data rows will be more reliable
21
21
* Datasets
You can’t perform that action at this time.
0 commit comments