mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
Fix add same label in key dialog
This commit is contained in:
parent
9e04c09f62
commit
d300255836
@ -1606,8 +1606,6 @@ class MainWindow(QMainWindow):
|
||||
fit_to_content={'column': True, 'row': False},
|
||||
flags=None
|
||||
)
|
||||
else:
|
||||
self.keyDialog.labelList.addItems(self.existed_key_cls_set)
|
||||
|
||||
def importDirImages(self, dirpath, isDelete=False):
|
||||
if not self.mayContinue() or not dirpath:
|
||||
|
Loading…
x
Reference in New Issue
Block a user