Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
8f79fd39
P
PaddleDetection
项目概览
PaddlePaddle
/
PaddleDetection
大约 1 年 前同步成功
通知
695
Star
11112
Fork
2696
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
184
列表
看板
标记
里程碑
合并请求
40
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
184
Issue
184
列表
看板
标记
里程碑
合并请求
40
合并请求
40
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
8f79fd39
编写于
4月 25, 2021
作者:
W
wangxinxin08
提交者:
GitHub
4月 25, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refine yolov3 configs (#2756)
* refine yolov3 configs * fix dataset problem
上级
a9255173
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
3 addition
and
160 deletion
+3
-160
configs/datasets/roadsign_voc.yml
configs/datasets/roadsign_voc.yml
+1
-1
configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
+0
-31
configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
+0
-33
configs/yolov3/yolov3_mobilenet_v1_ssld_270e_voc.yml
configs/yolov3/yolov3_mobilenet_v1_ssld_270e_voc.yml
+1
-32
configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
+0
-31
configs/yolov3/yolov3_mobilenet_v3_large_ssld_270e_voc.yml
configs/yolov3/yolov3_mobilenet_v3_large_ssld_270e_voc.yml
+1
-32
未找到文件。
configs/datasets/roadsign_voc.yml
浏览文件 @
8f79fd39
metric
:
VOC
metric
:
VOC
map_type
:
11point
map_type
:
integral
num_classes
:
4
num_classes
:
4
TrainDataset
:
TrainDataset
:
...
...
configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
浏览文件 @
8f79fd39
...
@@ -9,37 +9,6 @@ _BASE_: [
...
@@ -9,37 +9,6 @@ _BASE_: [
snapshot_epoch
:
5
snapshot_epoch
:
5
weights
:
output/yolov3_mobilenet_v1_270e_voc/model_final
weights
:
output/yolov3_mobilenet_v1_270e_voc/model_final
TrainReader
:
inputs_def
:
num_max_boxes
:
50
sample_transforms
:
-
Decode
:
{}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
:
{}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
:
{}
-
RandomFlip
:
{}
batch_transforms
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_interp
:
True
keep_ratio
:
False
-
NormalizeBox
:
{}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
num_classes
:
20
batch_size
:
8
shuffle
:
true
drop_last
:
true
mixup_epoch
:
250
LearningRate
:
LearningRate
:
base_lr
:
0.001
base_lr
:
0.001
schedulers
:
schedulers
:
...
...
configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
浏览文件 @
8f79fd39
...
@@ -5,45 +5,12 @@ _BASE_: [
...
@@ -5,45 +5,12 @@ _BASE_: [
'
_base_/yolov3_reader.yml'
,
'
_base_/yolov3_reader.yml'
,
]
]
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/yolov3_mobilenet_v1_270e_coco.pdparams
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/yolov3_mobilenet_v1_270e_coco.pdparams
norm_type
:
sync_bn
weights
:
output/yolov3_mobilenet_v1_roadsign/model_final
weights
:
output/yolov3_mobilenet_v1_roadsign/model_final
metric
:
VOC
map_type
:
integral
YOLOv3Loss
:
YOLOv3Loss
:
ignore_thresh
:
0.7
ignore_thresh
:
0.7
label_smooth
:
true
label_smooth
:
true
TrainReader
:
inputs_def
:
num_max_boxes
:
50
sample_transforms
:
-
Decode
:
{}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
:
{}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
:
{}
-
RandomFlip
:
{}
batch_transforms
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_interp
:
True
keep_ratio
:
False
-
NormalizeBox
:
{}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
num_classes
:
4
batch_size
:
8
shuffle
:
true
drop_last
:
true
snapshot_epoch
:
2
snapshot_epoch
:
2
epoch
:
40
epoch
:
40
...
...
configs/yolov3/yolov3_mobilenet_v1_ssld_270e_voc.yml
浏览文件 @
8f79fd39
_BASE_
:
[
_BASE_
:
[
'
../datasets/
coco_detection
.yml'
,
'
../datasets/
voc
.yml'
,
'
../runtime.yml'
,
'
../runtime.yml'
,
'
_base_/optimizer_270e.yml'
,
'
_base_/optimizer_270e.yml'
,
'
_base_/yolov3_mobilenet_v1.yml'
,
'
_base_/yolov3_mobilenet_v1.yml'
,
...
@@ -10,37 +10,6 @@ snapshot_epoch: 5
...
@@ -10,37 +10,6 @@ snapshot_epoch: 5
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV1_ssld_pretrained.pdparams
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV1_ssld_pretrained.pdparams
weights
:
output/yolov3_mobilenet_v1_ssld_270e_voc/model_final
weights
:
output/yolov3_mobilenet_v1_ssld_270e_voc/model_final
TrainReader
:
inputs_def
:
num_max_boxes
:
50
sample_transforms
:
-
Decode
:
{}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
:
{}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
:
{}
-
RandomFlip
:
{}
batch_transforms
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_interp
:
True
keep_ratio
:
False
-
NormalizeBox
:
{}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
num_classes
:
20
batch_size
:
8
shuffle
:
true
drop_last
:
true
mixup_epoch
:
250
LearningRate
:
LearningRate
:
base_lr
:
0.001
base_lr
:
0.001
schedulers
:
schedulers
:
...
...
configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
浏览文件 @
8f79fd39
...
@@ -9,37 +9,6 @@ _BASE_: [
...
@@ -9,37 +9,6 @@ _BASE_: [
snapshot_epoch
:
5
snapshot_epoch
:
5
weights
:
output/yolov3_mobilenet_v3_large_270e_voc/model_final
weights
:
output/yolov3_mobilenet_v3_large_270e_voc/model_final
TrainReader
:
inputs_def
:
num_max_boxes
:
50
sample_transforms
:
-
Decode
:
{}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
:
{}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
:
{}
-
RandomFlip
:
{}
batch_transforms
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_interp
:
True
keep_ratio
:
False
-
NormalizeBox
:
{}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
num_classes
:
20
batch_size
:
8
shuffle
:
true
drop_last
:
true
mixup_epoch
:
250
LearningRate
:
LearningRate
:
base_lr
:
0.001
base_lr
:
0.001
schedulers
:
schedulers
:
...
...
configs/yolov3/yolov3_mobilenet_v3_large_ssld_270e_voc.yml
浏览文件 @
8f79fd39
_BASE_
:
[
_BASE_
:
[
'
../datasets/
coco_detection
.yml'
,
'
../datasets/
voc
.yml'
,
'
../runtime.yml'
,
'
../runtime.yml'
,
'
_base_/optimizer_270e.yml'
,
'
_base_/optimizer_270e.yml'
,
'
_base_/yolov3_mobilenet_v3_large.yml'
,
'
_base_/yolov3_mobilenet_v3_large.yml'
,
...
@@ -10,37 +10,6 @@ snapshot_epoch: 5
...
@@ -10,37 +10,6 @@ snapshot_epoch: 5
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV3_large_x1_0_ssld_pretrained.pdparams
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV3_large_x1_0_ssld_pretrained.pdparams
weights
:
output/yolov3_mobilenet_v3_large_ssld_270e_voc/model_final
weights
:
output/yolov3_mobilenet_v3_large_ssld_270e_voc/model_final
TrainReader
:
inputs_def
:
num_max_boxes
:
50
sample_transforms
:
-
Decode
:
{}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
:
{}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
:
{}
-
RandomFlip
:
{}
batch_transforms
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_interp
:
True
keep_ratio
:
False
-
NormalizeBox
:
{}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
num_classes
:
20
batch_size
:
8
shuffle
:
true
drop_last
:
true
mixup_epoch
:
250
LearningRate
:
LearningRate
:
base_lr
:
0.001
base_lr
:
0.001
schedulers
:
schedulers
:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录