From bd4d43d10ff439df4b99ddc3d790359b3992ed55 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Dec 2022 08:22:30 +0000 Subject: [PATCH 1/2] update ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md. Signed-off-by: alex --- ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md index 0854fd98b..c914b8eeb 100644 --- a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md @@ -54,7 +54,7 @@ python3 load_coco_json.py - Pb模型转换为om模型 - [pb模型下载链接](https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/RetinaNet_for_ACL.zip) + [pb模型下载链接](https://ascend-repo-modelzoo.obs.cn-east-2.myhuaweicloud.com/model/2022-12-12_tf/RetinaNet_for_ACL/retinanet_tf.pb) ``` atc --model=retinanet_tf.pb --framework=3 --output=retinanet_tf_1batch --output_type=FP32 --soc_version=Ascend310 --input_shape="input_1:1,768,1024,3" --log=info -- Gitee From 14a1599b01a38aa899433565383b5fef00e446f8 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 Dec 2022 08:22:53 +0000 Subject: [PATCH 2/2] update ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md. Signed-off-by: alex --- ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md index 480c52eaa..f58e8b5a7 100644 --- a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md +++ b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README_EN.md @@ -53,7 +53,7 @@ python3 load_coco_json.py - convert pb to om - [pb download link](https://obs-9be7.obs.cn-east-2.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/RetinaNet_for_ACL.zip) + [pb download link](https://ascend-repo-modelzoo.obs.cn-east-2.myhuaweicloud.com/model/2022-12-12_tf/RetinaNet_for_ACL/retinanet_tf.pb) ``` atc --model=retinanet_tf.pb --framework=3 --output=retinanet_tf_1batch --output_type=FP32 --soc_version=Ascend310 --input_shape="input_1:1,768,1024,3" --log=info -- Gitee