Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
1c7592a0
P
PaddleDetection
项目概览
s920243400
/
PaddleDetection
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleDetection
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
1c7592a0
编写于
12月 10, 2020
作者:
W
wangguanzhong
提交者:
GitHub
12月 10, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update model zoo (#1860)
上级
26bf8416
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
3 deletion
+8
-3
docs/MODEL_ZOO_cn.md
docs/MODEL_ZOO_cn.md
+8
-3
未找到文件。
docs/MODEL_ZOO_cn.md
浏览文件 @
1c7592a0
...
...
@@ -26,7 +26,7 @@
Paddle提供基于ImageNet的骨架网络预训练模型。所有预训练模型均通过标准的Imagenet-1k数据集训练得到。
[
下载链接
](
https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/image_classification#supported-models-and-performances
)
-
注:ResNet50模型通过余弦学习率调整策略训练得到。
[
ResNet50下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet18_pretrained.tar
)
,
[
ResNet50_vd下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet
18
_vd_pretrained.tar
)
[
ResNet50_vd下载链接
](
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet
50
_vd_pretrained.tar
)
## 基线
...
...
@@ -34,5 +34,10 @@ Paddle提供基于ImageNet的骨架网络预训练模型。所有预训练模型
| 骨架网络 | 网络类型 | 每张GPU图片个数 | 学习率策略 |推理时间(fps) | Box AP | Mask AP | 下载 | 配置文件 |
| :------------------- | :------------- | :-----: | :-----: | :------------: | :-----: | :-----: | :-----------------------------------------------------: | :-----: |
| ResNet50 | Faster | 1 | 1x | ---- | ---- | - |
[
下载链接
](
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/faster_rcnn_r50_1x_coco.yml
)
|
| ResNet50-FPN | Faster | 1 | 1x | ---- | 37.0 | - |
[
下载链接
](
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/faster_rcnn_r50_fpn_1x.yml
)
|
| ResNet50 | Faster | 1 | 1x | ---- | 35.1 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/faster_rcnn_r50_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/faster_rcnn_r50_1x_coco.yml
)
|
| ResNet50-FPN | Faster | 1 | 1x | ---- | 37.0 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/faster_rcnn_r50_fpn_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/faster_rcnn_r50_fpn_1x_coco.yml
)
|
| ResNet50 | Mask | 1 | 1x | ---- | 36.4 | 31.9 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/mask_rcnn_r50_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/mask_rcnn_r50_1x_coco.yml
)
|
| ResNet50-FPN | Mask | 1 | 1x | ---- | 38.3 | 34.5 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/mask_rcnn_r50_fpn_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/mask_rcnn_r50_fpn_1x_coco.yml
)
|
| ResNet50-FPN | Cascade Faster | 1 | 1x | ---- | 41.1 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/cascade_rcnn_r50_fpn_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/cascade_faster_rcnn_r50_fpn_1x_coco.yml
)
|
| ResNet50-FPN | Cascade Mask | 1 | 1x | ---- | 41.6 | 35.3 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/cascade_mask_rcnn_r50_fpn_1x_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/cascade_mask_rcnn_r50_fpn_1x_coco.yml
)
|
| DarkNet53 | YOLOv3 | 1 | 270e | ---- | 39.0 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/dygraph/yolov3_darknet53_270e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/dygraph/configs/yolov3_darknet53_270e_coco.yml
)
|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录