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

LabelImg modify my labels #928

Open FeiSong123 opened 1 year ago

FeiSong123 commented 1 year ago
FeiSong123 commented 1 year ago

Every time I annotate, it will change my previous label value to other label values, delete my label and add other labels. I have placed my label in classes.txt.

here are labels it added dog person cat tv car meatballs marinara sauce tomato soup chicken noodle soup french onion soup chicken breast ribs pulled pork hamburger cavity

StefanFischer commented 1 year ago

Hey,

you can tackle this problem by putting your classes into /labelImg/data/predefined_classes.txt This is a workaround but still you have to change this file all the time you work with different predefined_classes (another classes.txt file)

FeiSong123 commented 1 year ago

Thank you very much !!! This is very helpful to me. As for the problem you mentioned, it is not a big problem for me because my classes does not change frequently,so it works for me.Thank you again for your help!