mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
fix mkldnn
This commit is contained in:
parent
2bd6b5ed5d
commit
5f4a4d2a01
@ -7,11 +7,11 @@ infer_model:./inference/ch_ppocr_mobile_v2.0_det_infer/
|
|||||||
infer_export:deploy/slim/quantization/quant_kl.py -c configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -o
|
infer_export:deploy/slim/quantization/quant_kl.py -c configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -o
|
||||||
infer_quant:True
|
infer_quant:True
|
||||||
inference:tools/infer/predict_det.py
|
inference:tools/infer/predict_det.py
|
||||||
--use_gpu:False
|
--use_gpu:False|True
|
||||||
--enable_mkldnn:False
|
--enable_mkldnn:True
|
||||||
--cpu_threads:1|6
|
--cpu_threads:1|6
|
||||||
--rec_batch_num:1
|
--rec_batch_num:1
|
||||||
--use_tensorrt:False
|
--use_tensorrt:False|True
|
||||||
--precision:int8
|
--precision:int8
|
||||||
--det_model_dir:
|
--det_model_dir:
|
||||||
--image_dir:./inference/ch_det_data_50/all-sum-510/
|
--image_dir:./inference/ch_det_data_50/all-sum-510/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user