how can i convert my image dataset to csv
Sir how can image data be in the form of csv
Hi Saurabh;
To convert image into numpy array we can use np.asarray() or np.array() function on image object this will return us nparray object.
it doesn’t matter how u load image wether using os or cv .