mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 07:47:17 +00:00
fix: [qrcode extractor] debug
This commit is contained in:
parent
8d0f85294a
commit
09260f68ae
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class QrCodeReader(AbstractModule):
|
|||
try:
|
||||
image = cv2.cvtColor(cv2.imread(path), cv2.COLOR_BGR2RGB)
|
||||
except cv2.error:
|
||||
print(self.obj.get_global_id())
|
||||
image = cv2.imread(path)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue