cvtools.data_augs.crop.crop_abc module¶
-
class
cvtools.data_augs.crop.crop_abc.CropDataset[源代码]¶ 基类:
objectAn abstract class representing a Dataset for crop.
All other datasets should subclass it. All subclasses should override
__len__, that provides the size of the dataset, and__getitem__, supporting integer indexing in range from 0 to len(self) exclusive.