diff --git a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md index b1b1eb8661915a5b8c5c8b2a9706bfe57cf3fbb8..aef4a712ba7bf249b6b91bd19a911a306d982972 100644 --- a/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/2D_Attention_Unet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/2D_Attention_Unet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md index 8a6ed4ea0252c7833b5659a76893c35ef13fb7f1..54d435a79bb02cf1730ee4551f3f1fdc796edc71 100644 --- a/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/3DUNET_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/3DUNET_for_Tensorflow +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/3DUNET_for_Tensorflow ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md index 6c076b6144f9496f3521ba7e29a800d49b68593c..4b36890af33c4b8ad53911324bac96013c054993 100644 --- a/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL/README.md @@ -21,8 +21,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlexNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/AlexNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md index fa0fa565118c027c91c1897198dd2c793b6d7d7f..d58b06c1bf28aa2c080a230cf5fa96361e749362 100644 --- a/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/AlignedReID_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/AlignedReID_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md index df61108da187a7c8a60aaa9602b9774e042f048a..6409b006bb3a1561ed4b5d91947963ede00ce029 100644 --- a/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CRNN_for_ACL/README.md @@ -2,7 +2,7 @@ # CRNN Inference for Tensorflow -This repository provides a script and recipe to Inference the CRNN model. Original train implement please follow this link: [CRNN_for_Tensorflow](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/detection/CRNN_for_TensorFlow) +This repository provides a script and recipe to Inference the CRNN model. Original train implement please follow this link: [CRNN_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow) ## Notice **This sample only provides reference for you to learn the Ascend software stack and is not for commercial purposes.** @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Official/cv/CRNN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL/Official/cv/CRNN_for_ACL ``` ### 2. Download and preprocess the dataset @@ -49,7 +49,7 @@ labels ### 3. Offline Inference **Freeze ckpt to pb** -Please use the frozen_graph.py from the train scripts: [frozen_graph.py](https://gitee.com/ascend/modelzoo/blob/master/built-in/TensorFlow/Official/cv/detection/CRNN_for_TensorFlow/tools/frozen_graph.py) +Please use the frozen_graph.py from the train scripts: [frozen_graph.py](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/cv/detection/CRNN_for_TensorFlow/tools/frozen_graph.py) ``` python3 frozen_graph.py --ckpt_path= ckpt_path/shadownet_xxx.ckpt-600000 ``` diff --git a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md index ab55ebb20662b1be09c0c346021253df04542508..f86e3c0c98d0873c51242735039f56fd11536d86 100644 --- a/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/CTPN_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/CTPN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/CTPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md index 635100ff573034ebc8a91e86b213018ede361b01..180d464c5ab9c5ffc0f14026d356564c58b6ddf1 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DeepLabv3_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md index be2ac94e7e8426cc548f12431b5f368c44abdca7..a8091e43b843416f268ad0b8eb6c0ebc33fbb18d 100644 --- a/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DeepLabv3_plus_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DeepLabv3_plus_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md index 2cc3f51e33ccf427d8d75224e6010d2f5a6bcdb5..62c842ab1897f04fff035b1f03790049229752fc 100644 --- a/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/DenseNet121_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/DenseNet121_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md index 1f82a9b7f31b8f09fea3da92fef39aca93624cb1..bcf22e95e4e45778b9f695783f663e6b7596a3bc 100644 --- a/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Densenet24_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Densenet24_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md index c4cedb0e420cc8158b87042bdc1335fcde11d518..0cda9c9301afa24640225b31b4df2ced1a0d734d 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B0_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/EfficientNet_B0_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md index ed89ab2fadc546a7250957d002562ca620e7249c..ab096e3200af1b8f8d8f2dbecbdaaace17b8e13f 100644 --- a/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/EfficientNet_B8_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/EfficientNet_B8_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md index f952d368b899aea31a845b758113616d26c05281..524fc61fbba018c3d0ce7a3adf19b2de56daa9db 100644 --- a/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Face_Resnet50_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Face_Resnet50_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md index 398265fae9a8298a3502ed10ba837131bf6431f6..042efd84004f7accb7932d90243a17273a79816d 100644 --- a/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Facenet_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Facenet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Facenet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md index cd1f088a211fda776cd5bc1baf6f6b69131e803d..8ee83088fcdce17bd69003a1a8a076d35e5f6975 100644 --- a/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/GoogleNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/GoogleNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md index 6aca24e9f36963c3ae13ea944bf202388eb1c4b5..9a2238e554c44269c5acaa4e040a3337d8231fae 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv3_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Inceptionv3_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md index 5562fc1499f68ba6f63e5ff30d24c1a138b5961c..078591e4646457f078aee6fa7c7a66b3afa175b2 100644 --- a/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Inceptionv4_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Inceptionv4_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md index 9589765ce77844c6f26a67a12c2e492740991509..dfa83df9155133b7111fd6236d773b6fe1afa8cc 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv1_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv1_ID0093_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv1_ID0093_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md index 0f99e44db102ae56529497a8d97d9251b89cdaa8..c1b1da881d0c380f79c994d5b901399dc2fc5ea6 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv2_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md index 3ca515d16ae0d270225f20e33e0fa942d5a663d2..6fdff0e783aa0f172e95083287191bf2f9a28fec 100644 --- a/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/MobileNetv3_Large_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/MobileNetv3_Large_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md index 38822c3f574cc7fc3fbf115b96f28d7bb0678036..7daf36e48d0a1a40d1a5bd9926536fa7ea824ce1 100644 --- a/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL/README.md @@ -17,8 +17,8 @@ Before starting, please pay attention to the following adaptation conditions. If ## Quick Start Guide ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/OpenPose_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/OpenPose_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md index 1d4a0681e0a86443427993a7b70971cdf9bb7c84..feb3e45b6af5ad7e4a7bd502573c538f08dc712d 100644 --- a/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PSPnet101_for_ACL/README.md @@ -7,8 +7,8 @@ This repository provides a script and recipe to Inference the PSPNet101 model. ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PSPNet101_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/PSPNet101_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md index d42263393bf09bd505d571c3e32e4f0cb6bcb0c1..8dacded0bbd5951c6d7910cab93e670a1fa051b6 100644 --- a/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/PixelLink_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/PixelLink_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md index c21a106019312628b8f7a743d229d22c0db31d4c..085933b8d17b2e63689f4a47cfbd21a2521f1521 100644 --- a/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResCNN_for_ACL/ +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ResCNN_for_ACL/ ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md index fecb8e5931aca3b734b1a8f618efc51e9434f7cd..44dd263c39af01e4b5de8403e8881887dedd6180 100644 --- a/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ResNext50_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ResNext50_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md index 5caf4b4e9479bbde454e3422b19732bea9823f0d..bd622d0db40da860c279ee33cec9b6ef3258fd8e 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet101_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet101_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md index e71530618407da1cca1a1d7127b7d51de4aa8663..2fa57cf9cc7d23df49f9ebdb582f93a62954fe3d 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet18_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet18_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md index 024f13dc2647cee577faf5ef503b6d44a637f89c..22131189dc8b6e525bf502d03fa33e28d8216763 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet34_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet34_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md index c80b38332964815842aa3d8de3810e36dfdc71c2..f273426a9da663feac59699e0172e52cf4f92651 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_HC_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet50_HC_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md index 6bf961152e03e5b0cc3cc666360887c57e5904d7..18248a8750035db35a79133cdd47cbc482643e04 100644 --- a/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Resnet50_TF_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Resnet50_TF_for_ACL ``` ### 2. Download and preprocess the dataset 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 f074ac88253f7d0baf54ee6f0acd689c53a455a9..d7ef473ed343b31a392a08b132102939e886a22a 100644 --- a/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/RetinaNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/RetinaNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md index e9fc572844992f9768f737be15eeff8fa103f55e..f234ef78edc343d76eac6e44517b257b36d45013 100644 --- a/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD-Resnet34_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/SSD-Resnet34_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md index 5ad779f02297ee529f5266b8839484ef2c8615b0..d274415b4b78e6595035eb2b16120a8895908b76 100644 --- a/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/SSD_Resnet50_FPN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/SSD_Resnet50_FPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md index 2fc026b2853ed0fa67acfb1dedf733e910eb00ee..01a53b7b54c71a7e639fd4837e34664105bcb9c0 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv1_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ShuffleNetv1_for_ACL ``` ### 2. Download and preprocess the dataset @@ -63,7 +63,7 @@ The jpeg pictures will be preprocessed to bin fils. - convert pb to om - Download pb model of shufflenetv1 which was trained by this repo: [Repo of train](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow) + Download pb model of shufflenetv1 which was trained by this repo: [Repo of train](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow) [Pb Download Link](https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/ShuffleNetv1_for_ACL.zip) @@ -99,4 +99,4 @@ Our result was obtained by running the applicable inference script. To achieve t ## Reference -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv1/ShuffleNet_ID0184_for_TensorFlow diff --git a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md index 0bde54a6019751a0cfa08cd84b93bb638cecfb9d..6bfad28a68437fa122375d6653b136d3eaf5a6f7 100644 --- a/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/ShuffleNetv2_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/ShuffleNetv2_for_ACL ``` ### 2. Download and preprocess the dataset @@ -63,7 +63,7 @@ The jpeg pictures will be preprocessed to bin fils. - convert pb to om - Download pb model of shufflenetv2 which was trained by this repo: [Repo of train](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv2/shufflenetv2_tf_uestclzx) + Download pb model of shufflenetv2 which was trained by this repo: [Repo of train](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow/Offline_shufflenetv2_tf_uestclzx) [Pb Download Link](https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/modelzoo/Official/cv/ShuffleNetv2_for_ACL.zip) ``` @@ -97,5 +97,5 @@ Our result was obtained by running the applicable inference script. To achieve t ## Reference -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/shufflenetv2/shufflenetv2_tf_uestclzx +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/shufflenetv2/shufflenetv2_ID0185_for_TensorFlow diff --git a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md index 93bef44923447a06b6f1067b46bd8bc0ffe70ea1..2af99894104afd1205804bc6b703ab3bd7c98d90 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg16_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Vgg16_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md index df764de440b303d2099429b3e3a5b64a181719ea..d6dd146e5fc4d4e0439a911d232eaeec6329e467 100644 --- a/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Vgg19_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Vgg19_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md index 39ae82cba90dbcdfaca3cad43d09a24f7992a453..68d722133fc59bffc80041ecdf42e61b58dcb90c 100644 --- a/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/Xception_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/Xception_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/Xception_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md index 8ee4a12b6da39be71a9a5b21466385723e4ff2c1..7c7dedb5d18569c9db38e66c52924b3e6bc62911 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL/README.md @@ -19,8 +19,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv2_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md index 44f3bd4bc7543385e4f013b8913a9849ba16d4ea..5ec501037129055ee5ce476de12a99285ffaf9bb 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv3_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv3_for_ACL ``` ### 2. Requirements diff --git a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md index 08c0bf3eae79877d1bc61d750e5cc51d0190f798..12a64da5f36725a3b60cbfcdace4f349de25a895 100644 --- a/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/cv/YOLOv4_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/cv/YOLOv4_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md b/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md index 1e2679ddc1cced8b0e816f6712c96bd9eccc3cc9..c9e0ee81cf89d98346e06d3e4bb2708ba8b958b7 100644 --- a/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md +++ b/ACL_TensorFlow/built-in/nlp/JASPER_for_ACL/ReadMe.md @@ -26,7 +26,7 @@ Jasper NPU训练代码参考: -[训练代码参考](https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Research/audio/Jasper_for_TensorFlow) +[训练代码参考](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/audio/Jasper_ID0020_for_TensorFlow) 获取在线推理的数据集目录下的文件,拷贝到./datasets/目录下 diff --git a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md index 669229de397392ffa24c59711d98371d9f4fade6..8947b6153586008acbcb89687c228c901ca9c61e 100644 --- a/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL/README.md @@ -2,7 +2,7 @@ # DCN Inference for Tensorflow -This repository provides a script and recipe to Inference the **Deep & Cross Network for Ad Click Predictions** model. Original train implement please follow this link: [DCN_for_Tensorflow](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/recommendation/dcn/dcn_tf_neoming) +This repository provides a script and recipe to Inference the **Deep & Cross Network for Ad Click Predictions** model. Original train implement please follow this link: [DCN_for_Tensorflow](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow) ## Notice **This sample only provides reference for you to learn the Ascend software stack and is not for commercial purposes.** @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/DCN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/recommendation/DCN_for_ACL ``` ### 2. Preprocess of the dataset @@ -97,4 +97,4 @@ Our result were obtained by running the applicable training script. To achieve t | Criteo | 80.5% | 59.8% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/recommendation/dcn/dcn_tf_neoming +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/built-in/recommendation/DCN_ID1986_for_TensorFlow diff --git a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md index 0e81a5353d8191b5ec2320d1c92e4bf156142c69..0c2ea1c76dcef92a8b840fca76cba162f86d82d4 100644 --- a/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Official/recommendation/KGAT_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/built-in/recommendation/KGAT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md b/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md index b648be935531df42d41e420e14d91f4bf1f15da8..052ee6fd8072da52036123ba8c27d536256f5875 100644 --- a/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md +++ b/ACL_TensorFlow/built-in/recommendation/WideDeep_for_ACL/README.md @@ -21,7 +21,7 @@ Before starting, please pay attention to the following adaptation conditions. If ```shell git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Research/recommendation/WideDeep_for_ACL +cd Modelzoo-TensorFlow/ACL/Research/recommendation/WideDeep_for_ACL ``` ### 2. Download weights and test dataset diff --git a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md index 267ec8d2f6c9acf5e4a6b3ee49583f48398ed2d3..5253a7cce016a369e5013c4b1db988e136274458 100644 --- a/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/TDNN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/TDNN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/audio/TDNN_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md index b1c31a1f06cda9b54d38e812dc9b3ca0ca572a1d..3cc8cccda4e79ff712c47a44b954fee9742c4a89 100644 --- a/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/audio/WaveNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/audio/WaveNet_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md index b1553a404b2ae9c4c276867d9192c71737d687d3..21aaae1a543d9643a72542decd0efb676cf181f9 100644 --- a/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/3DResNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/3DResNet_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md index b1288fb4c632aa350dfdd31557360113387c710f..5bb2aeb35767cfae829195d0390942b54038be1e 100644 --- a/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/C3AE_ID1250_for_ACL/README.md @@ -1,6 +1,6 @@ # C3AE_ID1250_for_ACL -模型详情及训练部分:https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/C3AE_ID1250_for_TensorFlow +模型详情及训练部分:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/C3AE_ID1250_for_TensorFlow ## 项目路径说明 diff --git a/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md index a9f98c1e7a6d9b930a7c67c0688e82a9b79446d2..a05237dadb33ba160e8bfe2a1e9dd3338cfbc57e 100644 --- a/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/C3D_ID2199_for_ACL/README.md @@ -41,7 +41,7 @@ C3D在npu上训练的checkpoint文件及固化pb文件地址为:链接:https ### 数据预处理,将输入数据转换为bin文件 -1. C3D模型的数据预处理请参考npu迁移代码:[Gitee链接](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/C3D_ID2199_for_TensorFlow) +1. C3D模型的数据预处理请参考npu迁移代码:[Gitee链接](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/C3D_ID2199_for_TensorFlow) 2. 运行data_convert2bin.py生成bin文件 diff --git a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md index f73f0682571dfaa32cf0f958d2fff9ea3b26a194..c709c2039c7298898043045b36064f1f5959d07b 100644 --- a/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Centernet_for_ACL/README.md @@ -17,8 +17,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1.Clone the respository ``` - git clone https://gitee.com/ascend/modelzoo.git - cd modelzoo/built-in/ACL_TensorFlow/Research/cv/CenterNet_for_ACL + git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git + cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/CenterNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md index 829095a0575fb0f9e699b1b59d9d5f729a495518..659a17eed9e34f54e7db8df8529af379b4c980b0 100644 --- a/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DPN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DPN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/DPN_for_ACL ``` ### 2. Download and preprocess the dataset @@ -103,4 +103,4 @@ Our result were obtained by running the applicable training script. To achieve t | cvcdb | 1448 | 46% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/dpn/DPN_ID1636_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/dpn/DPN_ID1636_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md b/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md index 82249d99cc6e2a9995aa446a180a869f2312c827..bd86f8b92882d7e80b2e437a09a12159e8a3c035 100644 --- a/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md +++ b/ACL_TensorFlow/contrib/cv/DeepFaceLab_ID2017_for_ACL/readme.md @@ -1,7 +1,7 @@ # DeepFaceLab ## 1. 模型概述 -详情请看modelzoo/contrib/Tensorflow/Research/cv/DeepFaceLab_ID2017_for_Tensorflow/ +详情请看ModelZoo-TensorFlow/contrib/Tensorflow/Research/cv/DeepFaceLab_ID2017_for_Tensorflow/ ## 2. 准备工作 ### 2.1 模型转换--获取om 新建model文件夹,在model文件夹下新建ckpt, pb, om文件夹,用于存放相应的模型文件。 diff --git a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md index 38ea047d379c6df4d90c7e85066408d712c8f568..8ae819b30d3f9236b20ad8bcdcbc4fb3f7d32808 100644 --- a/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/DeepSort_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/DeepSort_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md index 7dd3738bf650ec123c284dd0ee9ccb38e399392f..6d6cc2f126278099c0783f2f66d035bdb188592c 100644 --- a/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/ECONet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/ECONet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/ECONet_for_ACL ``` ### 2. Download and preprocess the dataset @@ -104,4 +104,4 @@ Our result were obtained by running the applicable training script. To achieve t | ucf101 | 3783 | 88.4%/98.2% | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/econet/ECONet_tf_paper99 +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/econet/ECONet_tf_paper99 diff --git a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md index 6c925cca8d691b6e4713d46a4352611b36e225e1..98732ead9e939f9348a8f5794abe42ea4f6f885c 100644 --- a/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Ecolite_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Ecolite_for_ACL ``` ### 2. Generate random test dataset diff --git a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md index 20eb0a7793958a3def9c62a3b2199feba2a692d0..b1acbbb74fee5fb52200499de4d29c8dd3b525e3 100644 --- a/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/FasterRCNN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Official/cv/FasterRCNN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL/Official/cv/FasterRCNN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md index a033e7b2c95216da4a7f2cb31bbc51dacfd20633..199732956928c85fb3dd123de9a0f0bac2f6163a 100644 --- a/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/LMTCNN_ID1278_for_ACL/README.md @@ -57,7 +57,7 @@ Batch: 1, shape: 227,227,3, 推理性能 1.57ms - 生成数据 -参考链接LMTCNN训练项目:https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/LMTCNN_ID1278_for_TensorFlow +参考链接LMTCNN训练项目:https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow 运行multipreproc.py文件生成对应的tfrecord文件 diff --git a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md index aecbab25ce4966dcbe7381f1413805f4579533aa..0c6051d4610ab956186f115e34336b403adad7de 100644 --- a/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MTCNN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Official/cv/MTCNN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL/Official/cv/MTCNN_for_ACL ``` diff --git a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md index 489e29184d199660d33a176e9b6fdf69a128f948..27acd594275822b9bf801d19b44d1d3b5b2f1258 100644 --- a/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/MaskRCNN_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL/Official/cv/MaskRCNN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL/Official/cv/MaskRCNN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md index 6ef982dc33e7891a3dc035c2582af90561786fc0..5e3af2f689de9bc35479b323c1d5ec2f5d3f3871 100644 --- a/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/NIMA_for_ACL/README.md @@ -17,8 +17,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1.Clone the respository ``` - git clone https://gitee.com/ascend/modelzoo.git - cd modelzoo/built-in/ACL_TensorFlow/Research/cv/NIMA_for_ACL + git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git + cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/NIMA_for_ACL ``` ### 2. Download and preprocess the dataset @@ -94,4 +94,4 @@ Our results was obtained by running the applicable inference script. ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/NIMA/NIMA_ID0853_for_TensorFlow +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/NIMA/NIMA_ID0853_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md index 6512bf521912e0061ecbc1799fe9a456f9ad35a9..5e97164b18c976a051aa2f95aaeb14d187a5ce43 100644 --- a/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_ACL/README.md @@ -4,7 +4,8 @@ -原型模型请参考[GitHub链接](https://github.com/abdulfatir/prototypical-networks-tensorflow/blob/master),NPU迁移代码请参考[Gitee链接](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/PROTOTYPICAL-NETWORKS_ID1286_for_TensorFlow)。 +原型模型请参考[GitHub链接](https://github.com/abdulfatir/prototypical-networks-tensorflow/blob/master),NPU迁移代码请参考[Gitee链接] (https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/PROTOTYPICAL-NETWORKS_ID1286_for_TensorFlow) + diff --git a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md index f2ab5f03359c6a2bf95f435d2687799384d938f2..46fdca3ac741a17c6562490e7477627705e25083 100644 --- a/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/PWCNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/PWCNet_for_ACL ``` ### 2. Download and preprocess the dataset @@ -106,4 +106,4 @@ Our result were obtained by running the applicable training script. To achieve t | MPI Sintel | 1041 | 1.25 | ## Reference -[1] https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/pwcnet/PWCNet_tf_wosaisai +[1] https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/pwcnet/PWCNet_ID0171_for_TensorFlow diff --git a/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md index fc0e89b7aa03222b875bb4ed5e0b72b4ab14d01c..b2ef78ab6c7f14cd8f849c24ee9adf5313c9c02d 100644 --- a/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/RobotPlayChess_ID_for_ACL/README.md @@ -5,8 +5,7 @@ ## 原始模型 参考实现 : - -https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow 原始pb模型网络下载地址 :https://modelzoo-train-atc.obs.cn-north-4.myhuaweicloud.com/003_Atc_Models/AE/ATC%20Model/robot_play_chess/chess_ckpt_0804_vgg_99.pb diff --git a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md index 9efc964e5a45520b363c0d757c664736d06fad1e..20b33cff9620502108eee81e16d5aa2b05a168dc 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_InceptionV2_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SSD_InceptionV2_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md index 0e76d4e1f3fb37d7bf6453d1a37a5ef3aed6ff5d..8bb63f54bd3bde2f42068fc6c285fb88e1cea2eb 100644 --- a/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL/README.md @@ -18,8 +18,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SSD_MobileNetV1_FPN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SSD_MobileNetV1_FPN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md index 404063dafced8c78689ee07bc2339d3e26daa30c..82883ac761f317668940d1ccdaaa886e91e98423 100644 --- a/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/SegdecNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/SegdecNet_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md index 607e4438eb3182448df3d866dffb14458a0c7d09..2495d60dfe8aba7b85dad92d02e76303ec78f48d 100644 --- a/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_ACL/README.md @@ -2,7 +2,7 @@ ## 原始模型 -根据[训练过程](https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/StarGAN_v2_ID1188_for_TensorFlow),得到预训练模型 +根据[训练过程](https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/cv/StarGAN_v2_ID1188_for_TensorFlow),得到预训练模型 ## 转为om模型 diff --git a/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md index 4344bdd3e08adb28627fb9e6e302df54bdeb25b5..97efd2427b92178ec0837757fb51f018d3956865 100644 --- a/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TSN_for_ACL/README.md @@ -24,7 +24,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git cd modelzoo/tree/master/built-in/ACL_TensorFlow/Research/cv/TSN_for_ACL/inference ``` diff --git a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md index 1e2ca7a348f6226c10a2ca006a1727abbb59c399..075022c7a1430b63ecac89157d20d917e46cca37 100644 --- a/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/TransNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/TransNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/TransNet_for_ACL ``` ### 2. Setup Environment diff --git a/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md index dcc55f73f5e3358438e36438f0ab86ae58a38f19..d684453636b0973caaa8a17db66ba8642c685014 100644 --- a/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Unsupervised_Person_Re-identification_ID1028_for_ACL/README.md @@ -26,7 +26,7 @@ export LD_LIBRARY_PATH=/usr/local/Ascend/ascend-toolkit/latest/atc/lib64:${LD_LI ``` 使用git命令方式获取img2bin脚本: 在命令行中:$HOME/AscendProjects目录下执行以下命令下载代码。 -git clone https://gitee.com/ascend/tools.git +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git ``` ``` 进入img2bin脚本所在目录 diff --git a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md index fbf137e33dce1ca85ef8d9f1eff1f8fe53368de2..253986878232feb2faf1bf80380ef04eb73dd0c4 100644 --- a/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/VAEGAN_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/VAEGAN_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md b/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md index e0e51c41ec1672130410bb5698c7287a04ee86db..0de17eabc7880122550ea5623c84d9d3f490df94 100644 --- a/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md +++ b/ACL_TensorFlow/contrib/cv/VGG19_ID0374_for_ACL/readme.md @@ -10,9 +10,9 @@ 参考模型: -https://gitee.com/ascend/modelzoo/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/built-in/TensorFlow/Official/cv/image_classification/VGG16_for_TensorFlow -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/cv/VGG19/VGG19_%20ID0374_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/contrib/TensorFlow/Research/cv/VGG19/VGG19_%20ID0374_for_TensorFlow pb文件下载地址 : https://e-share.obs-website.cn-north-1.myhuaweicloud.com?token=gGnnL/JlT6iUNt4JBVjGkgHvmWaqKoA6ZS6x9rFZTtWoT7J4+CdgnwskVAsXefg0Xszwvc6pDQnBlu62eCXs3OZ99F5vspJP916F4Rrml7ujQ4XI8+GkD9se/I7tSAXP6zFZLzO9p0IeZF85Xnuy01tvr3aBmwWfyFOSMBq2i1dmJqUzVXZVw61aSNysZCNLbCqJrzpXs1GnXzFzA88oqg7OMfrOwqCqqd66usiVU8bVGU46TvWGWoALDlzRasRFHJgP0xiUmmXa09gGVdgJNmms+8jK3M2z/lwU0BhgWbe8wTb9LerXUCl/4ZUrSacACuHkoJQky1JmVtz9nqBvLFnoV96aMvAMDtd2Voup9dp9owqV5mBF0/FZzjU6nRPNr8aIwUSiO7JwZDo/6SnlVQkEcxdO3MmokRHaYQ4OgjRGZ0lCIAQ0r6L9WuK6/xOQ4952bbbIR6axc5KayI1lLJyqUlfO63oSgHZmM7Gd7Rrsrkbb7LclxsrrTZBWLD39CiGK+dqRT0bQ9kMiXDHqW2wygKokl5KIjOOGegfYe8c= diff --git a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md index 25a41e822b426b0cae72ed9231adbbe38e5da14c..2013b147f90d7a943461ad0bb9d3a46cfddc2dc4 100644 --- a/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Reseach/cv/Yolov5_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Yolov5_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md b/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md index c1f0fe50778bf2a7b1bd694e3c8eefc1f868aa60..3e17c8fdce35d6ee0da3b7c2ba99ee5586741e5e 100644 --- a/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/graph/NGNN_ID1246_for_ACL/README.md @@ -3,7 +3,7 @@ * 参考论文 https://arxiv.org/abs/1902.08009 * 训参考训练相关 -https://gitee.com/ascend/modelzoo/tree/master/contrib/TensorFlow/Research/graph/NGNN_ID1246_for_TensorFlow +https://gitee.com/ascend/ModelZoo-TensorFlow/tree/master/TensorFlow/contrib/graph/NGNN_ID1246_for_TensorFlow # ATC命令 `atc --model=/home/HwHiAiUser/AscendProjects/NGNN/frozen_model_acc.pb --framework=3 --output=/home/HwHiAiUser/AscendProjects/NGNN/ngnn_acc_6input --soc_version=Ascend310 --input_shape="Placeholder:16,120,2048;Placeholder_1:16,120,2048;Placeholder_2:16,120,2757;Placeholder_3:16,120,2757;Placeholder_4:16,120,120; Placeholder_5:16,120,120" --log=info --out_nodes="s_pos_output:0"` ` diff --git a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md index 602c2930c9e6e5d8afad59b704faf49b6114a9a9..8452a86268d3e23068edd929e10d2e726b5057ea 100644 --- a/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL/README.md @@ -25,8 +25,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/ALBERT_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/ALBERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md index db4669d34cfa0770696b43bdc90755e9661462f4..c34c90c229f65a7515c91980610080a171b42719 100644 --- a/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BERT_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BERT_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/BERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md index 24ac29b25a63e2ac3fde6d45ea620cda16dc2324..2d7029310542a2cef79d550268e6a2afdae13e15 100644 --- a/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/BioBERT_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/BioBERT_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md index 7a5b6088d39c04ae5950c7a3febe53d764eb898e..411c09d11fc11173dbe99fd860f0d99e7c625275 100644 --- a/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/GRU4Rec_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/GRU4Rec_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md index 6d60deac1f5b4ce5e367fc9a61582786e7e799eb..b966acd1bae3141bf0230e78eb6798c13b8e29b2 100644 --- a/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/LSTM_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/LSTM_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md index 8fda91bdca692952c3472596d000d5ab2f65b6f7..ca3b669a6b7e48a831c494ea5ec2f2dc2a659e78 100644 --- a/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL/README.md @@ -25,7 +25,7 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/RoBERTa_for_ACL +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/RoBERTa_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md index e637dbf04991b67f3d33c1f2e484faca96598b4a..1d9738674f8cb552b7a3fc186a8be5f5bb596407 100644 --- a/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Siamese_for_ACL/README.md @@ -21,8 +21,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/cv/Siamese_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/cv/Siamese_for_ACL ``` ### 2. Preprocess of the dataset diff --git a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md index 64739e5c31cc2b12700f01fa403549d24bd12dd5..23967ce63273175ee94284eba4c2bafd3554d758 100644 --- a/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL/README.md @@ -24,8 +24,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/Transformer_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/Transformer_for_ACL ``` ### 2. Download and preprocess the dataset diff --git a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md index 69fb11f10d7eb6bae690f17775ab69ba67df821f..ea35158aa7575cd58ae9cfdac74c37ce560671a1 100644 --- a/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md +++ b/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL/README.md @@ -20,8 +20,8 @@ Before starting, please pay attention to the following adaptation conditions. If ### 1. Clone the respository ```shell -git clone https://gitee.com/ascend/modelzoo.git -cd modelzoo/built-in/ACL_TensorFlow/Research/nlp/XLNet_for_ACL +git clone https://gitee.com/ascend/ModelZoo-TensorFlow.git +cd Modelzoo-TensorFlow/ACL_TensorFlow/contrib/nlp/XLNet_for_ACL ``` ### 2. Download and preprocess the dataset