GUI для autolabel (автоматического этикетирования изображений)
- debug
pyinstaller gui.py -y --clean -n autolabel --add-data "autolabel;autolabel" -d all
- release
pyinstaller gui.py -y --windowed --onefile --clean -n autolabel --add-data "autolabel;autolabel"