[ | Date | | | 2017-08-08 19:27 -0400 | ] |
[ | Current movie | | | Artificial Intelligence: AI | ] |
Previously, Google's Vision API would find dangerous weapons in the following pictures, with the confidence scores reported:
Gabriel Nadeau-Dubois, Jeanne Reynolds
Label | Confidence | Correct? |
---|---|---|
vehicle | 71% | No |
people | 70% | Yes |
guided missile destroyer | 54% | No |
Today, in late July 2017, those are the labels we get from the same picture:
{
"labelAnnotations": [
{
"mid": "/m/0k4j",
"description": "car",
"score": 0.87314415
},
{
"mid": "/m/03qtwd",
"description": "crowd",
"score": 0.83961844
},
{
"mid": "/m/07yv9",
"description": "vehicle",
"score": 0.7199295
},
{
"mid": "/m/081pkj",
"description": "event",
"score": 0.67535704
},
{
"mid": "/m/05r655",
"description": "girl",
"score": 0.61985064
}
]
}
In table form:
Label | Confidence | Correct? |
---|---|---|
car | 87% | No |
crowd | 83% | Yes |
vehicle | 71% | No |
event | 67% | Yes |
girl | 61% | Yes |
Compared to the data from a year ago:
Quick links: