eurocropsml.dataset.utils.read_filesΒΆ

read_files(data_dir: Path) set[str]ΒΆ

Method to read all .npy files in a directory.

Parameters:

data_dir – Path that contains .npy files where labels and data are stored.

Returns:

List of all .npz files that lie within the directory.