From 2723ec26548ba98978accc31e2e4fe1d55f98172 Mon Sep 17 00:00:00 2001 From: lvmingfu Date: Thu, 3 Mar 2022 11:55:24 +0800 Subject: [PATCH] fix error links --- README.md | 5 ++--- README_CN.md | 2 -- official/cv/LearningToSeeInTheDark/README_CN.md | 2 +- research/cv/LearningToSeeInTheDark/README_CN.md | 2 +- research/cv/ghostnet/README_CN.md | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33e2085f8..38302fdff 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, | Computer Vision (CV) | Scene Text Recognition |[CRNN-Seq2Seq-OCR](https://gitee.com/mindspore/models/tree/r1.6/official/cv/crnn_seq2seq_ocr) | ✅ | | | | Computer Vision (CV) | Scene Text Recognition |[WarpCTC](https://gitee.com/mindspore/models/tree/r1.6/official/cv/warpctc) | ✅ | | | | Computer Vision (CV) | Defect Detection |[ssim-ae](https://gitee.com/mindspore/models/tree/r1.6/official/cv/ssim-ae) | ✅ | | | -| Computer Vision (CV) | Defect Detection |[PatchCore](https://gitee.com/mindspore/models/tree/r1.6/official/cv/patchcore) | ✅ | | | + | Computer Vision (CV) | Face Detection | [RetinaFace-ResNet50](https://gitee.com/mindspore/models/tree/r1.6/official/cv/retinaface_resnet50) | ✅ | ✅ | | | Computer Vision (CV) | Face Detection | [CenterFace](https://gitee.com/mindspore/models/tree/r1.6/official/cv/centerface) | ✅ | | | | Computer Vision (CV) | Face Detection | [SphereFace](https://gitee.com/mindspore/models/tree/r1.6/official/cv/sphereface) | ✅ | | | @@ -234,6 +234,7 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, | Computer Vision (CV) | Point Cloud Model |[PointNet](https://gitee.com/mindspore/models/tree/r1.6/research/cv/pointnet) | ✅ | | | | Computer Vision (CV) | Point Cloud Model |[PointNet++](https://gitee.com/mindspore/models/tree/r1.6/research/cv/pointnet2) | ✅ | | | | Computer Vision (CV) | Depth Estimation | [midas](https://gitee.com/mindspore/models/tree/r1.6/research/cv/midas) | ✅ | | | +| Computer Vision (CV) | Defect Detection |[PatchCore](https://gitee.com/mindspore/models/tree/r1.6/research/cv/PatchCore) | ✅ | | | | Computer Vision (CV) | Sequential Image Classification | [TCN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/TCN) | ✅ | | | | Computer Vision (CV) | Temporal Localization | [TALL](https://gitee.com/mindspore/models/tree/r1.6/research/cv/tall) | ✅ | | | | Computer Vision (CV) | Image Matting | [FCA-net](https://gitee.com/mindspore/models/tree/r1.6/research/cv/FCANet) | ✅ | | | @@ -266,7 +267,6 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, | Computer Vision (CV) | Image Generation |[GAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/gan) | ✅ | | | | Computer Vision (CV) | Image Generation |[IPT](https://gitee.com/mindspore/models/tree/r1.6/research/cv/IPT) | ✅ | | | | Computer Vision (CV) | Image Generation |[pgan](https://gitee.com/mindspore/models/tree/r1.6/research/cv/PGAN) | ✅ | | | -| Computer Vision (CV) | Image Generation |[Photo2Cartoon](https://gitee.com/mindspore/models/tree/r1.6/research/cv/U-GAT-IT) | ✅ | | | | Computer Vision (CV) | Image Generation |[Pix2Pix](https://gitee.com/mindspore/models/tree/r1.6/research/cv/Pix2Pix) | ✅ | | | | Computer Vision (CV) | Image Generation |[SinGAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/SinGAN) | ✅ | | | | Computer Vision (CV) | Image Generation |[StarGAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/StarGAN) | ✅ | | | @@ -318,7 +318,6 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework, | GNN | Traffic Prediction | [TGCN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/tgcn) | ✅ | | | | GNN | Social and Information Networks | [SGCN](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/sgcn) | ✅ | | | | GNN | Graph Classification | [DGCN](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/dgcn) | ✅ | | | -| GNN | Graph Classification | [SDNE](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/sdne) | ✅ | | | | High Performance Computing | Molecular Dynamics | [DeepPotentialH2O](https://gitee.com/mindspore/models/tree/r1.6/research/hpc/molecular_dynamics) | ✅ | | | | High Performance Computing | Ocean Model | [GOMO](https://gitee.com/mindspore/models/tree/r1.6/research/hpc/ocean_model) | | ✅ | | | Reinforcement Learning | Recommender System, CTR prediction | [MMOE](https://gitee.com/mindspore/models/tree/r1.6/research/recommend/mmoe) | ✅ | | | diff --git a/README_CN.md b/README_CN.md index 0586cb4e8..e6ef2e047 100644 --- a/README_CN.md +++ b/README_CN.md @@ -267,7 +267,6 @@ | 计算机视觉(CV) | 图像生成(Image Generation) |[GAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/gan) | ✅ | | | | 计算机视觉(CV) | 图像生成(Image Generation) |[IPT](https://gitee.com/mindspore/models/tree/r1.6/research/cv/IPT) | ✅ | | | | 计算机视觉(CV) | 图像生成(Image Generation) |[pgan](https://gitee.com/mindspore/models/tree/r1.6/research/cv/PGAN) | ✅ | | | -| 计算机视觉(CV) | 图像生成(Image Generation) |[Photo2Cartoon](https://gitee.com/mindspore/models/tree/r1.6/research/cv/U-GAT-IT) | ✅ | | | | 计算机视觉(CV) | 图像生成(Image Generation) |[Pix2Pix](https://gitee.com/mindspore/models/tree/r1.6/research/cv/Pix2Pix) | ✅ | | | | 计算机视觉(CV) | 图像生成(Image Generation) |[SinGAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/SinGAN) | ✅ | | | | 计算机视觉(CV) | 图像生成(Image Generation) |[StarGAN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/StarGAN) | ✅ | | | @@ -320,7 +319,6 @@ | 图神经网络(GNN) | 交通预测(Traffic Prediction) | [TGCN](https://gitee.com/mindspore/models/tree/r1.6/research/cv/tgcn) | ✅ | | | | 图神经网络(GNN) | 社交信息网络(Social and Information Networks) | [SGCN](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/sgcn) | ✅ | | | | 图神经网络(GNN) | 图结构数据分类(Graph Classification) | [DGCN](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/dgcn) | ✅ | | | -| 图神经网络(GNN) | 图结构数据分类(Graph Classification) | [SDNE](https://gitee.com/mindspore/models/tree/r1.6/research/gnn/sdne) | ✅ | | | |高性能计算(HPC) | 分子动力学(Molecular Dynamics) | [DeepPotentialH2O](https://gitee.com/mindspore/models/tree/r1.6/research/hpc/molecular_dynamics) | ✅ | | | |高性能计算(HPC) | 海洋模型(Ocean Model) | [GOMO](https://gitee.com/mindspore/models/tree/r1.6/research/hpc/ocean_model) | | ✅ | | diff --git a/official/cv/LearningToSeeInTheDark/README_CN.md b/official/cv/LearningToSeeInTheDark/README_CN.md index d8fe2299d..bd2decf1d 100644 --- a/official/cv/LearningToSeeInTheDark/README_CN.md +++ b/official/cv/LearningToSeeInTheDark/README_CN.md @@ -238,7 +238,7 @@ bash run_infer_310.sh [MINDIR_PATH] [DATASET_PATH] [DEVICE_ID] | 总时长 | 132分钟 | | 参数(M) | 60.19 | | 微调检查点 | 462M(.ckpt文件) | -| 脚本 | [链接](https://gitee.com/alreadyhad/mindspore/tree/master/model_zoo/research/cv/LearningToSeeInTheDark) | +| 脚本 | [链接](https://gitee.com/mindspore/models/tree/r1.6/research/cv/LearningToSeeInTheDark) | # 随机情况说明 diff --git a/research/cv/LearningToSeeInTheDark/README_CN.md b/research/cv/LearningToSeeInTheDark/README_CN.md index 177bd46dc..9065f89b1 100644 --- a/research/cv/LearningToSeeInTheDark/README_CN.md +++ b/research/cv/LearningToSeeInTheDark/README_CN.md @@ -238,7 +238,7 @@ bash run_infer_310.sh [MINDIR_PATH] [DATASET_PATH] [DEVICE_ID] | 总时长 | 132分钟 | | 参数(M) | 60.19 | | 微调检查点 | 462M(.ckpt文件) | -| 脚本 | [链接](https://gitee.com/alreadyhad/mindspore/tree/master/model_zoo/research/cv/LearningToSeeInTheDark) | +| 脚本 | [链接](https://gitee.com/mindspore/models/tree/r1.6/research/cv/LearningToSeeInTheDark) | # 随机情况说明 diff --git a/research/cv/ghostnet/README_CN.md b/research/cv/ghostnet/README_CN.md index 8479fcfa3..5b07cbfe8 100644 --- a/research/cv/ghostnet/README_CN.md +++ b/research/cv/ghostnet/README_CN.md @@ -277,7 +277,7 @@ Total data: 50000, top1 accuracy: 0.73816, top5 accuracy: 0.9178. |总时长 | 39小时 | |参数(M) | 5.18 | | 微调检查点 | 42.05M(.ckpt文件) | -| 脚本 | [链接](https://gitee.com/alreadyhad/mindspore/tree/master/model_zoo/research/cv/ghostnet) | +| 脚本 | [链接](https://gitee.com/mindspore/models/tree/r1.6/research/cv/ghostnet) | # 随机情况说明 -- Gitee