"examples/training/train_unconditional.py" did not exist on "71289ba06ea897270ad6de0ea7ff641f4a7b246c"
Unverified Commit 11d70d9f authored by dyning's avatar dyning Committed by GitHub
Browse files

Update README.md

parent 2d5a06f2
...@@ -22,12 +22,10 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力 ...@@ -22,12 +22,10 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
#### 2.模型下载 #### 2.模型下载
``` ```
# 创建模型保存目录
mkdir inference && cd inference && mkdir det && mkdir rec
# 下载inference模型文件包 # 下载inference模型文件包
wget -P ./inference https://paddleocr.bj.bcebos.com/inference.tar wget https://paddleocr.bj.bcebos.com/inference.tar
# inference模型文件包解压 # inference模型文件包解压
tar -xf ./inference/inference.tar tar -xf inference.tar
``` ```
#### 3.单张图像或者图像集合预测 #### 3.单张图像或者图像集合预测
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment