v0.14.25
Updated
- Items of a slice can be retrieved by Slice property
.item
- The type of items returned from
.items
is based on the slicetype
:slice.type == 'dataset_item'
=> list ofDatasetItem
objectsslice.type == 'object'
=> list ofAnnotation
/Prediction
objectsslice.type == 'scene'
=> list ofScene
objects