-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Milestone
Description
It seems that loading functionality should be moved out of preprocessing to the Dataset
implementations.
- Loading images is orthogonal to preprocessing. Having a loading stage limits preprocessors functionality, as it prohibits sharing preprocessors between datasets or applying them to images loaded from elsewhere.
- Knowledge about the source of the images is intrinsic to some of the
Dataset
implementations, specificallyOnFlyImageDataset
. - The code creating dataset implementations already directly accesses loading stage of the provided
Preprocessing
instance.
AlexandreBrown
Metadata
Metadata
Assignees
Labels
No labels