class
FromFloat
extends
_NoParamsPhotometricTransform[Empty]FromFloat(max_value: float = 255.0, dtype: str = 'uint8', p: float = 1.0)Scale a [0, 1] image back up by max_value (Albumentations FromFloat).
Parameters
max_valuefloat= 255.0No description.
pfloat= 1.0No description.
Notes
Stays in floating point (Lucid keeps a float tensor); the Albu
dtype argument is accepted for signature parity but the result
is not re-quantized.