Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
aed73672
Commit
aed73672
authored
Jan 19, 2022
by
HinGwenWoong
Browse files
Improve user efficiency: Using [Ctrl+T] to delect the box
parent
5c7c1f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
PPOCRLabel/PPOCRLabel.py
PPOCRLabel/PPOCRLabel.py
+1
-1
PPOCRLabel/README.md
PPOCRLabel/README.md
+2
-2
PPOCRLabel/README_ch.md
PPOCRLabel/README_ch.md
+2
-2
No files found.
PPOCRLabel/PPOCRLabel.py
View file @
aed73672
...
@@ -397,7 +397,7 @@ class MainWindow(QMainWindow, WindowMixin):
...
@@ -397,7 +397,7 @@ class MainWindow(QMainWindow, WindowMixin):
'w'
,
'objects'
,
getStr
(
'crtBoxDetail'
),
enabled
=
False
)
'w'
,
'objects'
,
getStr
(
'crtBoxDetail'
),
enabled
=
False
)
delete
=
action
(
getStr
(
'delBox'
),
self
.
deleteSelectedShape
,
delete
=
action
(
getStr
(
'delBox'
),
self
.
deleteSelectedShape
,
'
backspace
'
,
'delete'
,
getStr
(
'delBoxDetail'
),
enabled
=
False
)
'
Ctrl+T
'
,
'delete'
,
getStr
(
'delBoxDetail'
),
enabled
=
False
)
copy
=
action
(
getStr
(
'dupBox'
),
self
.
copySelectedShape
,
copy
=
action
(
getStr
(
'dupBox'
),
self
.
copySelectedShape
,
'Ctrl+C'
,
'copy'
,
getStr
(
'dupBoxDetail'
),
'Ctrl+C'
,
'copy'
,
getStr
(
'dupBoxDetail'
),
...
...
PPOCRLabel/README.md
View file @
aed73672
...
@@ -143,7 +143,7 @@ python PPOCRLabel.py
...
@@ -143,7 +143,7 @@ python PPOCRLabel.py
### 3.1 Shortcut keys
### 3.1 Shortcut keys
| Shortcut keys | Description |
| Shortcut keys | Description |
|
------------------------
| ------------------------------------------------ |
|
--
------------------------| ------------------------------------------------ |
| Ctrl + Shift + R | Re-recognize all the labels of the current image |
| Ctrl + Shift + R | Re-recognize all the labels of the current image |
| W | Create a rect box |
| W | Create a rect box |
| Q | Create a four-points box |
| Q | Create a four-points box |
...
@@ -151,7 +151,7 @@ python PPOCRLabel.py
...
@@ -151,7 +151,7 @@ python PPOCRLabel.py
| Ctrl + R | Re-recognize the selected box |
| Ctrl + R | Re-recognize the selected box |
| Ctrl + C | Copy and paste the selected box |
| Ctrl + C | Copy and paste the selected box |
| Ctrl + Left Mouse Button | Multi select the label box |
| Ctrl + Left Mouse Button | Multi select the label box |
|
Backspace
| Delete the selected box |
|
Ctrl+T
| Delete the selected box |
| Ctrl + V | Check image |
| Ctrl + V | Check image |
| Ctrl + Shift + d | Delete image |
| Ctrl + Shift + d | Delete image |
| D | Next image |
| D | Next image |
...
...
PPOCRLabel/README_ch.md
View file @
aed73672
...
@@ -139,8 +139,8 @@ python PPOCRLabel.py --lang ch
...
@@ -139,8 +139,8 @@ python PPOCRLabel.py --lang ch
| Ctrl + E | 编辑所选框标签 |
| Ctrl + E | 编辑所选框标签 |
| Ctrl + R | 重新识别所选标记 |
| Ctrl + R | 重新识别所选标记 |
| Ctrl + C | 复制并粘贴选中的标记框 |
| Ctrl + C | 复制并粘贴选中的标记框 |
| Ctrl + 鼠标左键 | 多选标记框 |
| Ctrl + 鼠标左键
| 多选标记框 |
|
Backspace
| 删除所选框 |
|
Ctrl+T
| 删除所选框 |
| Ctrl + V | 确认本张图片标记 |
| Ctrl + V | 确认本张图片标记 |
| Ctrl + Shift + d | 删除本张图片 |
| Ctrl + Shift + d | 删除本张图片 |
| D | 下一张图片 |
| D | 下一张图片 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment