KerasCV Preprocessing Layers
- 원본 링크 : https://keras.io/api/keras_cv/layers/preprocessing/
- 최종 확인 : 2024-11-25
KerasCV preprocessing layers allow you to easily augment your image data using
standard augmentation techniques such as CutMix
, MixUp
and RandAugment
.
See also this guide on assembling image data augmentation pipeline.