imageloader

FileLoader

Type of data loader class that is used to directly load data from directory.

Loader uses pillow for loading images and converts them into tensor.

It requires specific structure of directory:

├── dataset │ ├── image1.jpg │ ├── image2.jpg │ └── … └── ….

Classes

ImageLoader(image_dir, targets, channels, …)