aiden-zhang
aiden-zhang
run cmd and the fail log are as follows: paddle2onnx --model_dir ./ --model_filename inference.pdmodel --params_filename inference.pdiparams --save_file ./ppocr_rec.onnx --opset_version 10 --input_shape_dict="{'x':[1,3,100,200]}" --enable_onnx_checker True 2022-11-09 03:20:39 [WARNING] [Deprecated] The flag `--input_shape_dict`...
the model of ppocr_rec.onnx is covert from https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar I run the following cmd: python PaddleUtils/onnx/onnx_infer_shape.py --input ppocr_rec.onnx --output new_model.onnx ======= [[-1, 120], [-1]] p2o.Concat.0 0 Traceback (most recent call last):...