From b1fbea2e83a0b0fe8bac2bd66dcf6c9a420070cc Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Wed, 6 May 2020 02:59:21 +0000 Subject: [PATCH] fix darknet53 link --- docs/zh_CN/models/models_intro.md | 2 +- ppcls/utils/pretrained.list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/models/models_intro.md b/docs/zh_CN/models/models_intro.md index da653ae3..96c4474e 100644 --- a/docs/zh_CN/models/models_intro.md +++ b/docs/zh_CN/models/models_intro.md @@ -193,7 +193,7 @@ python tools/infer/predict.py \ - [VGG16](https://paddle-imagenet-models-name.bj.bcebos.com/VGG16_pretrained.tar) - [VGG19](https://paddle-imagenet-models-name.bj.bcebos.com/VGG19_pretrained.tar) - DarkNet系列[[21](#ref21)]([论文地址](https://arxiv.org/abs/1506.02640)) - - [DarkNet53](https://paddle-imagenet-models-name.bj.bcebos.com/DarkNet53_pretrained.tar) + - [DarkNet53](https://paddle-imagenet-models-name.bj.bcebos.com/DarkNet53_ImageNet1k_pretrained.tar) - ACNet系列[[22](#ref22)]([论文地址](https://arxiv.org/abs/1908.03930)) - [ResNet50_ACNet_deploy](https://paddle-imagenet-models-name.bj.bcebos.com/ResNet50_ACNet_deploy_pretrained.tar) diff --git a/ppcls/utils/pretrained.list b/ppcls/utils/pretrained.list index b01272ea..633cafd9 100644 --- a/ppcls/utils/pretrained.list +++ b/ppcls/utils/pretrained.list @@ -114,5 +114,5 @@ VGG11 VGG13 VGG16 VGG19 -DarkNet53 +DarkNet53_ImageNet1k ResNet50_ACNet_deploy -- GitLab