Open 28mm opened 7 years ago
With the foregoing commits, the --labels
and --faces
features work with the watson
provider. Still to do:
--celebrities
: this should come for free with face detection as the identity
field. Watson gives a canonical name for the detected celebrity, its confidence, and the celebrity's type hierarchy. Some thought required to handle this last piece, which is unavailable via Microsoft's celebrity detection feature.readme.md
, .../examples
The daily transaction limit for Watson's free plan is set fairly low.
{
"labels": {
"status": "ERROR",
"statusInfo": "daily-transaction-limit-exceeded"
}
}
IBM Watson's Visual Recognition service has a free tier that supports < 250 requests / day. It does image classification and face detection, as well as supporting a category schema like Microsoft's. It appears to support celebrity detection via the same category system.
https://www.ibm.com/watson/developercloud/doc/visual-recognition/getting-started.html
Example Image Classification:
Example face and Identity detection: