Skip to content
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

Support for images from spark DataFrame #56

Open
andompesta opened this issue Nov 22, 2022 · 0 comments
Open

Support for images from spark DataFrame #56

andompesta opened this issue Nov 22, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@andompesta
Copy link

Hi all,

I'm trying to train a recommendation system for user-items using Databricks as distributed computing platform.
I'm applying proprocessing steps to my user related features as well as to the images, however, spark does not work well with numpy arrays. Petastorm approach to support image preprocessing on spark is to encode all numpy arrays as bytearray.
Unfortunately, your dataloader does not have support for bytearray

is it possible to add support for custom unpacking function ?

@sararb sararb added enhancement New feature or request question Further information is requested labels Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants