How to Load, Convert, and Save Images With the Keras API
Last Updated on July 5, 2019 The Keras deep learning library provides a sophisticated API for loading, preparing, and augmenting image data. Also included in the API are some undocumented functions that allow you to quickly and easily load, convert, and save image files. These functions can be convenient when getting started on a computer vision deep learning project, allowing you to use the same Keras API initially to inspect and handle image data. In this tutorial, you will discover […]
Read more