Update readme.md (#9546)

fix typo

Co-authored-by: Double_V <liuvv0203@163.com>
pull/9686/head
Wang Xin 2023-04-10 11:50:37 +08:00 committed by GitHub
parent 3fcf12be85
commit 7bae3db2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ paddle2onnx --model_dir ./inference/en_PP-OCRv3_rec_infer \
paddle2onnx --model_dir ./inference/ch_ppocr_mobile_v2.0_cls_infer \
--model_filename inference.pdmodel \
--params_filename inference.pdiparams \
--save_file ./inferencecls_onnx/model.onnx \
--save_file ./inference/cls_onnx/model.onnx \
--opset_version 10 \
--input_shape_dict="{'x':[-1,3,-1,-1]}" \
--enable_onnx_checker True