cnyvfang / labelGo-Yolov5AutoLabelImg

YOLOV5 semi-automatic annotation tool (Based on labelImg)
MIT License
449 stars 64 forks source link

AssertionError: Missing string id : editBox #10

Closed fanshu-520 closed 2 years ago

fanshu-520 commented 2 years ago

(yolo) C:\Users\z249\Desktop\labelGo-Yolov5AutoLabelImg-master>python labelGo.py Traceback (most recent call last): File "labelGo.py", line 1744, in sys.exit(main()) File "labelGo.py", line 1738, in main app, _win = get_main_app(sys.argv) File "labelGo.py", line 1729, in get_main_app win = MainWindow(args.image_dir, File "labelGo.py", line 281, in init edit_mode = action(get_str('editBox'), self.set_edit_mode, File "labelGo.py", line 97, in get_str = lambda str_id: self.string_bundle.get_string(str_id) File "C:\Users\z249\Desktop\labelGo-Yolov5AutoLabelImg-master\libs\stringBundle.py", line 47, in get_string assert(string_id in self.id_to_message), "Missing string id : " + string_id AssertionError: Missing string id : editBox

ake020675 commented 2 years ago

Caused by strings-zh-CN in stringBundle.py. No problem with default config(English)

darrenzhang1007 commented 2 years ago

It`s worked, Thanks

Caused by strings-zh-CN in stringBundle.py. No problem with default config(English)