keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

ImageDataGenerator for Image Preprocessing in keras does not support S3 path #220

Closed revy123 closed 5 years ago

revy123 commented 5 years ago

The ImageDataGenerator for Image Preprocessing in keras does not support S3 path. It expects the path to be a local directory and since it is not able to find that, it throws a FILENOTFOUNDERROR.

Moving forward, I will have to download the content from s3 to the sagemaker notebook instance and then perform the preprocessing on it.

Is there any way this issue can be solved. Thank you

rragundez commented 5 years ago

Hi @revy123,

There is no plan to implement this feature.

Naivedh commented 3 years ago

The ImageDataGenerator for Image Preprocessing in keras does not support S3 path. It expects the path to be a local directory and since it is not able to find that, it throws a FILENOTFOUNDERROR.

Moving forward, I will have to download the content from s3 to the sagemaker notebook instance and then perform the preprocessing on it.

Is there any way this issue can be solved. Thank you

How did you solve the issue?