Skip to content

Commit

Permalink
Update rapidocr to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Aug 27, 2023
1 parent 1ce9a00 commit db51a18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/rapidocr_onnxruntime/ch_ppocr_v3_det/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
model_path: models/ch_PP-OCRv3_det_infer.onnx
model_path: models/ch_PP-OCRv4_det_infer.onnx

use_cuda: false
CUDAExecutionProvider:
Expand Down
2 changes: 1 addition & 1 deletion python/rapidocr_onnxruntime/ch_ppocr_v3_rec/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
model_path: models/ch_PP-OCRv3_rec_infer.onnx
model_path: models/ch_PP-OCRv4_rec_infer.onnx

use_cuda: false
# Details of the params: https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html
Expand Down
2 changes: 1 addition & 1 deletion python/rapidocr_openvino/ch_ppocr_v3_det/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
model_path: models/ch_PP-OCRv3_det_infer.onnx
model_path: models/ch_PP-OCRv4_det_infer.onnx

pre_process:
DetResizeForTest:
Expand Down
2 changes: 1 addition & 1 deletion python/rapidocr_openvino/ch_ppocr_v3_rec/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
model_path: models/ch_PP-OCRv3_rec_infer.onnx
model_path: models/ch_PP-OCRv4_rec_infer.onnx

rec_img_shape: [3, 32, 320]
rec_batch_num: 6

0 comments on commit db51a18

Please sign in to comment.