Slide 29
Slide 29 text
1.0 public kernel augmentation:
1.0の公開カーネルはこれをデータ増強のため:
transformations
transformations =
= get_transforms
get_transforms(
(
do_flip
do_flip=
=True
True,
, flip_vert
flip_vert=
=True
True,
, max_rotate
max_rotate=
=10.0
10.0,
,
max_zoom
max_zoom=
=1.1
1.1,
, max_lighting
max_lighting=
=0.2
0.2,
, max_warp
max_warp=
=0.2
0.2,
,
p_affine
p_affine=
=0.75
0.75,
, p_lighting
p_lighting=
=0.75
0.75
)
)