cgvict / roLabelImg

Label Rotated Rect On Images for training
836 stars 223 forks source link

RotateBox and Python3 #28

Open model103 opened 2 years ago

model103 commented 2 years ago

The executable pre built by the author does not support RotateBox. If you want to use RotateBox, you must build it from the source code. If you use Python3, please change "pyrcc4 -o resources.py resources.qrc" to "pyrcc4 -o resources.py -py3 resources.qrc"

由作者预构建的可执行文件不支持rotateBox,如果你想使用rotateBox,你必须从源码构建,如果你使用的是python3,请把“pyrcc4 -o resources.py resources.qrc”改成“pyrcc4 -o resources.py -py3 resources.qrc”.

nataliameira commented 1 year ago

Where should I make this change?