BirdRec / ds-capstone-for-the-birds

MIT License
0 stars 0 forks source link

reshape new researched images #21

Open xEgle opened 1 year ago

pwerden commented 1 year ago

Not neccessary. Will be done by TensorFlow when loading data with tf.keras.utils.image_dataset_from_directory

For documentation, see https://www.tensorflow.org/api_docs/python/tf/keras/utils/image_dataset_from_directory We will make use of parameters such as:

For additional purposes, tf.image module can be used for indepth image processing: https://www.tensorflow.org/api_docs/python/tf/image