0

I'm not observing the confusion matrix in the "EVALUATE" tab of the web UI when following the basic quickstart:

https://cloud.google.com/vision/automl/docs/quickstart?refresh=1

The confusion matrix should be displayed according to this documentation:

https://cloud.google.com/vision/automl/docs/evaluate

enter image description here

denfromufa
  • 5,610
  • 13
  • 81
  • 138

1 Answers1

0

It appears that this happens because multi-label classification is enabled during importing of the image dataset. Since multiple labels can correspond to each image, hence the confusion matrix is not well-defined.

denfromufa
  • 5,610
  • 13
  • 81
  • 138