ImageClassifier to handle a list of images/masks
Classifying an image with ImageClassifier could be (at least in my use case) a long operation.
When one need to classify several images with a model, the loading of the model is repeated for each image.
One improvement would be to accept a list of images/masks as input of otbcli_ImageClassifier
.