pipelinex.extras.datasets.opencv package¶
Submodules¶
pipelinex.extras.datasets.opencv.images_dataset module¶
-
class
pipelinex.extras.datasets.opencv.images_dataset.OpenCVImagesLocalDataSet(filepath, load_args=None, save_args=None, channel_first=False, version=None)[source]¶ Bases:
kedro.io.core.AbstractVersionedDataSet-
__init__(filepath, load_args=None, save_args=None, channel_first=False, version=None)[source]¶ Creates a new instance of
AbstractVersionedDataSet.- Parameters
filepath (
str) – Filepath in POSIX format to a file.version (
Optional[Version]) – If specified, should be an instance ofkedro.io.core.Version. If itsloadattribute is None, the latest version will be loaded. If itssaveattribute is None, save version will be autogenerated.exists_function – Function that is used for determining whether a path exists in a filesystem.
glob_function – Function that is used for finding all paths in a filesystem, which match a given pattern.
-