From cc9d9e5ce6e93d85fc467a1acb400c3a702965a1 Mon Sep 17 00:00:00 2001 From: cdb <494748813@qq.com> Date: Tue, 15 Dec 2020 18:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E4=BF=A1=E5=8F=B7=E5=8F=8D?= =?UTF-8?q?=E5=A4=8D=E5=8F=91=E9=80=81=E5=A4=A7=E9=87=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E5=BD=B1=E5=93=8D=E7=A8=8B=E5=BA=8F=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=95=88=E7=8E=87=EF=BC=8C=E6=9C=80=E5=A5=BD=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=E6=AD=A4=E5=8F=A5=EF=BC=8C=E4=B8=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81=E8=AF=86=E5=88=AB=E7=BB=93=E6=9E=9C=E5=88=B0=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PPOCRLabel/libs/autoDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PPOCRLabel/libs/autoDialog.py b/PPOCRLabel/libs/autoDialog.py index ca7230ac..ff19fe46 100644 --- a/PPOCRLabel/libs/autoDialog.py +++ b/PPOCRLabel/libs/autoDialog.py @@ -48,7 +48,7 @@ class Worker(QThread): posi = res[0] strs += "Transcription: " + chars + " Probability: " + str(cond) + " Location: " + json.dumps(posi) # Sending large amounts of data repeatedly through pyqtSignal may affect the program efficiency - self.listValue.emit(strs) # It is better to remove this line + # self.listValue.emit(strs) # It is better to remove this line self.mainThread.result_dic = self.result_dic self.mainThread.filePath = Imgpath # 保存 -- GitLab