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.49k stars 6.27k forks source link

'Python Application not responding' When I launch labelImg, labelme (pyqt5, python3, macOS 11.0 beta) #661

Open Jaemani opened 3 years ago

Jaemani commented 3 years ago
Hi, I was just trying to use labelImg or labelme to make my own yolo-testing files.

But it doesn't work. I tried installing tutorial from google searching.

These are what I installed (I already updated pip, homebrew) pyqt5 libxml2 lxml labelme (from pip)

also [export PYTHONPATH=/usr/local/Cellar/libxml2/2.9.10_1/lib/python3.8/site-packages:/usr/local/Cellar/sip/4.19.24/lib/python3.8/site-packages/:/usr/local/Cellar/pyqt/5.15.1/lib/python3.8/site-packages:$PYTHONPATH]

and make qt5py3

labelImg was from https://github.com/tzutalin/labelImg.git

When I type python3 labelImg.py at terminal It will launched but not responding like this.

Screen Shot 2020-10-18 at 12 38 00 PM

And this is labelme installed from pip. When I type labelme at terminal Screen Shot 2020-10-18 at 12 56 34 PM Screen Shot 2020-10-18 at 12 56 43 PM

I thought 'Okay, maybe I missed something.' and downloaded (standalone executable/app from:

https://github.com/wkentaro/labelme/releases)

but it wasn't work, too Screen Shot 2020-10-18 at 12 58 16 PM Screen Shot 2020-10-18 at 12 58 29 PM

Is it because of my macOS version? or I really missed something?

taozang62 commented 3 years ago

Hi, have you solved this issue? I encountered the same issue today after updating the MacOS to Big Sur (11.0). I guess there is some compatibility issue with the new system.

tzutalin commented 3 years ago

Hi @taozang62 , I haven't had a chance to upgrade to Big Sur (11.0) to test

taozang62 commented 3 years ago

pip install pyqt5==5.12.1 works for me.

Jaemani commented 3 years ago

pip install pyqt5==5.12.1 works for me.

Do you mean you reinstalled to old version?

Jaemani commented 3 years ago

Hi, have you solved this issue? I encountered the same issue today after updating the MacOS to Big Sur (11.0). I guess there is some compatibility issue with the new system.

No, I didn't solved that. I found another solution I used the free application called 'RectLabel' from Appstore to label image

taozang62 commented 3 years ago

Someone told me this and it helped resolve the issue. Maybe just try to execute this in the terminal. Hope it works for you too,