针对目标检测所用的图像增强方法(代码)

1、目标检测图像数据增强(Data Augmentation)—— 旋转:https://blog.csdn.net/uncle_ll/article/details/83930861(可以同时生成xml文件)

CNN Data Augmentation(数据增强)-旋转:https://blog.csdn.net/u014540717/article/details/53301195(可以同时生成xml文件)

2、针对目标检测的数据增强:https://blog.csdn.net/qq_42277222/article/details/81784504(变换形式多,带标注框旋转,但不能生成xml文件)

针对目标检测所用的图像增强方法(代码)_第1张图片

3、深度学习数据增强(data_augmentation):Keras ImageDataGenerator:https://blog.csdn.net/wsLJQian/article/details/88616126#%E4%B8%80.%E5%A4%A7%E6%9D%80%E6%B0%94%E4%B9%8Bkeras%20ImageDataGenerator

4、提供一个链接:https://github.com/aleju/imgaug。看上去效果很好:

针对目标检测所用的图像增强方法(代码)_第2张图片

你可能感兴趣的:(目标检测)