synthtiger
synthtiger copied to clipboard
How to fix image when generate ?
Thank you for great repo. I want to generate License Plate . How can i fixed background image template generate.
If you change this part, synthtiger will generate fixed background image.
https://github.com/clovaai/synthtiger/blob/master/examples/synthtiger/config_horizontal.yaml#L36-L43
AS-IS
texture:
prob: 0.5
args:
paths: [resources/image]
weights: [1]
alpha: [0, 1]
grayscale: 0
crop: 1
TO-BE
texture:
prob: 1
args:
paths: [resources/image]
weights: [1]
alpha: [1, 1]
grayscale: 0
crop: 0
Thanks.