HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.56k stars 6.27k forks source link

pyqt5 replace pyside6 #795

Open monkeycc opened 3 years ago

monkeycc commented 3 years ago

pyqt5 | GPL-3.0

If your license is incompatible with the GPL then you need a commercial PyQt license.


Commercial use

It is recommended that pyqt5 replace pyside6

tzutalin commented 3 years ago

what is your suggestion to change in this repo

monkeycc commented 3 years ago

大佬 我是建议 pyqt5 转换为 pyside6

比如labelImg部署给用户 打包为EXE 增加了自动标注工具功能

那么根据pyqt5协议 我的程序 就要全部开源 要么购买PyQt的商业版本

当然只是建议~~

@tzutalin

eltonfernando commented 2 years ago

Another solution would be to distribute this application with a license GPL-3.0. But I agree with the @monkeycc switching to pyside6 seems a better option. I can make these changes if I decide by pyside6

tzutalin commented 2 years ago

Sounds pyside6 is a long term solution. @eltonfernando will it have a lot of effort to switch to pyside6? We create another branch for migrating to pyside6

eltonfernando commented 2 years ago

@tzutalin , I think it's simple, pyqt is very similar to pyside6. I've been migrating my applications, I don't see any big problems.

tzutalin commented 2 years ago

@eltonfernando I see. Thanks. I created a new branch: https://github.com/tzutalin/labelImg/tree/pyside6

If you can contribute and help to migrate, it will be great! Thanks again

alisher-ai commented 2 years ago

thank you so much! Also, the setup.py needs to be modified. check my PR: https://github.com/heartexlabs/labelImg/pull/954