Skip to content

Commit

Permalink
Merge pull request #89 from breezedeus/pytorch
Browse files Browse the repository at this point in the history
en_PP-OCRv3_det still uses the previous version and does not use Rapi…
  • Loading branch information
breezedeus authored Nov 30, 2024
2 parents f4dd500 + ea3709b commit 6811470
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

* 基于 RapidOCR 集成 PPOCRv4 最新版文本检测功能,提供更快的推理速度
* 新增支持 PP-OCRv4 检测模型,包括标准版和服务器版
* 新增支持 PP-OCRv3 英文检测模型
* 优化模型下载功能,支持从国内镜像下载模型文件

## Update 2024.06.16:发布 V1.2.4
Expand Down
1 change: 0 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Major Changes:

* Integrated latest PPOCRv4 text detection functionality based on RapidOCR for faster inference
* Added support for PP-OCRv4 detection models, including standard and server versions
* Added support for PP-OCRv3 English detection model
* Optimized model download functionality with support for domestic mirrors

## Update 2024.06.16: Release V1.2.4
Expand Down
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## Update 2024.11.30:发布 V1.2.5.1

Major Changes:

* en_PP-OCRv3_det still uses the previous version and does not use RapidDetector

Bug Fixes:

* en_PP-OCRv3_det 依旧使用之前的版本,不使用 RapidDetector

## Update 2024.11.24:发布 V1.2.5

Major Changes:
Expand Down
2 changes: 1 addition & 1 deletion cnstd/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = '1.2.5'
__version__ = '1.2.5.1'
4 changes: 2 additions & 2 deletions cnstd/ppocr/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
('en_PP-OCRv3_det', 'onnx'): {
'url': 'en_PP-OCRv3_det_infer-onnx.zip',
'detector': 'RapidDetector',
'repo': 'breezedeus/cnstd-ppocr-en_PP-OCRv3_det',
# 'detector': 'RapidDetector',
# 'repo': 'breezedeus/cnstd-ppocr-en_PP-OCRv3_det',
},
('ch_PP-OCRv4_det', 'onnx'): {
'detector': 'RapidDetector',
Expand Down

0 comments on commit 6811470

Please sign in to comment.