Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
1c5d1aa4
Commit
1c5d1aa4
authored
Nov 08, 2021
by
tink2123
Browse files
mv paddle2onnx to deploy
parent
f761ca4b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
1 deletion
+1
-1
deploy/paddle2onnx/predict_cls.py
deploy/paddle2onnx/predict_cls.py
+0
-0
deploy/paddle2onnx/predict_det.py
deploy/paddle2onnx/predict_det.py
+0
-0
deploy/paddle2onnx/predict_rec.py
deploy/paddle2onnx/predict_rec.py
+0
-0
deploy/paddle2onnx/predict_system.py
deploy/paddle2onnx/predict_system.py
+0
-0
deploy/paddle2onnx/utility.py
deploy/paddle2onnx/utility.py
+0
-0
test_tipc/configs/ppocr_det_mobile_params.txt
test_tipc/configs/ppocr_det_mobile_params.txt
+1
-1
No files found.
test_tipc/onnx_inference
/predict_cls.py
→
deploy/paddle2onnx
/predict_cls.py
View file @
1c5d1aa4
File moved
test_tipc/onnx_inference
/predict_det.py
→
deploy/paddle2onnx
/predict_det.py
View file @
1c5d1aa4
File moved
test_tipc/onnx_inference
/predict_rec.py
→
deploy/paddle2onnx
/predict_rec.py
View file @
1c5d1aa4
File moved
test_tipc/onnx_inference
/predict_system.py
→
deploy/paddle2onnx
/predict_system.py
View file @
1c5d1aa4
File moved
test_tipc/onnx_inference
/utility.py
→
deploy/paddle2onnx
/utility.py
View file @
1c5d1aa4
File moved
test_tipc/configs/ppocr_det_mobile_params.txt
View file @
1c5d1aa4
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment