Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
c4db4e7f
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看板
未验证
提交
c4db4e7f
编写于
11月 22, 2021
作者:
Z
zhoujun
提交者:
GitHub
11月 22, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
rm ghost and lcnet, add MobileNetV3_small_x1_0 (#4655)
* Update README.md
上级
1ba91c0e
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
42 deletion
+7
-42
configs/centernet/README.md
configs/centernet/README.md
+4
-0
configs/centernet/README_cn.md
configs/centernet/README_cn.md
+3
-4
configs/centernet/centernet_ghostnet_1_3x_140e_coco.yml
configs/centernet/centernet_ghostnet_1_3x_140e_coco.yml
+0
-20
configs/centernet/centernet_lcnet_1x_140e_coco.yml
configs/centernet/centernet_lcnet_1x_140e_coco.yml
+0
-18
未找到文件。
configs/centernet/README.md
浏览文件 @
c4db4e7f
...
...
@@ -20,6 +20,10 @@ English | [简体中文](README_cn.md)
| DLA-34(paper) | 512x512 | 37.4 | - | - | - |
| DLA-34 | 512x512 | 37.6 | - |
[
model
](
https://bj.bcebos.com/v1/paddledet/models/centernet_dla34_140e_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_dla34_140e_coco.yml
)
|
| ResNet50 + DLAUp | 512x512 | 38.9 | - |
[
model
](
https://bj.bcebos.com/v1/paddledet/models/centernet_r50_140e_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_r50_140e_coco.yml
)
|
| MobileNetV1_1x + DLAUp | 512x512 | 28.2 | - |
[
model
](
https://paddledet.bj.bcebos.com/models/centernet_mbv1_x1_0_140e_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv1_1x_140e_coco.yml
)
|
| MobileNetV3_small_x1_0 + DLAUp | 512x512 | comming soon | - | comming soon | comming soon |
| MobileNetV3_large_x1_0 + DLAUp | 512x512 | 27.1 | - |
[
model
](
https://paddledet.bj.bcebos.com/models/centernet_mbv3_large_x1_0_140e_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv3_large_1x_140e_coco.yml
)
|
| ShuffleNetV2_x1_0 + DLAUp | 512x512 | 23.8 | - |
[
model
](
https://paddledet.bj.bcebos.com/models/centernet_shufflenetv2_1x_140e_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_shufflenetv2_1x_140e_coco.yml
)
|
## Citations
```
...
...
configs/centernet/README_cn.md
浏览文件 @
c4db4e7f
...
...
@@ -20,10 +20,9 @@
| DLA-34(paper) | 512x512 | 37.4 | - | - | - |
| DLA-34 | 512x512 | 37.6 | - |
[
下载链接
](
https://bj.bcebos.com/v1/paddledet/models/centernet_dla34_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_dla34_140e_coco.yml
)
|
| ResNet50 + DLAUp | 512x512 | 38.9 | - |
[
下载链接
](
https://bj.bcebos.com/v1/paddledet/models/centernet_r50_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_r50_140e_coco.yml
)
|
| GhostNet_x1_3 + DLAUp | 512x512 | 28.9 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_ghostnet_1_3x_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_ghostnet_1_3x_140e_coco.yml
)
|
| PP-LCNet_x1_0 + DLAUp | 512x512 | 26.9 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_lcnet_1x_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_lcnet_1x_140e_coco.yml
)
|
| MobileNetV1_1x + DLAUp | 512x512 | 28.2 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_mbv1_1x_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv1_1x_140e_coco.yml
)
|
| MobileNetV3_large_x1_0 + DLAUp | 512x512 | 27.1 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_mbv3_large_1x_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv3_large_1x_140e_coco.yml
)
|
| MobileNetV1_1x + DLAUp | 512x512 | 28.2 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_mbv1_x1_0_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv1_1x_140e_coco.yml
)
|
| MobileNetV3_small_x1_0 + DLAUp | 512x512 | comming soon | - | comming soon | comming soon |
| MobileNetV3_large_x1_0 + DLAUp | 512x512 | 27.1 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_mbv3_large_x1_0_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_mbv3_large_1x_140e_coco.yml
)
|
| ShuffleNetV2_x1_0 + DLAUp | 512x512 | 23.8 | - |
[
下载链接
](
https://paddledet.bj.bcebos.com/models/centernet_shufflenetv2_1x_140e_coco.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/centernet/centernet_shufflenetv2_1x_140e_coco.yml
)
|
## 引用
...
...
configs/centernet/centernet_ghostnet_1_3x_140e_coco.yml
已删除
100644 → 0
浏览文件 @
1ba91c0e
_BASE_
:
[
'
centernet_r50_140e_coco.yml'
]
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/GhostNet_x1_3_ssld_pretrained.pdparams
weights
:
output/centernet_ghostnet_1_3x_140e_coco/model_final
CenterNet
:
backbone
:
GhostNet
neck
:
CenterNetDLAFPN
head
:
CenterNetHead
post_process
:
CenterNetPostProcess
GhostNet
:
scale
:
1.3
conv_decay
:
0.00004
feature_maps
:
[
4
,
6
,
12
,
17
]
TrainReader
:
batch_size
:
32
\ No newline at end of file
configs/centernet/centernet_lcnet_1x_140e_coco.yml
已删除
100644 → 0
浏览文件 @
1ba91c0e
_BASE_
:
[
'
centernet_r50_140e_coco.yml'
]
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/LCNet_x1_0_pretrained.pdparams
weights
:
output/centernet_lcnet_1x_140e_coco/model_final
CenterNet
:
backbone
:
LCNet
neck
:
CenterNetDLAFPN
head
:
CenterNetHead
post_process
:
CenterNetPostProcess
LCNet
:
scale
:
1.0
feature_maps
:
[
2
,
3
,
4
,
5
]
TrainReader
:
batch_size
:
32
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录