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
7ad60ca5
"...composable_kernel_rocm.git" did not exist on "aab8c7cc2f805287786b056d1ded9559bb087b2a"
Commit
7ad60ca5
authored
Mar 02, 2022
by
HinGwenWoong
Browse files
Fix doc, Make it easier for user to run PPOCRLabel
parent
b949765e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
PPOCRLabel/README.md
PPOCRLabel/README.md
+8
-0
PPOCRLabel/README_ch.md
PPOCRLabel/README_ch.md
+8
-0
No files found.
PPOCRLabel/README.md
View file @
7ad60ca5
...
...
@@ -54,6 +54,8 @@ PPOCRLabel can be started in two ways: whl package and Python script. The whl pa
```
bash
pip
install
PPOCRLabel
# install
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -68,6 +70,8 @@ PPOCRLabel --kie True # [KIE mode] for [detection + recognition + keyword extrac
```
bash
pip3
install
PPOCRLabel
pip3
install
trash-cli
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -76,6 +80,8 @@ PPOCRLabel --kie True # [KIE mode] for [detection + recognition + keyword extrac
```
bash
pip3
install
PPOCRLabel
pip3
install
opencv-contrib-python-headless
==
4.2.0.32
# Select label mode and run
PPOCRLabel
# [Normal mode] for [detection + recognition] labeling
PPOCRLabel
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
@@ -92,6 +98,8 @@ pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl
```
bash
cd
./PPOCRLabel
# Switch to the PPOCRLabel directory
# Select label mode and run
python PPOCRLabel.py
# [Normal mode] for [detection + recognition] labeling
python PPOCRLabel.py
--kie
True
# [KIE mode] for [detection + recognition + keyword extraction] labeling
```
...
...
PPOCRLabel/README_ch.md
View file @
7ad60ca5
...
...
@@ -57,6 +57,8 @@ PPOCRLabel可通过whl包与Python脚本两种方式启动,whl包形式启动
```
bash
pip
install
PPOCRLabel
# 安装
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -66,6 +68,8 @@ PPOCRLabel --lang ch --kie True # 启动 【KIE 模式】,用于打【检测+
```
bash
pip3
install
PPOCRLabel
pip3
install
trash-cli
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -74,6 +78,8 @@ PPOCRLabel --lang ch --kie True # 启动 【KIE 模式】,用于打【检测+
```
bash
pip3
install
PPOCRLabel
pip3
install
opencv-contrib-python-headless
==
4.2.0.32
# 如果下载过慢请添加"-i https://mirror.baidu.com/pypi/simple"
# 选择标签模式来启动
PPOCRLabel
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
PPOCRLabel
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
@@ -94,6 +100,8 @@ pip3 install dist/PPOCRLabel-1.0.2-py2.py3-none-any.whl -i https://mirror.baidu.
```
bash
cd
./PPOCRLabel
# 切换到PPOCRLabel目录
# 选择标签模式来启动
python PPOCRLabel.py
--lang
ch
# 启动【普通模式】,用于打【检测+识别】场景的标签
python PPOCRLabel.py
--lang
ch
--kie
True
# 启动 【KIE 模式】,用于打【检测+识别+关键字提取】场景的标签
```
...
...
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