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

Fixed Issue 465: Saving Yolo labels, corrupts classes.txt #934

Open POONAM2015 opened 1 year ago

POONAM2015 commented 1 year ago

Upon saving YOLO labels, classes.txt was being over-written. This was happening because self.label_hist was an empty list so it writes only the newly added label.

I have fixed it by loading the labels from classes.txt if the predefined_labels file is not provide.

cyy280113999 commented 11 months ago

this definitely should be accept.