From 7887b404ba4fefcecaa91902a9db028438b207a3 Mon Sep 17 00:00:00 2001 From: dongshuilong Date: Wed, 15 Dec 2021 06:45:44 +0000 Subject: [PATCH] fix cspdarknet inference bug for tipc --- test_tipc/config/CSPNet/CSPDarkNet53_train_infer_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/config/CSPNet/CSPDarkNet53_train_infer_python.txt b/test_tipc/config/CSPNet/CSPDarkNet53_train_infer_python.txt index a7508f03..cd5ec06d 100644 --- a/test_tipc/config/CSPNet/CSPDarkNet53_train_infer_python.txt +++ b/test_tipc/config/CSPNet/CSPDarkNet53_train_infer_python.txt @@ -37,7 +37,7 @@ pretrained_model_url:https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/C infer_model:../inference/ infer_export:True infer_quant:Fasle -inference:python/predict_cls.py -c configs/inference_cls.yaml -o PreProcess.transform_ops.0.ResizeIage.resize_short=288 -o PreProcess.transform_ops.1.CropImage.size=256 +inference:python/predict_cls.py -c configs/inference_cls.yaml -o PreProcess.transform_ops.0.ResizeImage.resize_short=288 -o PreProcess.transform_ops.1.CropImage.size=256 -o Global.use_gpu:True|False -o Global.enable_mkldnn:True|False -o Global.cpu_num_threads:1|6 -- GitLab