Daud Dhiya'

Results 3 comments of Daud Dhiya'

### Some Corrections : 1. File `canvas.py` > x:\xxxxx\Python31x\site-packages\libs\canvas.py - line `526` : from : ```py p.drawRect(left_top.x(), left_top.y(), rect_width, rect_height) ``` to : ```py p.drawRect(int(left_top.x()), int(left_top.y()), int(rect_width), int(rect_height)) ``` -...

Please refer to this [comment](https://github.com/heartexlabs/labelImg/issues/872#issuecomment-1402362685)

Please refer to this [comment](https://github.com/heartexlabs/labelImg/issues/872#issuecomment-1402362685)