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

pyrcc5 -o libs/resources.py resources.qrc (MISSING) #953

Open 1-Negative-1 opened 2 years ago

1-Negative-1 commented 2 years ago
1-Negative-1 commented 2 years ago

I have created the .qrc file but can't find the .py file any help please? and ty

fatemehAhmadian commented 1 year ago

hello I had this problem too. I ran this and it worked : pyrcc5 -o resources.py resources.qrc

it worked because i installed pyqt5 and ran pyrcc4 that ] did not installed it. by change it to pyrcc5 it worked Properly.

RajatVardam commented 1 year ago

Man you saved me thanks for this. Your method works for me too.