From 7234d16b1161c009b02eb310d5759d415c664f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=82=96=E9=98=B3?= <11442580+hxy_170411@user.noreply.gitee.com> Date: Tue, 23 Aug 2022 07:02:06 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郭肖阳 <11442580+hxy_170411@user.noreply.gitee.com> --- TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD b/TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD index 151e32ca4..64337b9ca 100644 --- a/TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD +++ b/TensorFlow/contrib/cv/ATC_CarColor_tensorflow_AE/README.MD @@ -21,7 +21,7 @@ https://issue-modelzoo.obs.cn-north-4.myhuaweicloud.com/Ayolov3/color_dvpp_10bat 使用ATC模型转换工具进行模型转换时可以参考如下指令: ```shell -atc --input_shape="input_1:10,224,224,3" --output=./color_dvpp_10batch --soc_version=Ascend310 --framework=3 --model=./color.pb --insert_op_conf=./aipp.cfg +atc --input_shape="input_1:-1,224,224,3" --output=./color_dynamic_batch --soc_version=Ascend310 --framework=3 --model=./color.pb --insert_op_conf=./aipp.cfg --dynamic_batch_size="1,2,4,8" ``` ## 使用msame工具推理 -- Gitee