Skip to content

v0.16.8

Compare
Choose a tag to compare
@jean-lucas jean-lucas released this 16 Nov 13:12
· 37 commits to master since this release
4aadb82

Added

Dataset Item width and height

  • Allow passing width and height to DatasetItem.
  • This is required when using privacy mode.

Dataset Item Fetch

  • Added dataset.items_and_annotation_chip_generator() functionality to generate chips of images in s3 or locally.
  • Added query parameter for dataset.items_and_annotation_generator() to filter dataset items.

Removed

  • upload_to_scale is no longer a property in DatasetItem, users should instead specify use_privacy_mode on the dataset during creation