We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e15e9e commit 915da14Copy full SHA for 915da14
vision/cloud-client/detect.py
@@ -218,7 +218,7 @@ def detect_properties(path):
218
print('fraction: {}'.format(color.pixel_fraction))
219
print('r: {}'.format(color.color.red))
220
print('g: {}'.format(color.color.green))
221
- print('g: {}'.format(color.color.blue))
+ print('b: {}'.format(color.color.blue))
222
223
224
def detect_properties_cloud_storage(uri):
0 commit comments