diff --git a/test_tipc/onnx_inference/predict_cls.py b/deploy/paddle2onnx/predict_cls.py similarity index 100% rename from test_tipc/onnx_inference/predict_cls.py rename to deploy/paddle2onnx/predict_cls.py diff --git a/test_tipc/onnx_inference/predict_det.py b/deploy/paddle2onnx/predict_det.py similarity index 100% rename from test_tipc/onnx_inference/predict_det.py rename to deploy/paddle2onnx/predict_det.py diff --git a/test_tipc/onnx_inference/predict_rec.py b/deploy/paddle2onnx/predict_rec.py similarity index 100% rename from test_tipc/onnx_inference/predict_rec.py rename to deploy/paddle2onnx/predict_rec.py diff --git a/test_tipc/onnx_inference/predict_system.py b/deploy/paddle2onnx/predict_system.py similarity index 100% rename from test_tipc/onnx_inference/predict_system.py rename to deploy/paddle2onnx/predict_system.py diff --git a/test_tipc/onnx_inference/utility.py b/deploy/paddle2onnx/utility.py similarity index 100% rename from test_tipc/onnx_inference/utility.py rename to deploy/paddle2onnx/utility.py diff --git a/test_tipc/configs/ppocr_det_mobile_params.txt b/test_tipc/configs/ppocr_det_mobile_params.txt index 53bfdd03260f6be8d3679b4873c91e47115a614e..6ea3539d8715771e7a92c83220484077a9460f99 100644 --- a/test_tipc/configs/ppocr_det_mobile_params.txt +++ b/test_tipc/configs/ppocr_det_mobile_params.txt @@ -116,7 +116,7 @@ infer_model:./models/ch_ppocr_mobile_v2.0_det_opt.nb|./models/ch_ppocr_mobile_v2 --save_file:./inference/det_mobile_onnx/model.onnx --opset_version:10 --enable_onnx_checker:True -inference:test_tipc/onnx_inference/predict_det.py +inference:deploy/paddle2onnx/predict_det.py --use_gpu:False --det_model_dir: --image_dir:./inference/ch_det_data_50/all-sum-510/ \ No newline at end of file