MCPcopy Create free account
hub / github.com/VainF/DeepLabV3Plus-Pytorch / ExtColorJitter

Class ExtColorJitter

utils/ext_transforms.py:429–519  ·  view source on GitHub ↗

Randomly change the brightness, contrast and saturation of an image. Args: brightness (float or tuple of float (min, max)): How much to jitter brightness. brightness_factor is chosen uniformly from [max(0, 1 - brightness), 1 + brightness] or the given [min, max].

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected