BHoM / TensorFlow_Toolkit

Keras.NET is a high-level neural networks API, written in C# with Python Binding and capable of running on top of TensorFlow, CNTK, or Theano.
MIT License
2 stars 1 forks source link

pillow is not installed with keras #12

Closed epignatelli closed 4 years ago

epignatelli commented 4 years ago

Description:

pillow is a package used for image manipulation that is required to load and save images on disk. At the moment keras fails if we use the LoadImage method as it won't find the package

How to replicate:

  1. copy the path of an image you have on disk
  2. Use the LoadImage method to try load the image

Test file(s):