package documentation

AbstractDataSet implementation to load/save image data.

Module image_dataset ImageDataSet loads/saves image data as numpy from an underlying filesystem (e.g.: local, S3, GCS). It uses Pillow to handle image file.

From __init__.py:

Class ImageDataSet ImageDataSet loads/saves image data as numpy from an underlying filesystem (e.g.: local, S3, GCS). It uses Pillow to handle image file.