this application failed to start because it could not find or load the qt platform plugin windows in "".
Reinstalling the application may fix this problem
from PyQt5 import QtCore
QtCore.QCoreApplication.addLibraryPath('C:\\Users\자기이름\AppData\Local\Programs\Python\Python36\Lib\site-packages\PyQt5\Qt\plugins')
1. plugin error
this application failed to start because it could not find or load the qt platform plugin windows in "". Reinstalling the application may fix this problem
환경변수 설정하기
시스템 변수의 Path에 아래 경로 넣기
사용자 변수에 변수 이름: QT_QPA_PLATFORM_PLUGIN_PATH, 변수 값에 아래 경로 넣기
2. labelImg 실행 시, 사진 안 나오는 에러
labelImg.py에 아래 코드 추가