File size: 13,630 Bytes
10fb84b
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
079539e
61d733d
079539e
 
 
61d733d
079539e
 
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10fb84b
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
079539e
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10fb84b
61d733d
 
 
 
 
 
10fb84b
 
 
 
 
 
 
 
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
 
10fb84b
 
 
 
 
 
 
 
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10fb84b
61d733d
 
 
 
10fb84b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61d733d
 
 
10fb84b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61d733d
 
 
10fb84b
 
61d733d
 
 
 
 
 
 
 
 
10fb84b
 
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
10fb84b
 
 
 
61d733d
 
 
10fb84b
61d733d
10fb84b
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10fb84b
61d733d
 
 
 
 
 
 
 
 
 
 
10fb84b
 
 
 
61d733d
 
10fb84b
 
 
 
 
 
61d733d
 
 
10fb84b
 
 
 
61d733d
 
 
10fb84b
 
 
 
 
 
61d733d
 
 
 
 
 
 
 
 
 
 
 
10fb84b
 
 
 
 
61d733d
10fb84b
 
 
 
 
61d733d
 
10fb84b
 
 
 
 
 
 
 
61d733d
 
10fb84b
 
 
61d733d
 
 
10fb84b
 
 
61d733d
 
10fb84b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61d733d
 
 
 
 
 
 
10fb84b
 
 
 
 
61d733d
 
10fb84b
 
 
61d733d
 
 
 
 
 
10fb84b
 
61d733d
10fb84b
 
 
61d733d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
__all__ = ["generate"]


epislon = 1e-6
render_calculation_size = 128

# text direction
ltr_ratio = 0.5
ttb_ratio = 0.5

assert ltr_ratio + ttb_ratio - 1 < epislon

# text length
short_ratio = 0.1
median_ratio = 0.6
long_ratio = 0.3

from .text import CorpusGenerationConfig

short_condition = CorpusGenerationConfig(
    min_num_line=1, max_num_line=1, min_num_char_per_line=2, max_num_char_per_line=5
)

median_condition = CorpusGenerationConfig(
    min_num_line=1, max_num_line=4, min_num_char_per_line=1, max_num_char_per_line=20
)

long_condition = CorpusGenerationConfig(
    min_num_line=5, max_num_line=10, min_num_char_per_line=1, max_num_char_per_line=20
)

assert short_ratio + median_ratio + long_ratio - 1 < epislon

# text color
gray_ratio = 0.3
color_ratio = 0.7

# whether use stroke, only stroke when color
pure_color_ratio = 0.5
stroke_color_ratio = 0.5

assert pure_color_ratio + stroke_color_ratio - 1 < epislon

# stroke width
stroke_width_max_ratio = 0.25

assert gray_ratio + color_ratio - 1 < epislon

# clip size ratio
clip_width_max_ratio = 0.7
clip_width_min_ratio = 0.1
clip_width_height_min_ratio = 0.75
clip_width_height_max_ratio = 1.25

# text longer edge ratio
text_longer_max_ratio = 1.0
text_longer_min_ratio = 0.6

# line spacing
line_spacing_max_ratio = 1.5
line_spacing_min_ratio = 0.0

# rotation
no_rotation_ratio = 0.3
rotation_ratio = 0.7

assert no_rotation_ratio + rotation_ratio - 1 < epislon

# in degree
rotation_max_angle = 30

# ratio of dataset size for cjk
cjk_ratio = 3

cjk_distribution = {
    "ja": 0.3,
    "ko": 0.2,
    "zh-Hans": 0.3,
    "zh-Hant": 0.07,
    "zh-Hant-HK": 0.06,
    "zh-Hant-TW": 0.06,
}

assert sum(cjk_distribution.values()) - 1 < epislon

train_cnt = 100
val_cnt = 10
test_cnt = 30

train_cnt_cjk = int(train_cnt * cjk_ratio)
val_cnt_cjk = int(val_cnt * cjk_ratio)
test_cnt_cjk = int(test_cnt * cjk_ratio)


import math
import random
from PIL import Image, ImageDraw, ImageFont
from .fontlabel import FontLabel
from .font import DSFont


def random_color():
    return random.randint(0, 255), random.randint(0, 255), random.randint(0, 255)


def render_bbox(
    draw,
    xy,
    text: str,
    font=None,
    anchor=None,
    spacing=4,
    align="left",
    direction=None,
    features=None,
    language=None,
    stroke_width=0,
    embedded_color=False,
):
    if ("\n" in text or "\r" in text) and direction == "ttb":
        lines = text.splitlines(keepends=False)
        height = 0
        width = 0
        x = 0
        y = 0
        for i, line in enumerate(lines):
            bbox = draw.textbbox(
                (0, 0),
                line,
                font,
                anchor,
                spacing,
                align,
                direction,
                features,
                language,
                stroke_width,
                embedded_color,
            )
            height = max(height, bbox[3] - bbox[1])
            width += bbox[2] - bbox[0]
            if i > 0:
                width += spacing
            else:
                x = bbox[0]
                y = bbox[1]
        return x, y, x + width, y + height
    else:
        return draw.textbbox(
            xy,
            text,
            font,
            anchor,
            spacing,
            align,
            direction,
            features,
            language,
            stroke_width,
            embedded_color,
        )


def render_text(
    draw,
    xy,
    text,
    fill=None,
    font=None,
    anchor=None,
    spacing=4,
    align="left",
    direction=None,
    features=None,
    language=None,
    stroke_width=0,
    stroke_fill=None,
    embedded_color=False,
    *args,
    **kwargs,
):
    if ("\n" in text or "\r" in text) and direction == "ttb":
        lines = text.splitlines(keepends=False)
        margin_x = 0
        x, y = xy
        for i, line in enumerate(lines):
            bbox = draw.textbbox(
                (0, 0),
                line,
                font,
                anchor,
                spacing,
                align,
                direction,
                features,
                language,
                stroke_width,
                embedded_color,
            )
            draw.text(
                (x + margin_x, y),
                line,
                fill,
                font,
                anchor,
                spacing,
                align,
                direction,
                features,
                language,
                stroke_width,
                stroke_fill,
                embedded_color,
                *args,
                **kwargs,
            )
            margin_x += bbox[2] - bbox[0]
            margin_x += spacing
    else:
        draw.text(
            xy,
            text,
            fill,
            font,
            anchor,
            spacing,
            align,
            direction,
            features,
            language,
            stroke_width,
            stroke_fill,
            embedded_color,
            *args,
            **kwargs,
        )


def RGB2RGBA(color):
    if color is None:
        return None
    return color + (255,)


def generate(img_path: str, font: DSFont) -> tuple[Image.Image, FontLabel]:
    while True:
        try:
            im = Image.open(img_path)
            # crop image
            width, height = im.size
            clip_width = random.randint(
                int(width * clip_width_min_ratio), int(width * clip_width_max_ratio)
            )
            clip_height = random.randint(
                int(clip_width * clip_width_height_min_ratio),
                int(clip_width * clip_width_height_max_ratio),
            )
            if clip_height > height:
                clip_height = height
            clip_x = random.randint(0, width - clip_width)
            clip_y = random.randint(0, height - clip_height)
            im = im.crop((clip_x, clip_y, clip_x + clip_width, clip_y + clip_height))

            # language
            render_language = font.language
            if render_language == "CJK":
                render_language = random.choices(
                    list(cjk_distribution.keys()), list(cjk_distribution.values())
                )[0]

            # text direction
            if random.random() < ltr_ratio:
                text_direction = "ltr"
            else:
                text_direction = "ttb"

            # # text length
            # if random.random() < short_ratio:
            #     text_length = random.randint(1, short_condition['char'])
            #     # TODO: generate text
            #     text = 'a' * text_length
            # elif random.random() < median_ratio:
            #     text_line = random.randint(short_condition['line'], median_condition['line'])
            #     # TODO: generate text
            #     text = 'a\n' * text_line
            # else:
            #     text_line = random.randint(median_condition['line'], long_condition['line'])
            #     # TODO: generate text
            #     text = 'a\n' * text_line
            text = "测试文本\n第二行"

            # text color & stroke
            if random.random() < gray_ratio:
                text_color = random.randint(0, 255)
                text_color = (text_color, text_color, text_color)
                # no stroke in gray
                stroke_ratio = 0
                stroke_color = None
                im = im.convert("L")
            else:
                text_color = random_color()
                # whether use stroke
                if random.random() < pure_color_ratio:
                    stroke_ratio = 0
                    stroke_color = None
                else:
                    stroke_ratio = random.random() * stroke_width_max_ratio
                    stroke_color = random_color()

            # line spacing
            line_spacing_ratio = (
                random.random() * (line_spacing_max_ratio - line_spacing_min_ratio)
                + line_spacing_min_ratio
            )

            # calculate render ratio
            render_calculation_stroke_width = int(
                stroke_ratio * render_calculation_size
            )
            render_calculation_line_spacing = int(
                line_spacing_ratio * render_calculation_size
            )

            pil_font = ImageFont.truetype(font.path, size=render_calculation_size)
            text_bbox = render_bbox(
                ImageDraw.Draw(im),
                (0, 0),
                text,
                font=pil_font,
                direction=text_direction,
                spacing=render_calculation_line_spacing,
                stroke_width=render_calculation_stroke_width,
                language=render_language,
            )
            (
                render_calculation_width_no_rotation,
                render_calculation_height_no_rotation,
            ) = (text_bbox[2] - text_bbox[0], text_bbox[3] - text_bbox[1])
            render_calculation_font_x_no_rotation = text_bbox[0]
            render_calculation_font_y_no_rotation = text_bbox[1]

            if random.random() < no_rotation_ratio:
                render_angle = 0

                render_calculation_width = render_calculation_width_no_rotation
                render_calculation_height = render_calculation_height_no_rotation
            else:
                render_angle = random.randint(-rotation_max_angle, rotation_max_angle)

                render_calculation_width = int(
                    render_calculation_width_no_rotation
                    * math.cos(math.radians(abs(render_angle)))
                    + render_calculation_height_no_rotation
                    * math.sin(math.radians(abs(render_angle)))
                )
                render_calculation_height = int(
                    render_calculation_width_no_rotation
                    * math.sin(math.radians(abs(render_angle)))
                    + render_calculation_height_no_rotation
                    * math.cos(math.radians(abs(render_angle)))
                )

            # calculate render size
            render_ratio = (
                random.random() * (text_longer_max_ratio - text_longer_min_ratio)
                + text_longer_min_ratio
            )
            if (
                render_calculation_width / render_calculation_height
                < clip_width / clip_height
            ):
                # height is the limit
                render_height = int(clip_height * render_ratio)
                render_width = int(
                    render_calculation_width / render_calculation_height * render_height
                )
            else:
                # width is the limit
                render_width = int(clip_width * render_ratio)
                render_height = int(
                    render_calculation_height / render_calculation_width * render_width
                )

            # calculate text size
            text_size = int(
                render_calculation_size * render_height / render_calculation_height
            )
            render_width_no_rotation = int(
                render_calculation_width_no_rotation
                / render_calculation_height
                * render_height
            )
            render_height_no_rotation = int(
                render_calculation_height_no_rotation
                / render_calculation_height
                * render_height
            )
            render_font_x_no_rotation = int(
                render_calculation_font_x_no_rotation
                / render_calculation_height
                * render_height
            )
            render_font_y_no_rotation = int(
                render_calculation_font_y_no_rotation
                / render_calculation_height
                * render_height
            )
            stroke_width = int(text_size * stroke_ratio)
            line_spacing = int(text_size * line_spacing_ratio)

            # calculate render position
            render_x = random.randint(0, clip_width - render_width)
            render_y = random.randint(0, clip_height - render_height)

            font_image = Image.new(
                "RGBA",
                (render_width_no_rotation, render_height_no_rotation),
                (0, 0, 0, 0),
            )
            pil_font = ImageFont.truetype(font.path, size=text_size)
            render_text(
                ImageDraw.Draw(font_image),
                (-render_font_x_no_rotation, -render_font_y_no_rotation),
                text,
                font=pil_font,
                fill=RGB2RGBA(text_color),
                direction=text_direction,
                spacing=line_spacing,
                stroke_width=stroke_width,
                stroke_fill=RGB2RGBA(stroke_color),
                language=render_language,
            )
            if rotation_max_angle != 0:
                font_image = font_image.rotate(
                    render_angle, expand=True, fillcolor=(0, 0, 0, 0)
                )

            im.paste(font_image, (render_x, render_y), font_image)
            return im, FontLabel(
                clip_width,
                clip_height,
                text,
                font,
                text_color,
                text_size,
                text_direction,
                stroke_width,
                stroke_color,
                line_spacing,
                render_language,
                (render_x, render_y, render_width, render_height),
                render_angle,
            )
        except Exception as e:
            print(e)