How to get the scores of each detected class, while performing a image classification using custom ibm visual recognition model in node-red?

35 views Asked by At

I am using a custom IBM visual recognition classifier in node red, but while getting the result for a image, the debug window only shows no of classes detected i.e 'custom_classes: 7'. How can I get the individual scores for different classes detected from the visual recognition node in node-red?

1

There are 1 answers

0
Matt Hill On BEST ANSWER

You need to set the threshold value to zero to see all of the class scores.