You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageRecognitionModel.predictObject is a common method for all classification models, and it contains a hardcoded conversion of an input image to BGR format. Meanwhile, most of the models in ModelHub requires input in image in RGB format which is a cause of a drop of classification accuracy.
We should further investigate this issue. If it's indeed an error, we should fix the input format for models that require RGB input, and also input format should be explicitly documented for each model in ModelHub.
The text was updated successfully, but these errors were encountered:
ImageRecognitionModel.predictObject is a common method for all classification models, and it contains a hardcoded conversion of an input image to BGR format. Meanwhile, most of the models in ModelHub requires input in image in RGB format which is a cause of a drop of classification accuracy.
We should further investigate this issue. If it's indeed an error, we should fix the input format for models that require RGB input, and also input format should be explicitly documented for each model in ModelHub.
The text was updated successfully, but these errors were encountered: