diff --git a/deploy/configs/build_product_binary.yaml b/deploy/configs/build_product_binary.yaml index e2343df42..21ebfbc6f 100644 --- a/deploy/configs/build_product_binary.yaml +++ b/deploy/configs/build_product_binary.yaml @@ -1,6 +1,5 @@ Global: - #rec_inference_model_dir: "./models/product_ResNet50_vd_aliproduct_v1.0_infer" - rec_inference_model_dir: "../inference" + rec_inference_model_dir: "./models/product_MV3_x1_0_aliproduct_bin_v1.0_infer" batch_size: 32 use_gpu: True enable_mkldnn: True diff --git a/deploy/configs/inference_product_binary.yaml b/deploy/configs/inference_product_binary.yaml index 6966a84e1..37ad6b396 100644 --- a/deploy/configs/inference_product_binary.yaml +++ b/deploy/configs/inference_product_binary.yaml @@ -1,8 +1,7 @@ Global: infer_imgs: "./recognition_demo_data_v1.1/test_product/daoxiangcunjinzhubing_6.jpg" det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer" - #rec_inference_model_dir: "./models/product_ResNet50_vd_aliproduct_v1.0_infer" - rec_inference_model_dir: "../inference" + rec_inference_model_dir: "./models/product_MV3_x1_0_aliproduct_bin_v1.0_infer" rec_nms_thresold: 0.05 batch_size: 1