com.intel.analytics.bigdl.dataset.image
Read BGR images from local given paths. After read the image, it will resize the images to the given width and height. It will also divide the pixel value by the given normalize value. Besides, it will return the file name.
Apply this transformer to rdd
Read BGR images from local given paths. After read the image, it will resize the images to the given width and height. It will also divide the pixel value by the given normalize value. Besides, it will return the file name.