Open RobinBram opened 3 years ago
There is one flip: https://www.ccoderun.ca/darkmark/DataAugmentationMisc.html
Flip is apperantly default set to 1. Is there vertical flip also?
As far as I know there is only a horizontal flip
Does flipping images mean that it uses both the original one and the flipped one? I want to make the dataset doubled by using flip but I'm not sure how it works.
Yes, it uses the original and the flipped image
Are there any more image augemtation options for the config file than the ones specified in https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-%5Bnet%5D-section . I'm specifically looking for horizontal and vertical flip.