Extract all images under the given path into a Distributed DataSet.
Extract all images under the given path into a Distributed DataSet. The images are all labeled.
Extract all images under the given path into a Local DataSet.
Extract all images under the given path into a Local DataSet. The images are all labeled.
Extract all image paths into a Local DataSet.
Extract all image paths into a Local DataSet. The paths are all labeled. When the image files are too large(e.g. ImageNet2012 data set), you'd better readd all paths instead of image files themselves.
Generate a DataSet from a local image folder. The image folder should have two levels. The first level is class folders, and the second level is images. All images belong to a same class should be put into the same class folder. So each image in the path is labeled by the folder it belongs.