0

I'm working at augmenting a dataset made of sequences of frames: i'd like to apply a particular transformation to all the frames in a sequence, while normally imgaug applies a random transformation (within the given parameters) for each image fed into it. Say the sequences of augmenters is rotate, flip and zoom: I'd like to store a particular transformation once applied to the first image, like rotate 30°, flip horizontally, and zoom 0.15%, and apply it to all other images in the sequence. Is this possible?

erolo4454
  • 1
  • 1
  • Yes, it is possible. – Chris Jan 10 '20 at 17:16
  • @Chris thank you, mind referencing me to the doc page or telling me how? – erolo4454 Jan 10 '20 at 18:39
  • https://github.com/aleju/imgaug You can create a pipeline which if I recall is multithreaded for performance and you can stack up as many augs as you want and have them applied to all the images the same way – Chris Jan 10 '20 at 18:40

0 Answers0