add params for v3 rec (#7643)
parent
6a0f85d8d5
commit
9cdab61d90
|
@ -88,6 +88,7 @@ Train:
|
||||||
prob: 0.5
|
prob: 0.5
|
||||||
ext_data_num: 2
|
ext_data_num: 2
|
||||||
image_shape: [48, 320, 3]
|
image_shape: [48, 320, 3]
|
||||||
|
max_text_length: *max_text_length
|
||||||
- RecAug:
|
- RecAug:
|
||||||
- MultiLabelEncode:
|
- MultiLabelEncode:
|
||||||
- RecResizeImg:
|
- RecResizeImg:
|
||||||
|
|
|
@ -162,6 +162,7 @@ Train:
|
||||||
prob: 0.5
|
prob: 0.5
|
||||||
ext_data_num: 2
|
ext_data_num: 2
|
||||||
image_shape: [48, 320, 3]
|
image_shape: [48, 320, 3]
|
||||||
|
max_text_length: *max_text_length
|
||||||
- RecAug:
|
- RecAug:
|
||||||
- MultiLabelEncode:
|
- MultiLabelEncode:
|
||||||
- RecResizeImg:
|
- RecResizeImg:
|
||||||
|
|
|
@ -88,6 +88,7 @@ Train:
|
||||||
prob: 0.5
|
prob: 0.5
|
||||||
ext_data_num: 2
|
ext_data_num: 2
|
||||||
image_shape: [48, 320, 3]
|
image_shape: [48, 320, 3]
|
||||||
|
max_text_length: *max_text_length
|
||||||
- RecAug:
|
- RecAug:
|
||||||
- MultiLabelEncode:
|
- MultiLabelEncode:
|
||||||
- RecResizeImg:
|
- RecResizeImg:
|
||||||
|
|
Loading…
Reference in New Issue