cnyvfang / labelGo-Yolov5AutoLabelImg

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

AssertionError: Missing string id : editBox #30

Open kuisec opened 1 year ago

kuisec commented 1 year ago

英文版界面运行正常,修改变量后出现问题,报错内容如下: File "D:\Projects\Python\Yolov5AutoLabelImg\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

seraph02 commented 1 year ago

libs\stringBundle.py这里面有写 在libs目录下 运行 pyrcc5 ../resources.qrc -o resources.py

kiitio commented 1 year ago

@seraph02 To be honest, I think this step should also be added to the official documentation, the description in libs\stringBundle.py is really not easy to see

hdltzd commented 2 months ago

我也报这个错误,但是英文版可以运行,一换成中文版就报错,这是怎么回事