From 1c5d1aa4c386e1de9c23fd111955834b67c91438 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Mon, 8 Nov 2021 14:01:26 +0800 Subject: [PATCH] mv paddle2onnx to deploy --- {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_cls.py | 0 {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_det.py | 0 {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_rec.py | 0 .../onnx_inference => deploy/paddle2onnx}/predict_system.py | 0 {test_tipc/onnx_inference => deploy/paddle2onnx}/utility.py | 0 test_tipc/configs/ppocr_det_mobile_params.txt | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_cls.py (100%) rename {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_det.py (100%) rename {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_rec.py (100%) rename {test_tipc/onnx_inference => deploy/paddle2onnx}/predict_system.py (100%) rename {test_tipc/onnx_inference => deploy/paddle2onnx}/utility.py (100%) 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 53bfdd03..6ea3539d 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 -- GitLab