found Error when scrolling or zooming in PaddleocrLabel.py #8015
Gopipatwa
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Can you describe how this bug was triggered? and your OS, the version of PPOCRLabel and paddleocr? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "C:\Projects\paddleocrproject\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 1475, in zoomRequest
self.addZoom(scale * units)
File "C:\Projects\paddleocrproject\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 1434, in addZoom
self.setZoom(self.zoomWidget.value() + increment)
File "C:\Projects\paddleocrproject\PaddleOCR\PPOCRLabel\PPOCRLabel.py", line 1431, in setZoom
self.zoomWidget.setValue(value)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Beta Was this translation helpful? Give feedback.
All reactions