Per this link:
https://cloud.google.com/vision/docs/internet-detection
"Here is the Python command with the passed-in Web URL of the car image, followed by console output. Note that a relevancy score is added after the listed entities. Note that scores are not normalized or comparable across different image queries."
If scores are not normalized, what do they indicate? For the highest score out of all the listed results from a single image query, how do you measure the importance of that result to your query? How do you get any useful information beyond the relative rank of results?
More specifically though, does anyone know how the values are calculated?
Thanks