Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
10212b49
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
10212b49
编写于
8月 18, 2020
作者:
G
Guanghua Yu
提交者:
GitHub
8月 18, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add faster_r34_fpn_1x model (#1230)
上级
1394adde
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
217 addition
and
0 deletion
+217
-0
configs/faster_rcnn_r34_fpn_1x.yml
configs/faster_rcnn_r34_fpn_1x.yml
+106
-0
configs/faster_rcnn_r34_vd_fpn_1x.yml
configs/faster_rcnn_r34_vd_fpn_1x.yml
+107
-0
docs/MODEL_ZOO.md
docs/MODEL_ZOO.md
+2
-0
docs/MODEL_ZOO_cn.md
docs/MODEL_ZOO_cn.md
+2
-0
未找到文件。
configs/faster_rcnn_r34_fpn_1x.yml
0 → 100644
浏览文件 @
10212b49
architecture
:
FasterRCNN
max_iters
:
90000
use_gpu
:
true
snapshot_iter
:
10000
log_smooth_window
:
20
save_dir
:
output
pretrain_weights
:
ResNet34_pretrained
metric
:
COCO
weights
:
output/faster_rcnn_r34_fpn_1x/model_final
num_classes
:
81
FasterRCNN
:
backbone
:
ResNet
fpn
:
FPN
rpn_head
:
FPNRPNHead
roi_extractor
:
FPNRoIAlign
bbox_head
:
BBoxHead
bbox_assigner
:
BBoxAssigner
ResNet
:
norm_type
:
bn
norm_decay
:
0.
depth
:
34
feature_maps
:
[
2
,
3
,
4
,
5
]
freeze_at
:
2
FPN
:
min_level
:
2
max_level
:
6
num_chan
:
256
spatial_scale
:
[
0.03125
,
0.0625
,
0.125
,
0.25
]
FPNRPNHead
:
anchor_generator
:
anchor_sizes
:
[
32
,
64
,
128
,
256
,
512
]
aspect_ratios
:
[
0.5
,
1.0
,
2.0
]
stride
:
[
16.0
,
16.0
]
variance
:
[
1.0
,
1.0
,
1.0
,
1.0
]
anchor_start_size
:
32
min_level
:
2
max_level
:
6
num_chan
:
256
rpn_target_assign
:
rpn_batch_size_per_im
:
256
rpn_fg_fraction
:
0.5
rpn_positive_overlap
:
0.7
rpn_negative_overlap
:
0.3
rpn_straddle_thresh
:
0.0
train_proposal
:
min_size
:
0.0
nms_thresh
:
0.7
pre_nms_top_n
:
2000
post_nms_top_n
:
2000
test_proposal
:
min_size
:
0.0
nms_thresh
:
0.7
pre_nms_top_n
:
1000
post_nms_top_n
:
1000
FPNRoIAlign
:
canconical_level
:
4
canonical_size
:
224
min_level
:
2
max_level
:
5
box_resolution
:
7
sampling_ratio
:
2
BBoxAssigner
:
batch_size_per_im
:
512
bbox_reg_weights
:
[
0.1
,
0.1
,
0.2
,
0.2
]
bg_thresh_lo
:
0.0
bg_thresh_hi
:
0.5
fg_fraction
:
0.25
fg_thresh
:
0.5
BBoxHead
:
head
:
TwoFCHead
nms
:
keep_top_k
:
100
nms_threshold
:
0.5
score_threshold
:
0.05
TwoFCHead
:
mlp_dim
:
1024
LearningRate
:
base_lr
:
0.02
schedulers
:
-
!PiecewiseDecay
gamma
:
0.1
milestones
:
[
60000
,
80000
]
-
!LinearWarmup
start_factor
:
0.1
steps
:
1000
OptimizerBuilder
:
optimizer
:
momentum
:
0.9
type
:
Momentum
regularizer
:
factor
:
0.0001
type
:
L2
_READER_
:
'
faster_fpn_reader.yml'
TrainReader
:
batch_size
:
2
configs/faster_rcnn_r34_vd_fpn_1x.yml
0 → 100644
浏览文件 @
10212b49
architecture
:
FasterRCNN
max_iters
:
90000
use_gpu
:
true
snapshot_iter
:
10000
log_smooth_window
:
20
save_dir
:
output
pretrain_weights
:
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet34_vd_pretrained.tar
metric
:
COCO
weights
:
output/faster_rcnn_r34_fpn_1x/model_final
num_classes
:
81
FasterRCNN
:
backbone
:
ResNet
fpn
:
FPN
rpn_head
:
FPNRPNHead
roi_extractor
:
FPNRoIAlign
bbox_head
:
BBoxHead
bbox_assigner
:
BBoxAssigner
ResNet
:
norm_type
:
bn
norm_decay
:
0.
depth
:
34
feature_maps
:
[
2
,
3
,
4
,
5
]
freeze_at
:
2
variant
:
d
FPN
:
min_level
:
2
max_level
:
6
num_chan
:
256
spatial_scale
:
[
0.03125
,
0.0625
,
0.125
,
0.25
]
FPNRPNHead
:
anchor_generator
:
anchor_sizes
:
[
32
,
64
,
128
,
256
,
512
]
aspect_ratios
:
[
0.5
,
1.0
,
2.0
]
stride
:
[
16.0
,
16.0
]
variance
:
[
1.0
,
1.0
,
1.0
,
1.0
]
anchor_start_size
:
32
min_level
:
2
max_level
:
6
num_chan
:
256
rpn_target_assign
:
rpn_batch_size_per_im
:
256
rpn_fg_fraction
:
0.5
rpn_positive_overlap
:
0.7
rpn_negative_overlap
:
0.3
rpn_straddle_thresh
:
0.0
train_proposal
:
min_size
:
0.0
nms_thresh
:
0.7
pre_nms_top_n
:
2000
post_nms_top_n
:
2000
test_proposal
:
min_size
:
0.0
nms_thresh
:
0.7
pre_nms_top_n
:
1000
post_nms_top_n
:
1000
FPNRoIAlign
:
canconical_level
:
4
canonical_size
:
224
min_level
:
2
max_level
:
5
box_resolution
:
7
sampling_ratio
:
2
BBoxAssigner
:
batch_size_per_im
:
512
bbox_reg_weights
:
[
0.1
,
0.1
,
0.2
,
0.2
]
bg_thresh_lo
:
0.0
bg_thresh_hi
:
0.5
fg_fraction
:
0.25
fg_thresh
:
0.5
BBoxHead
:
head
:
TwoFCHead
nms
:
keep_top_k
:
100
nms_threshold
:
0.5
score_threshold
:
0.05
TwoFCHead
:
mlp_dim
:
1024
LearningRate
:
base_lr
:
0.02
schedulers
:
-
!PiecewiseDecay
gamma
:
0.1
milestones
:
[
60000
,
80000
]
-
!LinearWarmup
start_factor
:
0.1
steps
:
1000
OptimizerBuilder
:
optimizer
:
momentum
:
0.9
type
:
Momentum
regularizer
:
factor
:
0.0001
type
:
L2
_READER_
:
'
faster_fpn_reader.yml'
TrainReader
:
batch_size
:
2
docs/MODEL_ZOO.md
浏览文件 @
10212b49
...
...
@@ -41,6 +41,8 @@ The backbone models pretrained on ImageNet are available. All backbone models ar
| ResNet50 | Mask | 1 | 1x | 11.615 | 36.5 | 32.2 |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_1x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_1x.yml
)
|
| ResNet50 | Mask | 1 | 2x | 11.494 | 38.2 | 33.4 |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_2x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_2x.yml
)
|
| ResNet50-vd | Faster | 1 | 1x | 12.575 | 36.4 | - |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_vd_1x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_vd_1x.yml
)
|
| ResNet34-FPN | Faster | 2 | 1x | - | 36.7 | - |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r34_fpn_1x.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r34_fpn_1x.yml
)
|
| ResNet34-vd-FPN | Faster | 2 | 1x | - | 37.4 | - |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r34_vd_fpn_1x.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r34_vd_fpn_1x.yml
)
|
| ResNet50-FPN | Faster | 2 | 1x | 22.273 | 37.2 | - |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_fpn_1x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_fpn_1x.yml
)
|
| ResNet50-FPN | Faster | 2 | 2x | 22.297 | 37.7 | - |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_fpn_2x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_fpn_2x.yml
)
|
| ResNet50-FPN | Mask | 1 | 1x | 15.184 | 37.9 | 34.2 |
[
model
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_fpn_1x.tar
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_fpn_1x.yml
)
|
...
...
docs/MODEL_ZOO_cn.md
浏览文件 @
10212b49
...
...
@@ -38,6 +38,8 @@ Paddle提供基于ImageNet的骨架网络预训练模型。所有预训练模型
| ResNet50 | Mask | 1 | 1x | 11.615 | 36.5 | 32.2 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_1x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_1x.yml
)
|
| ResNet50 | Mask | 1 | 2x | 11.494 | 38.2 | 33.4 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_2x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_2x.yml
)
|
| ResNet50-vd | Faster | 1 | 1x | 12.575 | 36.4 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_vd_1x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_vd_1x.yml
)
|
| ResNet34-FPN | Faster | 2 | 1x | - | 36.7 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r34_fpn_1x.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r34_fpn_1x.yml
)
|
| ResNet34-vd-FPN | Faster | 2 | 1x | - | 37.4 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r34_vd_fpn_1x.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r34_vd_fpn_1x.yml
)
|
| ResNet50-FPN | Faster | 2 | 1x | 22.273 | 37.2 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_fpn_1x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_fpn_1x.yml
)
|
| ResNet50-FPN | Faster | 2 | 2x | 22.297 | 37.7 | - |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/faster_rcnn_r50_fpn_2x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/faster_rcnn_r50_fpn_2x.yml
)
|
| ResNet50-FPN | Mask | 1 | 1x | 15.184 | 37.9 | 34.2 |
[
下载链接
](
https://paddlemodels.bj.bcebos.com/object_detection/mask_rcnn_r50_fpn_1x.tar
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/configs/mask_rcnn_r50_fpn_1x.yml
)
|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录