How to convert pixel value numpy array of images into ImageDataBunch object

I have a csv file which contains pixel values of images along the columns. I want to convert those into ImageDataBunch object for training. As I am beginner I didn’t find the solution yet.

Thanks in advance

1 Like

I have a .csv file with labels as first column and image pixels values along the columns in Out[3] .I want to transform this into ImageDataBunch object for training

Thanks in advance