-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature engineering for image data #17
Comments
It's a great and would really improve the modeling environment. I think that it would require the images to be stored within the recipe in a different format that is more conducive to how the data are usually handled. This could get a little tricky but @EmilHvitfeldt's If you are interested in starting a side package to do this, let us know. Otherwise, this might be lower down the line in priority unless @dfalbel or @skeydan are interested. They have a better handle on processing tools for those data. |
sounds like an interesting idea. I haven't done a lot of work with images myself. the main issue you might run into is that If you need to talk to someone who has spent some time handling non-rectangular data inside |
In theory it would be possible to use {tfhub} for that. We have implemented steps for text embedding here: https://github.com/rstudio/tfhub/blob/master/R/recipe.R and we could have similar functionality for images. I imagine that images would need to be stored in an list-column where each element is an array. |
I'm moving this to our planning repo since this is more about long term ideas (and probably a separate package) than a feature request here in recipes. 👍 |
Image Classification with Tidymodels
Suggest Recipe: step_image
Is It possible to create a recipe that makes image processing?
Is It possible to process images like array reshape in Keras?
The tidymodels are an excellent package but there are no options to image process
The text was updated successfully, but these errors were encountered: