Can DL4J handle images with more than 3 channels?

Hi guys, the problem I am facing is to build a classifier for satellite images ( multispectral and hyperspectral) - those images can have for example 12 channels, or even hundreds of channels . Is there any dl4j code example on how to read such a image (.tiff) and how to classify it ?

thanks

@javaberlin you can use the Conv3D classes for video, but beyond that people from what I’ve seen haven’t needed more than that. You can see the image loader formats here:

Tiff is in there. Please report here with any issues.