Skip to content

Commit

Permalink
Update example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Canas authored Aug 4, 2024
1 parent b10eccb commit b055998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"# Read the image\n",
"img = cv2.cvtColor(cv2.imread('test_draw_64x64.jpeg'), cv2.COLOR_BGR2RGB)\n",
"# Detect and decode the QRs within the image\n",
"QRs = detector.detect_and_decode(image=img, return_bboxes=True)\n",
"QRs = detector.detect_and_decode(image=img, return_detections=True)\n",
"# Print the results\n",
"for QR in QRs:\n",
" print(QR)"
Expand All @@ -121,4 +121,4 @@
]
}
]
}
}

0 comments on commit b055998

Please sign in to comment.