Skip to content

Commit

Permalink
* 更新箱号识别服务conta_ocrV3.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Dec 8, 2023
1 parent eea3253 commit dbfeb6d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
os: [ "ubuntu-latest" ] #, "macos-latest", "windows-latest"
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 克隆代码
uses: actions/checkout@v3
- name: 创建发行版本
Expand All @@ -39,6 +43,10 @@ jobs:
os: [ "ubuntu-latest" ] #, "macos-latest", "windows-latest"
device_type: ["Paddle","Amd64"]
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 下载代码
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -88,6 +96,10 @@ jobs:
os: [ "ubuntu-latest" ] #, "macos-latest", "windows-latest"
device_type: [ "ONNX" ]
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 下载代码
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -128,6 +140,10 @@ jobs:
#device_type: ["RKNN","Ascend"]
device_type: ["RKNN","Ascend"]
steps:
- name: 时区设置
uses: szenius/[email protected] # 设置执行环境的时区
with:
timezoneLinux: "Asia/Shanghai"
- name: 下载代码
uses: actions/checkout@v3
with:
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 箱号识别服务
## 箱号识别服务V3.0.3.1 - 2023-11-01 07:00:23
conta_ocrV3.0.3.1
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_ocrV3.0.3.1)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_ocrV3.0.3.1)
## 箱号识别服务V3.0.3.2 - 2023-12-08 14:14:03
conta_ocrV3.0.3.2
* [发布地址](https://github.com/jadehh/ContainerOCR/releases/tag/conta_ocrV3.0.3.2)
* [详细地址](https://github.com/jadehh/jadehh_file/releases/tag/conta_ocrV3.0.3.2)
### 下载地址
* [conta_ocr_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.3.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.3.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.3.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.3.1/conta_ocr_amd64_lib64.zip)
* [conta_ocr_lib64.zip](https://gh.ddlc.top/https://github.com/jadehh/jadehh_file/releases/download/conta_ocrV3.0.3.2/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.3.2/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.3.2/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.3.2/conta_ocr_amd64_lib64.zip)
----

0 comments on commit dbfeb6d

Please sign in to comment.