Skip to content

Commit

Permalink
update v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroi-sora committed Aug 28, 2024
1 parent 50d91c0 commit 72bf3ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions cpp/README-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
部署步骤:

1. [安装Docker](https://yeasy.gitbook.io/docker_practice/install)
2. 拉取 PaddleOCR-json 源码,并切换到 v1.4.0 稳定版分支:
2. 拉取 PaddleOCR-json 源码,并切换到 v1.4.1 稳定版分支:

```sh
git clone https://github.com/hiroi-sora/PaddleOCR-json.git
cd PaddleOCR-json
git checkout -b release/1.4.0 origin/release/1.4.0
git checkout -b release/1.4.1 origin/release/1.4.1
```

> [可选] 如果需要自动内存清理功能,拉取并切换到 `release/1.4.0_autoclean` 分支:
> ```sh
> git checkout -b release/1.4.0_autoclean origin/release/1.4.0_autoclean
> ```
3. 接着我们在 `cpp` 文件夹下打开一个终端(或PowerShell),使用Docker来构建镜像:
```sh
Expand Down
4 changes: 2 additions & 2 deletions cpp/README-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ sudo apt install wget tar zip unzip git gcc g++ cmake make libgomp1

### 1.2 下载所需资源

拉取 PaddleOCR-json 仓库,并切换到 v1.4.0 稳定版分支:
拉取 PaddleOCR-json 仓库,并切换到 v1.4.1 稳定版分支:

```sh
git clone https://github.com/hiroi-sora/PaddleOCR-json.git
cd PaddleOCR-json
git checkout -b release/1.4.0 origin/release/1.4.0
git checkout -b release/1.4.1 origin/release/1.4.1
```

> [可选] 如果需要自动内存清理功能,拉取并切换到 `release/1.4.0_autoclean` 分支:
Expand Down
4 changes: 2 additions & 2 deletions cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

如果是 Linux / Mac 平台,则paddle_inference和Opencv需选择对应平台的资源。模型库通用,无需改。

拉取 PaddleOCR-json 仓库,并切换到 v1.4.0 稳定版分支:
拉取 PaddleOCR-json 仓库,并切换到 v1.4.1 稳定版分支:

```sh
git clone https://github.com/hiroi-sora/PaddleOCR-json.git
cd PaddleOCR-json
git checkout -b release/1.4.0 origin/release/1.4.0
git checkout -b release/1.4.1 origin/release/1.4.1
```

> [可选] 如果需要自动内存清理功能,拉取并切换到 `release/1.4.0_autoclean` 分支:
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// 版本信息
#define PROJECT_VER "v1.4.0"
#define PROJECT_VER "v1.4.1"
#define PROJECT_NAME "PaddleOCR-json " PROJECT_VER

#include "opencv2/core.hpp"
Expand Down

0 comments on commit 72bf3ab

Please sign in to comment.