Keras has preprocessing.image.flow_from_directory()
to read the gray scale and rgb image formats. Is there some way i can read HDR images with 4 channels ('rgbe') using keras or similar library? Any ideas will be appreciated.
Thank you in advance.
Keras has preprocessing.image.flow_from_directory()
to read the gray scale and rgb image formats. Is there some way i can read HDR images with 4 channels ('rgbe') using keras or similar library? Any ideas will be appreciated.
Thank you in advance.
The function preprocessing.image.flow_from_directory()
is a very powerful one. Sadly it has only the two modes you mentioned. I would suggest you two things since there is not a similar library that could work for you:
preprocessing.image.flow_from_directory()