ppocr_det_mobile_params.txt 3.6 KB
Newer Older
L
LDOUBLEV 已提交
1
===========================train_params===========================
L
LDOUBLEV 已提交
2 3
model_name:ocr_det
python:python3.7
S
stephon 已提交
4
gpu_list:0|0,1|10.21.226.181,10.21.226.133;0,1
L
LDOUBLEV 已提交
5
Global.use_gpu:True|True
S
stephon 已提交
6
Global.auto_cast:fp32|amp
L
LDOUBLEV 已提交
7
Global.epoch_num:lite_train_infer=1|whole_train_infer=300
L
LDOUBLEV 已提交
8
Global.save_model_dir:./output/
L
LDOUBLEV 已提交
9
Train.loader.batch_size_per_card:lite_train_infer=2|whole_train_infer=4
L
LDOUBLEV 已提交
10 11 12 13 14
Global.pretrained_model:null
train_model_name:latest
train_infer_img_dir:./train_data/icdar2015/text_localization/ch4_test_images/
null:null
##
L
fix yml  
LDOUBLEV 已提交
15
trainer:norm_train|pact_train|fpgm_train
L
LDOUBLEV 已提交
16
norm_train:tools/train.py -c tests/configs/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained
L
LDOUBLEV 已提交
17 18
pact_train:deploy/slim/quantization/quant.py -c tests/configs/det_mv3_db.yml -o
fpgm_train:deploy/slim/prune/sensitivity_anal.py -c tests/configs/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/det_mv3_db_v2.0_train/best_accuracy
L
LDOUBLEV 已提交
19 20 21 22 23
distill_train:null
null:null
null:null
##
===========================eval_params=========================== 
L
fix yml  
LDOUBLEV 已提交
24
eval:null
L
LDOUBLEV 已提交
25 26 27 28 29
null:null
##
===========================infer_params===========================
Global.save_inference_dir:./output/
Global.pretrained_model:
L
LDOUBLEV 已提交
30 31 32
norm_export:tools/export_model.py -c tests/configs/det_mv3_db.yml -o 
quant_export:deploy/slim/quantization/export_model.py -c tests/configs/det_mv3_db.yml -o 
fpgm_export:deploy/slim/prune/export_prune_model.py -c tests/configs/det_mv3_db.yml -o 
L
LDOUBLEV 已提交
33
distill_export:null
34 35
export1:null
export2:null
L
LDOUBLEV 已提交
36
##
D
Double_V 已提交
37
train_model:./inference/ch_ppocr_mobile_v2.0_det_train/best_accuracy
L
fix yml  
LDOUBLEV 已提交
38
infer_export:tools/export_model.py -c configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -o
L
LDOUBLEV 已提交
39
infer_quant:False
L
LDOUBLEV 已提交
40
inference:tools/infer/predict_det.py
L
LDOUBLEV 已提交
41
--use_gpu:True|False
L
LDOUBLEV 已提交
42
--enable_mkldnn:True|False
L
LDOUBLEV 已提交
43
--cpu_threads:1|6
L
LDOUBLEV 已提交
44
--rec_batch_num:1
45
--use_tensorrt:False|True
L
LDOUBLEV 已提交
46
--precision:fp32|fp16|int8
47
--det_model_dir:
L
LDOUBLEV 已提交
48
--image_dir:./inference/ch_det_data_50/all-sum-510/
L
LDOUBLEV 已提交
49
null:null
L
LDOUBLEV 已提交
50 51
--benchmark:True
null:null
M
MissPenguin 已提交
52
===========================cpp_infer_params===========================
M
refine  
MissPenguin 已提交
53
use_opencv:True
M
MissPenguin 已提交
54 55 56 57 58 59 60 61 62 63 64
infer_model:./inference/ch_ppocr_mobile_v2.0_det_infer/
infer_quant:False
inference:./deploy/cpp_infer/build/ppocr det
--use_gpu:True|False
--enable_mkldnn:True|False
--cpu_threads:1|6
--rec_batch_num:1
--use_tensorrt:False|True
--precision:fp32|fp16
--det_model_dir:
--image_dir:./inference/ch_det_data_50/all-sum-510/
M
MissPenguin 已提交
65
null:null
M
MissPenguin 已提交
66
--benchmark:True
67
===========================serving_params===========================
T
tink2123 已提交
68 69 70 71 72 73 74
trans_model:-m paddle_serving_client.convert
--dirname:./inference/ch_ppocr_mobile_v2.0_det_infer/
--model_filename:inference.pdmodel
--params_filename:inference.pdiparams
--serving_server:./deploy/pdserving/ppocr_det_mobile_2.0_serving/
--serving_client:./deploy/pdserving/ppocr_det_mobile_2.0_client/
serving_dir:./deploy/pdserving
T
tink2123 已提交
75 76 77 78 79 80
web_service:web_service_det.py --config=config.yml --opt op.det.concurrency=1
op.det.local_service_conf.devices:null|0
op.det.local_service_conf.use_mkldnn:True|False
op.det.local_service_conf.thread_num:1|6
op.det.local_service_conf.use_trt:False|True
op.det.local_service_conf.precision:fp32|fp16|int8
T
tink2123 已提交
81
pipline:pipeline_http_client.py --image_dir=../../doc/imgs
L
LDOUBLEV 已提交
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
===========================kl_quant_params===========================
infer_model:./inference/ch_ppocr_mobile_v2.0_det_infer/
infer_export:tools/export_model.py -c configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -o
infer_quant:False
inference:tools/infer/predict_det.py
--use_gpu:True|False
--enable_mkldnn:True|False
--cpu_threads:1|6
--rec_batch_num:1
--use_tensorrt:False|True
--precision:fp32|fp16|int8
--det_model_dir:
--image_dir:./inference/ch_det_data_50/all-sum-510/
null:null
--benchmark:True
null:null
null:null