blob: 710f6e36211b4bdd45342706ce93021c67ca9630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
embed_crop:
_target_: text_recognizer.data.transforms.embed_crop.EmbedCrop
augment: false
color_jitter:
_target_: torchvision.transforms.ColorJitter
brightness: [0.8, 1.6]
random_affine:
_target_: torchvision.transforms.RandomAffine
degrees: 1
shear: [-30, 20]
interpolation: BILINEAR
fill: 0
to_tensor:
_target_: torchvision.transforms.ToTensor
|