Using preTrained Model on another Image

I would like to ask how to use the pre-trained model of an image on another image with similar features.

Dear @Sheyi900,

Thank you for using OTB.

You can use a model with any image with the application ImageClassifier.

Use the parameter -model to provide your model, and the parameter -in for the image you want to classify. You also need the parameter -imstat which take the output of ComputeImagesStatistics.

Best regards.