Skip to content

v0.14.25

Compare
Choose a tag to compare
@jean-lucas jean-lucas released this 31 Oct 18:01
· 73 commits to master since this release
830e225

Updated

  • Items of a slice can be retrieved by Slice property .item
  • The type of items returned from .items is based on the slice type:
    • slice.type == 'dataset_item' => list of DatasetItem objects
    • slice.type == 'object' => list of Annotation/Prediction objects
    • slice.type == 'scene' => list of Scene objects