Augment RGB image using FancyPCA from Krizhevsky's paper
icevision_FancyPCA(alpha = 0.1, always_apply = FALSE, p = 0.5)
alpha
always_apply
p
None
"ImageNet Classification with Deep Convolutional Neural Networks"
image
3-channel uint8 images only
http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf https://deshanadesai.github.io/notes/Fancy-PCA-with-Scikit-Image https://pixelatedbrian.github.io/2018-04-29-fancy_pca/