Before importing the image into img2table, I need to preprocess it. This involves reading the image as a numpy.ndarray format and split it into several tables.
I received a "TypeError: Invalid type <class 'numpy.ndarray'> for src argument" when attempting to pass the images into the Image API. How can I import these numpy.ndarray images into img2table?
Thank you for your work!
Before importing the image into img2table, I need to preprocess it. This involves reading the image as a numpy.ndarray format and split it into several tables. I received a "TypeError: Invalid type <class 'numpy.ndarray'> for src argument" when attempting to pass the images into the Image API. How can I import these numpy.ndarray images into img2table?