mxnet.image.LightingAug¶
-
class
mxnet.image.
LightingAug
(alphastd, eigval, eigvec)[source]¶ Add PCA based noise.
- Parameters
alphastd (float) – Noise level
eigval (3x1 np.array) – Eigen values
eigvec (3x3 np.array) – Eigen vectors
-
__init__
(alphastd, eigval, eigvec)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(alphastd, eigval, eigvec)Initialize self.
dumps
()Saves the Augmenter to string