更换文档检测模型
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_1_0x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:null
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:null
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_0x_416_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm|kl_quant
|
||||
infer_quant:False|True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
===========================train_benchmark_params==========================
|
||||
batch_size:90
|
||||
fp_items:fp32|amp
|
||||
epoch:1
|
||||
repeat:1
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x416x416_2.npy
|
||||
@@ -0,0 +1,29 @@
|
||||
===========================cpp_infer_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_KL
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
opencv_dir:default
|
||||
infer_mode:null
|
||||
infer_quant:True
|
||||
inference:./deploy/cpp/build/main
|
||||
--device:gpu|cpu
|
||||
--use_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,26 @@
|
||||
===========================serving_infer_cpp_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_KL
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:null
|
||||
infer_quant:True
|
||||
--model:null
|
||||
--op:picodet_lcnet_1_5x_416_coco
|
||||
--port:9997
|
||||
--gpu_ids:null|0
|
||||
null:null
|
||||
http_client:deploy/serving/cpp/serving_client.py
|
||||
--serving_client:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,24 @@
|
||||
===========================serving_infer_python_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_KL
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:null
|
||||
infer_quant:True
|
||||
web_service:deploy/serving/python/web_service.py --config=deploy/serving/python/config.yml
|
||||
--model_dir:null
|
||||
--opt:cpu:op.ppdet.local_service_conf.device_type=0|gpu:op.ppdet.local_service_conf.device_type=1
|
||||
null:null
|
||||
http_client:deploy/serving/python/pipeline_http_client.py
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,29 @@
|
||||
===========================cpp_infer_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_PACT
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://bj.bcebos.com/v1/paddledet/data/tipc/models/picodet_lcnet_1_5x_416_coco_qat.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/quant/picodet_s_416_lcnet_quant.yml -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
opencv_dir:default
|
||||
infer_mode:quant
|
||||
infer_quant:True
|
||||
inference:./deploy/cpp/build/main
|
||||
--device:gpu|cpu
|
||||
--use_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,26 @@
|
||||
===========================serving_infer_cpp_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_PACT
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://bj.bcebos.com/v1/paddledet/data/tipc/models/picodet_lcnet_1_5x_416_coco_qat.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/quant/picodet_s_416_lcnet_quant.yml --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:quant
|
||||
infer_quant:True
|
||||
--model:null
|
||||
--op:picodet_lcnet_1_5x_416_coco
|
||||
--port:9997
|
||||
--gpu_ids:null|0
|
||||
null:null
|
||||
http_client:deploy/serving/cpp/serving_client.py
|
||||
--serving_client:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,24 @@
|
||||
===========================serving_infer_python_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco_PACT
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://bj.bcebos.com/v1/paddledet/data/tipc/models/picodet_lcnet_1_5x_416_coco_qat.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/quant/picodet_s_416_lcnet_quant.yml --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:quant
|
||||
infer_quant:True
|
||||
web_service:deploy/serving/python/web_service.py --config=deploy/serving/python/config.yml
|
||||
--model_dir:null
|
||||
--opt:cpu:op.ppdet.local_service_conf.device_type=0|gpu:op.ppdet.local_service_conf.device_type=1
|
||||
null:null
|
||||
http_client:deploy/serving/python/pipeline_http_client.py
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,29 @@
|
||||
===========================cpp_infer_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
opencv_dir:default
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/cpp/build/main
|
||||
--device:gpu|cpu
|
||||
--use_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,30 @@
|
||||
===========================paddle2onnx_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export_param:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/yolov3_darknet53_270e_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
cmd:paddle2onnx
|
||||
--model_dir:null
|
||||
--model_filename:model.pdmodel
|
||||
--params_filename:model.pdiparams
|
||||
--save_file:model.onnx
|
||||
--opset_version:11
|
||||
--enable_onnx_checker:True
|
||||
paddle2onnx_param1:null
|
||||
infer_py:./deploy/third_engine/onnx/infer.py
|
||||
--infer_cfg:null
|
||||
--onnx_file:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
infer_param1:null
|
||||
@@ -0,0 +1,26 @@
|
||||
===========================serving_infer_cpp_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
--model:null
|
||||
--op:picodet_lcnet_1_5x_416_coco
|
||||
--port:9997
|
||||
--gpu_ids:null|0
|
||||
null:null
|
||||
http_client:deploy/serving/cpp/serving_client.py
|
||||
--serving_client:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,24 @@
|
||||
===========================serving_infer_python_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
web_service:deploy/serving/python/web_service.py --config=deploy/serving/python/config.yml
|
||||
--model_dir:null
|
||||
--opt:cpu:op.ppdet.local_service_conf.device_type=0|gpu:op.ppdet.local_service_conf.device_type=1
|
||||
null:null
|
||||
http_client:deploy/serving/python/pipeline_http_client.py
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,60 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm|kl_quant
|
||||
infer_quant:False|True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
===========================train_benchmark_params==========================
|
||||
batch_size:32
|
||||
fp_items:fp32|fp16
|
||||
epoch:1
|
||||
repeat:30
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x416x416_2.npy
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:192.168.0.1,192.168.0.2;0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:amp
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
null:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:1600
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:pact_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:pact
|
||||
infer_quant:True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:null
|
||||
@@ -0,0 +1,20 @@
|
||||
===========================ptq_params===========================
|
||||
model_name:picodet_lcnet_1_5x_416_coco
|
||||
python:python3.7
|
||||
filename:
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_lcnet_1_5x_416_coco.pdparams
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_1_5x_416_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
export_param1:null
|
||||
##
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,60 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_lcnet_2_5x_416_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=80
|
||||
pretrain_weights:null
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:null
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/more_config/picodet_lcnet_2_5x_416_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm|kl_quant
|
||||
infer_quant:False|True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
===========================train_benchmark_params==========================
|
||||
batch_size:48
|
||||
fp_items:fp32|amp
|
||||
epoch:1
|
||||
repeat:1
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x416x416_2.npy
|
||||
@@ -0,0 +1,29 @@
|
||||
===========================cpp_infer_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
opencv_dir:default
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/cpp/build/main
|
||||
--device:gpu|cpu
|
||||
--use_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,30 @@
|
||||
===========================paddle2onnx_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export_param:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/yolov3_darknet53_270e_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
cmd:paddle2onnx
|
||||
--model_dir:null
|
||||
--model_filename:model.pdmodel
|
||||
--params_filename:model.pdiparams
|
||||
--save_file:model.onnx
|
||||
--opset_version:11
|
||||
--enable_onnx_checker:True
|
||||
paddle2onnx_param1:null
|
||||
infer_py:./deploy/third_engine/onnx/infer.py
|
||||
--infer_cfg:null
|
||||
--onnx_file:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
infer_param1:null
|
||||
@@ -0,0 +1,24 @@
|
||||
===========================serving_infer_python_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_kl_quant --export_serving_model True -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
web_service:deploy/serving/python/web_service.py --config=deploy/serving/python/config.yml
|
||||
--model_dir:null
|
||||
--opt:cpu:op.ppdet.local_service_conf.device_type=0|gpu:op.ppdet.local_service_conf.device_type=1
|
||||
null:null
|
||||
http_client:deploy/serving/python/pipeline_http_client.py
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,62 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=64
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
===========================train_benchmark_params==========================
|
||||
batch_size:64
|
||||
fp_items:fp32|fp16
|
||||
epoch:1
|
||||
repeat:1
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x320x320_2.npy
|
||||
===========================to_static_train_benchmark_params===========================
|
||||
to_static_train:--to_static
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
gpu_list:192.168.0.1,192.168.0.2;0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:amp
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
null:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:1600
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:pact_train
|
||||
norm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config configs/slim/post_quant/picodet_s_ptq.yml -o
|
||||
##
|
||||
infer_mode:pact
|
||||
infer_quant:True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:null
|
||||
@@ -0,0 +1,20 @@
|
||||
===========================ptq_params===========================
|
||||
model_name:picodet_s_320_coco_lcnet
|
||||
python:python3.7
|
||||
filename:
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco_lcnet.pdparams
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/picodet_s_320_coco_lcnet.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
export_param1:null
|
||||
##
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,29 @@
|
||||
===========================cpp_infer_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
opencv_dir:default
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/cpp/build/main
|
||||
--device:gpu|cpu
|
||||
--use_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,30 @@
|
||||
===========================paddle2onnx_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export_param:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/yolov3_darknet53_270e_coco.yml --slim_config configs/slim/post_quant/picodet_s_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
cmd:paddle2onnx
|
||||
--model_dir:null
|
||||
--model_filename:model.pdmodel
|
||||
--params_filename:model.pdiparams
|
||||
--save_file:model.onnx
|
||||
--opset_version:11
|
||||
--enable_onnx_checker:True
|
||||
paddle2onnx_param1:null
|
||||
infer_py:./deploy/third_engine/onnx/infer.py
|
||||
--infer_cfg:null
|
||||
--onnx_file:null
|
||||
--image_file:./demo/000000014439.jpg
|
||||
infer_param1:null
|
||||
@@ -0,0 +1,24 @@
|
||||
===========================serving_infer_python_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
filename:null
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --export_serving_model True -o
|
||||
quant_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact --export_serving_model True -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm --export_serving_model True -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/post_quant/picodet_s_ptq.yml --export_serving_model True -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
web_service:deploy/serving/python/web_service.py --config=deploy/serving/python/config.yml
|
||||
--model_dir:null
|
||||
--opt:cpu:op.ppdet.local_service_conf.device_type=0|gpu:op.ppdet.local_service_conf.device_type=1
|
||||
null:null
|
||||
http_client:deploy/serving/python/pipeline_http_client.py
|
||||
--image_file:./demo/000000014439.jpg
|
||||
null:null
|
||||
@@ -0,0 +1,60 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o worker_num=16
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm|kl_quant
|
||||
infer_quant:False|True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
===========================train_benchmark_params==========================
|
||||
batch_size:64
|
||||
fp_items:fp32|amp
|
||||
epoch:1
|
||||
repeat:50
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x320x320_2.npy
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
gpu_list:192.168.0.1,192.168.0.2;0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:amp
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
null:null
|
||||
##
|
||||
trainer:norm_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_kl_quant -o
|
||||
##
|
||||
infer_mode:norm
|
||||
infer_quant:False
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:1600
|
||||
@@ -0,0 +1,51 @@
|
||||
===========================train_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
gpu_list:0|0,1
|
||||
use_gpu:True
|
||||
auto_cast:null
|
||||
epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=128
|
||||
pretrain_weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
trained_model_name:model_final.pdparams
|
||||
train_infer_img_dir:./dataset/coco/test2017/
|
||||
filename:null
|
||||
##
|
||||
trainer:pact_train
|
||||
norm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_train:tools/train.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
norm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/quant/yolov3_mobilenet_v3_qat.yml -o
|
||||
fpgm_export:tools/export_model.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/post_quant/picodet_s_ptq.yml -o
|
||||
##
|
||||
infer_mode:pact
|
||||
infer_quant:True
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--use_tensorrt:null
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:null
|
||||
@@ -0,0 +1,20 @@
|
||||
===========================ptq_params===========================
|
||||
model_name:picodet_s_320_coco
|
||||
python:python3.7
|
||||
filename:
|
||||
##
|
||||
--output_dir:./output_inference
|
||||
weights:https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
kl_quant_export:tools/post_quant.py -c configs/picodet/legacy_model/picodet_s_320_coco.yml --slim_config configs/slim/post_quant/yolov3_darknet53_ptq.yml -o
|
||||
export_param1:null
|
||||
##
|
||||
inference:./deploy/python/infer.py
|
||||
--device:gpu|cpu
|
||||
--enable_mkldnn:False
|
||||
--cpu_threads:4
|
||||
--batch_size:1|2
|
||||
--run_mode:paddle
|
||||
--model_dir:
|
||||
--image_dir:./dataset/coco/test2017/
|
||||
--run_benchmark:False
|
||||
null:null
|
||||
Reference in New Issue
Block a user