imput picture parameter Set
imgFolderPath = f'./VideoToPicture/JPEGImages/'
xmlFolderPath = f'./VideoToPicture/Annotations/'
fileExtensions = [ "jpg", "jpeg", "png", "bmp", "gif" ]
output picture parameter Set
saveRootPath = f'./DataAugmentation/'
saveImgFolderName = "JPEGImages"
saveXmlFolderName = "Annotations"
batchNum = 1
batchRunNum = 10
Base on imgaug
https://github.com/aleju/imgaug