28mm / Fovea

unified cli for various saas image classification apis.
MIT License
40 stars 5 forks source link

Fix confidence threshold support #5

Closed 28mm closed 7 years ago

28mm commented 7 years ago
  1. Review and fix confidence threshold support for tabular output of labels.
  2. How should confidence threshold support work for things like face detection, when confidence isn't consistently reported by api providers.
  3. Since the --confidence <threshold> does nothing in combination with --output json or --output yaml, these flag combination should produce a warning.
28mm commented 7 years ago

Fixed with patch 6b0a447 Confirmed working for --labels, --landmarks, Google, Microsoft, Amazon, and Clarifai. IBM/Watson unconfirmed because of rate limiting and my unwillingness to pay them.