We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e15e9e commit 0398b40Copy full SHA for 0398b40
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