Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
72b7f9ef
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看板
未验证
提交
72b7f9ef
编写于
2月 23, 2021
作者:
W
wangxinxin08
提交者:
GitHub
2月 23, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
modify transform op of yolo and solo configs (#2260)
上级
1a66a9d2
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
115 addition
and
119 deletion
+115
-119
dygraph/configs/fcos/fcos_r50_fpn_multiscale_2x_coco.yml
dygraph/configs/fcos/fcos_r50_fpn_multiscale_2x_coco.yml
+6
-10
dygraph/configs/ppyolo/ppyolo_mbv3_large_coco.yml
dygraph/configs/ppyolo/ppyolo_mbv3_large_coco.yml
+21
-21
dygraph/configs/ppyolo/ppyolo_mbv3_small_coco.yml
dygraph/configs/ppyolo/ppyolo_mbv3_small_coco.yml
+21
-21
dygraph/configs/ppyolo/ppyolo_r18vd_coco.yml
dygraph/configs/ppyolo/ppyolo_r18vd_coco.yml
+21
-21
dygraph/configs/solov2/solov2_r50_fpn_3x_coco.yml
dygraph/configs/solov2/solov2_r50_fpn_3x_coco.yml
+7
-7
dygraph/configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
dygraph/configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
+13
-13
dygraph/configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
dygraph/configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
+13
-13
dygraph/configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
...aph/configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
+13
-13
未找到文件。
dygraph/configs/fcos/fcos_r50_fpn_multiscale_2x_coco.yml
浏览文件 @
72b7f9ef
...
@@ -10,17 +10,13 @@ weights: output/fcos_r50_fpn_multiscale_2x_coco/model_final
...
@@ -10,17 +10,13 @@ weights: output/fcos_r50_fpn_multiscale_2x_coco/model_final
TrainReader
:
TrainReader
:
sample_transforms
:
sample_transforms
:
-
DecodeOp
:
{}
-
Decode
:
{}
-
RandomFlipOp
:
{
prob
:
0.5
}
-
RandomFlip
:
{
prob
:
0.5
}
-
NormalizeImageOp
:
{
is_scale
:
true
,
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
]}
-
NormalizeImage
:
{
is_scale
:
true
,
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
]}
-
ResizeImage
:
-
RandomResize
:
{
target_size
:
[[
640
,
1333
],
[
672
,
1333
],
[
704
,
1333
],
[
736
,
1333
],
[
768
,
1333
],
[
800
,
1333
]],
keep_ratio
:
true
,
interp
:
1
}
target_size
:
[
640
,
672
,
704
,
736
,
768
,
800
]
-
Permute
:
{}
max_size
:
1333
interp
:
1
use_cv2
:
true
-
PermuteOp
:
{}
batch_transforms
:
batch_transforms
:
-
PadBatch
Op
:
{
pad_to_stride
:
128
}
-
PadBatch
:
{
pad_to_stride
:
128
}
-
Gt2FCOSTarget
:
-
Gt2FCOSTarget
:
object_sizes_boundary
:
[
64
,
128
,
256
,
512
]
object_sizes_boundary
:
[
64
,
128
,
256
,
512
]
center_sampling_radius
:
1.5
center_sampling_radius
:
1.5
...
...
dygraph/configs/ppyolo/ppyolo_mbv3_large_coco.yml
浏览文件 @
72b7f9ef
...
@@ -13,24 +13,24 @@ TrainReader:
...
@@ -13,24 +13,24 @@ TrainReader:
inputs_def
:
inputs_def
:
num_max_boxes
:
90
num_max_boxes
:
90
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
224
,
256
,
288
,
320
,
352
,
384
,
416
,
448
,
480
,
512
]
target_size
:
[
224
,
256
,
288
,
320
,
352
,
384
,
416
,
448
,
480
,
512
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
90
}
-
PadBox
:
{
num_max_boxes
:
90
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
11
,
18
],
[
34
,
47
],
[
51
,
126
],
[
115
,
71
],
[
120
,
195
],
[
254
,
235
]]
anchors
:
[[
11
,
18
],
[
34
,
47
],
[
51
,
126
],
[
115
,
71
],
[
120
,
195
],
[
254
,
235
]]
downsample_ratios
:
[
32
,
16
]
downsample_ratios
:
[
32
,
16
]
...
@@ -42,10 +42,10 @@ TrainReader:
...
@@ -42,10 +42,10 @@ TrainReader:
EvalReader
:
EvalReader
:
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
8
batch_size
:
8
drop_empty
:
false
drop_empty
:
false
...
@@ -53,10 +53,10 @@ TestReader:
...
@@ -53,10 +53,10 @@ TestReader:
inputs_def
:
inputs_def
:
image_shape
:
[
3
,
320
,
320
]
image_shape
:
[
3
,
320
,
320
]
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
1
batch_size
:
1
epoch
:
270
epoch
:
270
...
...
dygraph/configs/ppyolo/ppyolo_mbv3_small_coco.yml
浏览文件 @
72b7f9ef
...
@@ -13,24 +13,24 @@ TrainReader:
...
@@ -13,24 +13,24 @@ TrainReader:
inputs_def
:
inputs_def
:
num_max_boxes
:
90
num_max_boxes
:
90
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
224
,
256
,
288
,
320
,
352
,
384
,
416
,
448
,
480
,
512
]
target_size
:
[
224
,
256
,
288
,
320
,
352
,
384
,
416
,
448
,
480
,
512
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
90
}
-
PadBox
:
{
num_max_boxes
:
90
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
11
,
18
],
[
34
,
47
],
[
51
,
126
],
[
115
,
71
],
[
120
,
195
],
[
254
,
235
]]
anchors
:
[[
11
,
18
],
[
34
,
47
],
[
51
,
126
],
[
115
,
71
],
[
120
,
195
],
[
254
,
235
]]
downsample_ratios
:
[
32
,
16
]
downsample_ratios
:
[
32
,
16
]
...
@@ -42,10 +42,10 @@ TrainReader:
...
@@ -42,10 +42,10 @@ TrainReader:
EvalReader
:
EvalReader
:
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
8
batch_size
:
8
drop_empty
:
false
drop_empty
:
false
...
@@ -53,10 +53,10 @@ TestReader:
...
@@ -53,10 +53,10 @@ TestReader:
inputs_def
:
inputs_def
:
image_shape
:
[
3
,
320
,
320
]
image_shape
:
[
3
,
320
,
320
]
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
320
,
320
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
1
batch_size
:
1
epoch
:
270
epoch
:
270
...
...
dygraph/configs/ppyolo/ppyolo_r18vd_coco.yml
浏览文件 @
72b7f9ef
...
@@ -11,27 +11,27 @@ weights: output/ppyolo_r18vd_coco/model_final
...
@@ -11,27 +11,27 @@ weights: output/ppyolo_r18vd_coco/model_final
TrainReader
:
TrainReader
:
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
50
}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
-
NormalizeImage
:
mean
:
[
0.485
,
0.456
,
0.406
]
mean
:
[
0.485
,
0.456
,
0.406
]
std
:
[
0.229
,
0.224
,
0.225
]
std
:
[
0.229
,
0.224
,
0.225
]
is_scale
:
True
is_scale
:
True
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchor_masks
:
[[
3
,
4
,
5
],
[
0
,
1
,
2
]]
anchors
:
[[
10
,
14
],
[
23
,
27
],
[
37
,
58
],
[
81
,
82
],
[
135
,
169
],
[
344
,
319
]]
anchors
:
[[
10
,
14
],
[
23
,
27
],
[
37
,
58
],
[
81
,
82
],
[
135
,
169
],
[
344
,
319
]]
downsample_ratios
:
[
32
,
16
]
downsample_ratios
:
[
32
,
16
]
...
@@ -42,10 +42,10 @@ TrainReader:
...
@@ -42,10 +42,10 @@ TrainReader:
EvalReader
:
EvalReader
:
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
512
,
512
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
512
,
512
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
8
batch_size
:
8
drop_empty
:
false
drop_empty
:
false
...
@@ -53,10 +53,10 @@ TestReader:
...
@@ -53,10 +53,10 @@ TestReader:
inputs_def
:
inputs_def
:
image_shape
:
[
3
,
512
,
512
]
image_shape
:
[
3
,
512
,
512
]
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Resize
Op
:
{
target_size
:
[
512
,
512
],
keep_ratio
:
False
,
interp
:
2
}
-
Resize
:
{
target_size
:
[
512
,
512
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_size
:
1
batch_size
:
1
epoch
:
270
epoch
:
270
...
...
dygraph/configs/solov2/solov2_r50_fpn_3x_coco.yml
浏览文件 @
72b7f9ef
...
@@ -20,17 +20,17 @@ LearningRate:
...
@@ -20,17 +20,17 @@ LearningRate:
TrainReader
:
TrainReader
:
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Poly2Mask
:
{}
-
Poly2Mask
:
{}
-
RandomResize
Op
:
{
interp
:
1
,
-
RandomResize
:
{
interp
:
1
,
target_size
:
[[
640
,
1333
],
[
672
,
1333
],
[
704
,
1333
],
[
736
,
1333
],
[
768
,
1333
],
[
800
,
1333
]],
target_size
:
[[
640
,
1333
],
[
672
,
1333
],
[
704
,
1333
],
[
736
,
1333
],
[
768
,
1333
],
[
800
,
1333
]],
keep_ratio
:
True
}
keep_ratio
:
True
}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
-
NormalizeImage
Op
:
{
is_scale
:
true
,
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
]}
-
NormalizeImage
:
{
is_scale
:
true
,
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
]}
-
Permute
Op
:
{}
-
Permute
:
{}
batch_transforms
:
batch_transforms
:
-
PadBatch
Op
:
{
pad_to_stride
:
32
}
-
PadBatch
:
{
pad_to_stride
:
32
}
-
Gt2Solov2Target
Op
:
{
num_grids
:
[
40
,
36
,
24
,
16
,
12
],
-
Gt2Solov2Target
:
{
num_grids
:
[
40
,
36
,
24
,
16
,
12
],
scale_ranges
:
[[
1
,
96
],
[
48
,
192
],
[
96
,
384
],
[
192
,
768
],
[
384
,
2048
]],
scale_ranges
:
[[
1
,
96
],
[
48
,
192
],
[
96
,
384
],
[
192
,
768
],
[
384
,
2048
]],
coord_sigma
:
0.2
}
coord_sigma
:
0.2
}
batch_size
:
2
batch_size
:
2
...
...
dygraph/configs/yolov3/yolov3_mobilenet_v1_270e_voc.yml
浏览文件 @
72b7f9ef
...
@@ -13,24 +13,24 @@ TrainReader:
...
@@ -13,24 +13,24 @@ TrainReader:
inputs_def
:
inputs_def
:
num_max_boxes
:
50
num_max_boxes
:
50
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
50
}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
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
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
downsample_ratios
:
[
32
,
16
,
8
]
...
...
dygraph/configs/yolov3/yolov3_mobilenet_v1_roadsign.yml
浏览文件 @
72b7f9ef
...
@@ -19,24 +19,24 @@ TrainReader:
...
@@ -19,24 +19,24 @@ TrainReader:
inputs_def
:
inputs_def
:
num_max_boxes
:
50
num_max_boxes
:
50
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
50
}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
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
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
downsample_ratios
:
[
32
,
16
,
8
]
...
...
dygraph/configs/yolov3/yolov3_mobilenet_v3_large_270e_voc.yml
浏览文件 @
72b7f9ef
...
@@ -13,24 +13,24 @@ TrainReader:
...
@@ -13,24 +13,24 @@ TrainReader:
inputs_def
:
inputs_def
:
num_max_boxes
:
50
num_max_boxes
:
50
sample_transforms
:
sample_transforms
:
-
Decode
Op
:
{}
-
Decode
:
{}
-
Mixup
Op
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
Mixup
:
{
alpha
:
1.5
,
beta
:
1.5
}
-
RandomDistort
Op
:
{}
-
RandomDistort
:
{}
-
RandomExpand
Op
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomExpand
:
{
fill_value
:
[
123.675
,
116.28
,
103.53
]}
-
RandomCrop
Op
:
{}
-
RandomCrop
:
{}
-
RandomFlip
Op
:
{}
-
RandomFlip
:
{}
batch_transforms
:
batch_transforms
:
-
BatchRandomResize
Op
:
-
BatchRandomResize
:
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
target_size
:
[
320
,
352
,
384
,
416
,
448
,
480
,
512
,
544
,
576
,
608
]
random_size
:
True
random_size
:
True
random_interp
:
True
random_interp
:
True
keep_ratio
:
False
keep_ratio
:
False
-
NormalizeBox
Op
:
{}
-
NormalizeBox
:
{}
-
PadBox
Op
:
{
num_max_boxes
:
50
}
-
PadBox
:
{
num_max_boxes
:
50
}
-
BboxXYXY2XYWH
Op
:
{}
-
BboxXYXY2XYWH
:
{}
-
NormalizeImage
Op
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
Op
:
{}
-
Permute
:
{}
-
Gt2YoloTarget
Op
:
-
Gt2YoloTarget
:
anchor_masks
:
[[
6
,
7
,
8
],
[
3
,
4
,
5
],
[
0
,
1
,
2
]]
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
]]
anchors
:
[[
10
,
13
],
[
16
,
30
],
[
33
,
23
],
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
downsample_ratios
:
[
32
,
16
,
8
]
downsample_ratios
:
[
32
,
16
,
8
]
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录