ocr_det_params.txt 1.06 KB
Newer Older
LDOUBLEV's avatar
LDOUBLEV committed
1
2
model_name:ocr_det
python:python3.7
LDOUBLEV's avatar
LDOUBLEV committed
3
gpu_list:0|0,1
LDOUBLEV's avatar
LDOUBLEV committed
4
Global.auto_cast:False
LDOUBLEV's avatar
LDOUBLEV committed
5
6
7
8
9
10
11
Global.epoch_num:10
Global.save_model_dir:./output/
Global.save_inference_dir:./output/
Train.loader.batch_size_per_card:
Global.use_gpu
Global.pretrained_model

LDOUBLEV's avatar
LDOUBLEV committed
12
trainer:norm|pact
LDOUBLEV's avatar
LDOUBLEV committed
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 

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
--det_model_dir
--image_dir
--save_log_path