synthtiger icon indicating copy to clipboard operation
synthtiger copied to clipboard

How to fix image when generate ?

Open ThorPham opened this issue 2 years ago • 1 comments

Thank you for great repo. I want to generate License Plate . How can i fixed background image template generate.

ThorPham avatar Jun 14 '22 09:06 ThorPham

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.

moonbings avatar Jun 28 '22 15:06 moonbings