Dataset

Create a dataset of image files and convert them into pixel data.

Chapter Goals:

  • Learn how to create a dataset of image files
  • Convert a dataset of image files into decoded pixel data

A. Image dataset

Normally when we do image related tasks we're dealing with a large amount of image data. In this case, it's best to use a TensorFlow dataset, i.e. tf.data.Dataset, to store all the images. We can create a dataset using the ...

Access this course and 1400+ top-rated courses and projects.