Skip to content

Commit

Permalink
* 更新箱号识别服务conta_ocrV3.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Oct 24, 2023
1 parent 92f8428 commit 774adcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install -r requirements/Paddle/requirements.txt
python packing_app.py \
--head_str "import sys\nsys.path.append('/usr/local/conta_detect-1.0/python_lib')\nimport paddle\n" \
--is_exec True
--is_exec False
- name: Amd64打包编译
if: ${{ matrix.device_type=='Amd64'}}
run: |
Expand All @@ -66,7 +66,7 @@ jobs:
--name 箱号识别服务Amd64 \
--app_name conta_ocr_amd64 \
--lib_path conta_ocr_amd64_lib64 \
--is_exec True
--is_exec False
- name: 发布
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
--extra_sys_str /usr/local/site-packages,/usr/local/opencv \
--app_name local_conta_ocr_onnx \
--lib_path local_conta_ocr_x86_lib64 \
--is_exec True
--is_exec False
- name: 发布
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# 箱号识别服务
## 箱号识别服务V3.0.2.0 - 2023-10-20 02:35:36
conta_ocrV3.0.2.0
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_ocrV3.0.2.0)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_ocrV3.0.2.0)
## 箱号识别服务V3.0.2.1 - 2023-10-24 06:43:58
conta_ocrV3.0.2.1
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_ocrV3.0.2.1)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_ocrV3.0.2.1)
### 下载地址
* [conta_ocr_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/conta_ocr_lib64.zip)
* [local_conta_ocr_x86_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/local_conta_ocr_x86_lib64.zip)
* [local_conta_ocr_aarch64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/local_conta_ocr_aarch64_lib64.zip)
* [conta_ocr_amd64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/conta_ocr_amd64_lib64.zip)
* [conta_ocr](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/conta_ocr)
* [local_conta_ocr_onnx](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/local_conta_ocr_onnx)
* [local_conta_ocr_ascend](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/local_conta_ocr_ascend)
* [local_conta_ocr_rknn](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/local_conta_ocr_rknn)
* [conta_ocr_amd64](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.0/conta_ocr_amd64)
* [conta_ocr_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.1/conta_ocr_lib64.zip)
* [local_conta_ocr_x86_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.1/local_conta_ocr_x86_lib64.zip)
* [local_conta_ocr_aarch64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.1/local_conta_ocr_aarch64_lib64.zip)
* [conta_ocr_amd64_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.2.1/conta_ocr_amd64_lib64.zip)
----

0 comments on commit 774adcc

Please sign in to comment.