ocr_det_params.txt 1.2 KB
Newer Older
L
LDOUBLEV 已提交
1 2
model_name:ocr_det
python:python3.7
L
LDOUBLEV 已提交
3
gpu_list:0|0,1
L
LDOUBLEV 已提交
4
Global.auto_cast:null
L
LDOUBLEV 已提交
5 6 7
Global.epoch_num:10
Global.save_model_dir:./output/
Train.loader.batch_size_per_card:
L
LDOUBLEV 已提交
8 9
Global.use_gpu:
Global.pretrained_model:null
L
LDOUBLEV 已提交
10

L
LDOUBLEV 已提交
11
trainer:norm|pact
L
LDOUBLEV 已提交
12 13 14 15 16 17 18
norm_train:tools/train.py -c configs/det/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/MobileNetV3_large_x0_5_pretrained
quant_train:deploy/slim/quantization/quant.py -c configs/det/det_mv3_db.yml -o Global.pretrained_model=./pretrain_models/det_mv3_db_v2.0_train/best_accuracy
fpgm_train:null
distill_train:null

eval:tools/eval.py -c configs/det/det_mv3_db.yml -o 

L
LDOUBLEV 已提交
19
Global.save_inference_dir:./output/
L
LDOUBLEV 已提交
20
Global.pretrained_model:
L
LDOUBLEV 已提交
21 22 23 24 25 26 27 28 29 30 31 32
norm_export:tools/export_model.py -c configs/det/det_mv3_db.yml -o 
quant_export:deploy/slim/quantization/export_model.py -c configs/det/det_mv3_db.yml -o 
fpgm_export:deploy/slim/prune/export_prune_model.py
distill_export:null

inference:tools/infer/predict_det.py
--use_gpu:True|False
--enable_mkldnn:True|False
--cpu_threads:1|6
--rec_batch_num:1
--use_tensorrt:True|False
--precision:fp32|fp16|int8
L
LDOUBLEV 已提交
33 34 35
--det_model_dir:./inference/ch_ppocr_mobile_v2.0_det_infer/
--image_dir:./inference/ch_det_data_50/all-sum-510/
--save_log_path:./test/output/