Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
abe33b7d
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看板
提交
abe33b7d
编写于
9月 23, 2020
作者:
S
still-wait
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add solov2_r101_vd_fpn_3x
上级
98a6b191
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
95 addition
and
2 deletion
+95
-2
configs/solov2/solov2_r101_vd_fpn_3x.yml
configs/solov2/solov2_r101_vd_fpn_3x.yml
+95
-0
configs/solov2/solov2_r50_fpn_1x.yml
configs/solov2/solov2_r50_fpn_1x.yml
+0
-1
configs/solov2/solov2_r50_fpn_3x.yml
configs/solov2/solov2_r50_fpn_3x.yml
+0
-1
未找到文件。
configs/solov2/solov2_r101_vd_fpn_3x.yml
0 → 100644
浏览文件 @
abe33b7d
architecture
:
SOLOv2
use_gpu
:
true
max_iters
:
270000
snapshot_iter
:
30000
log_smooth_window
:
20
save_dir
:
output
pretrain_weights
:
https://paddle-imagenet-models-name.bj.bcebos.com/ResNet101_vd_pretrained.tar
metric
:
COCO
weights
:
output/solov2_r101_vd_fpn_dcn_multiscale_3x/model_final
num_classes
:
81
use_ema
:
true
ema_decay
:
0.9998
SOLOv2
:
backbone
:
ResNet
fpn
:
FPN
bbox_head
:
SOLOv2Head
mask_head
:
SOLOv2MaskHead
ResNet
:
depth
:
101
feature_maps
:
[
2
,
3
,
4
,
5
]
freeze_at
:
2
norm_type
:
bn
dcn_v2_stages
:
[
3
,
4
,
5
]
variant
:
d
FPN
:
max_level
:
6
min_level
:
2
num_chan
:
256
spatial_scale
:
[
0.03125
,
0.0625
,
0.125
,
0.25
]
reverse_out
:
True
SOLOv2Head
:
seg_feat_channels
:
512
stacked_convs
:
4
num_grids
:
[
40
,
36
,
24
,
16
,
12
]
kernel_out_channels
:
256
dcn_v2_stages
:
[
0
,
1
,
2
,
3
]
SOLOv2MaskHead
:
out_channels
:
128
start_level
:
0
end_level
:
3
num_classes
:
256
use_dcn_in_tower
:
True
LearningRate
:
base_lr
:
0.01
schedulers
:
-
!PiecewiseDecay
gamma
:
0.1
milestones
:
[
180000
,
240000
]
-
!LinearWarmup
start_factor
:
0.
steps
:
1000
OptimizerBuilder
:
optimizer
:
momentum
:
0.9
type
:
Momentum
regularizer
:
factor
:
0.0001
type
:
L2
_READER_
:
'
solov2_reader.yml'
TrainReader
:
sample_transforms
:
-
!DecodeImage
to_rgb
:
true
-
!Poly2Mask
{}
-
!ResizeImage
target_size
:
[
640
,
672
,
704
,
736
,
768
,
800
]
max_size
:
1333
interp
:
1
use_cv2
:
true
resize_box
:
true
-
!RandomFlipImage
prob
:
0.5
-
!NormalizeImage
is_channel_first
:
false
is_scale
:
true
mean
:
[
0.485
,
0.456
,
0.406
]
std
:
[
0.229
,
0.224
,
0.225
]
-
!Permute
to_bgr
:
false
channel_first
:
true
batch_transforms
:
-
!PadBatch
pad_to_stride
:
32
-
!Gt2Solov2Target
num_grids
:
[
40
,
36
,
24
,
16
,
12
]
scale_ranges
:
[[
1
,
96
],
[
48
,
192
],
[
96
,
384
],
[
192
,
768
],
[
384
,
2048
]]
coord_sigma
:
0.2
configs/solov2/solov2_r50_fpn_1x.yml
浏览文件 @
abe33b7d
...
@@ -14,7 +14,6 @@ SOLOv2:
...
@@ -14,7 +14,6 @@ SOLOv2:
fpn
:
FPN
fpn
:
FPN
bbox_head
:
SOLOv2Head
bbox_head
:
SOLOv2Head
mask_head
:
SOLOv2MaskHead
mask_head
:
SOLOv2MaskHead
batch_size
:
2
ResNet
:
ResNet
:
depth
:
50
depth
:
50
...
...
configs/solov2/solov2_r50_fpn_3x.yml
浏览文件 @
abe33b7d
...
@@ -14,7 +14,6 @@ SOLOv2:
...
@@ -14,7 +14,6 @@ SOLOv2:
fpn
:
FPN
fpn
:
FPN
bbox_head
:
SOLOv2Head
bbox_head
:
SOLOv2Head
mask_head
:
SOLOv2MaskHead
mask_head
:
SOLOv2MaskHead
batch_size
:
2
ResNet
:
ResNet
:
depth
:
50
depth
:
50
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录