keras-team / keras-preprocessing

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

Variable target_size on flow_from_dataframe() #347

Open santoshg117 opened 3 years ago

santoshg117 commented 3 years ago

Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or on the Keras Slack channel instead of opening a GitHub issue.

Thank you!

This is more so a question rather than an issue per se. I have a dataframe passing in all the relevant information as per the documentation. However, my images have variable sized height and width which are in two columns on my dataframe. Is there any way to pass in these variable sizes?