Hi,
I have trained a cascade classifier for a particular object. The classifier is supposed to be used in android app. For testing purposes I've written a python script and the model performance seemed great running it on PC. Then, when I tried to use the same model in android app, the performance was poor. Does anyone know what could be the cause for different performance of the same model?
Thanks!