mirror of https://github.com/CIRCL/AIL-framework
fix: [qrcode extractor] debug
parent
8d0f85294a
commit
09260f68ae
|
@ -54,6 +54,7 @@ class QrCodeReader(AbstractModule):
|
||||||
try:
|
try:
|
||||||
image = cv2.cvtColor(cv2.imread(path), cv2.COLOR_BGR2RGB)
|
image = cv2.cvtColor(cv2.imread(path), cv2.COLOR_BGR2RGB)
|
||||||
except cv2.error:
|
except cv2.error:
|
||||||
|
print(self.obj.get_global_id())
|
||||||
image = cv2.imread(path)
|
image = cv2.imread(path)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue