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.15k stars 6.23k forks source link

QMimeDatabase: Error loading internal MIME data An error has been encountered at line 1 of <internal MIME data>: Premature end of document.: #990

Open White77777 opened 1 year ago

White77777 commented 1 year ago

I don't know why this happened when I want to use labelImg in windows.

Sh9hid commented 1 year ago

Create a new conda environment. install this w pip /labelImg/tree/master/requirements/requirements-linux-python3.txt

KITZUNEKURAMA commented 1 year ago

TypeError: setValue(self, int): argument 1 has unexpected type 'float'

I have this kind of problem, what I have to do?

St-Luciferr commented 11 months ago

if you've installed using pip try reinstalling using following commands:

conda install pyqt lxml
conda install -c conda-forge labelimg
meneda11 commented 6 months ago

Create a new conda environment. install this w pip /labelImg/tree/master/requirements/requirements-linux-python3.txt

Can you explain your code? I've tried without success.