Saf1

Results 1 comments of Saf1

recap locate the file labelImg.py Line 1241: `def change_save_dir_dialog` add the following two lines after `dir_path` ``` if os.path.exists(dir_path + "/classes.txt"): self.load_predefined_classes(dir_path + "/classes.txt") ``` The whole function will look...