You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, specifically OnFlyImageDataset.
The code creating dataset implementations already directly accesses loading stage of the provided Preprocessing instance.
The text was updated successfully, but these errors were encountered:
It seems that loading functionality should be moved out of preprocessing to the
Dataset
implementations.Dataset
implementations, specificallyOnFlyImageDataset
.Preprocessing
instance.The text was updated successfully, but these errors were encountered: