Currently, I'm working with data where each image is a .tiff hyperspectral image that's about 900 MB in size. I have roughly 1000 of these images, and the end goal is to use a CNN for classification on these images. But it seems that these images are way too big for this to be possible.
Is there generally a way to compress hyperspectral images in some way to make them usable for ML? What's the standard practice here?
Thanks a lot!