更换文档检测模型
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/mask_rcnn_r50_fpn_1x_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
10
paddle_detection/configs/slim/post_quant/mcfairmot_ptq.yml
Normal file
10
paddle_detection/configs/slim/post_quant/mcfairmot_ptq.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/mot/mcfairmot_dla34_30e_1088x608_visdrone_vehicle_bytetracker.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
10
paddle_detection/configs/slim/post_quant/picodet_s_ptq.yml
Normal file
10
paddle_detection/configs/slim/post_quant/picodet_s_ptq.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/picodet_s_320_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/ppyolo_mbv3_large_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/ppyolo_r50vd_dcn_1x_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/ppyoloe_crn_s_300e_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/keypoint/tinypose_128x96.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
@@ -0,0 +1,10 @@
|
||||
weights: https://paddledet.bj.bcebos.com/models/yolov3_darknet53_270e_coco.pdparams
|
||||
slim: PTQ
|
||||
|
||||
PTQ:
|
||||
ptq_config: {
|
||||
'activation_quantizer': 'HistQuantizer',
|
||||
'upsample_bins': 127,
|
||||
'hist_percent': 0.999}
|
||||
quant_batch_num: 10
|
||||
fuse: True
|
||||
Reference in New Issue
Block a user