I am developing VR tool in .NET framework using IBM watson visual recognition service. _visualRecognition. Classify () method was working fine for the custom classifiers before a week. Now I am running the same code but it's not working properly, it's not classifying any images with respect to created custom classes. It's working as default classify method even after passing classifierID's and Owner Id's. It's work as default classify method
Code:
var result = _visualRecognition.Classify(imageByte, imagePath, "image/jpg", Urls, Classifiers, Owners, 0.8f, "en");
Before same code returning below result. Please refer below image:
Result running same code before
Result "One" class in Custom classifiers.
But now same code is returning different result: