赞
踩
- hsv_h: 0.015 # image HSV-Hue augmentation (fraction)
- hsv_s: 0.7 # image HSV-Saturation augmentation (fraction)
- hsv_v: 0.4 # image HSV-Value augmentation (fraction)
- degrees: 0.0 # image rotation (+/- deg)
- translate: 0.2 # image translation (+/- fraction)
- scale: 0.5 # image scale (+/- gain)
- shear: 0.0 # image shear (+/- deg)
- perspective: 0.0 # image perspective (+/- fraction), range 0-0.001
- flipud: 0.0 # image flip up-down (probability)
- fliplr: 0.5 # image flip left-right (probability)
- mosaic: 1.0 # image mosaic (probability)
- mixup: 0.0 # image mixup (probability)
- copy_paste: 0.0 # image copy paste (probability)
- paste_in: 0.0 # image copy paste (probability), use 0 for faster training
这些参数是数据增强(data augmentation)过程中使用的参数,用于扩充训练数据集以提高模型的泛化能力。
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。