We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a364d commit 421a6d6Copy full SHA for 421a6d6
1 file changed
examples/visual_recognition_v3.py
@@ -36,6 +36,7 @@
36
with open(join(dirname(__file__), '../resources/face.jpg'), 'rb') as image_file:
37
print(json.dumps(visual_recognition.detect_faces(images_file=image_file), indent=2))
38
39
-with open(join(dirname(__file__), '../resources/face.jpg'), 'rb') as image_file:
40
- print(json.dumps(visual_recognition.find_similar(collection_id="YOUR_COLLECTION_ID", image_file=image_file), indent=2))
+# with open(join(dirname(__file__), '../resources/face.jpg'), 'rb') as image_file:
+# print(json.dumps(visual_recognition.find_similar(collection_id="YOUR_COLLECTION_ID", image_file=image_file),
41
+# indent=2))
42
0 commit comments