labelImg
labelImg copied to clipboard
Fixed Issue 465: Saving Yolo labels, corrupts classes.txt
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.
this definitely should be accept.