MCPcopy Create free account
hub / github.com/alexklwong/mondi-python / __init__

Method __init__

src/transforms.py:29–95  ·  view source on GitHub ↗

Transforms and augmentation class Arg(s): normalized_image_range : list[float] intensity range after normalizing images random_crop_to_shape : list[int] if given [h, w] output shape after random crop, if [h1, w1, h2, w2] then

(self,
                 normalized_image_range=[0, 255],
                 random_crop_to_shape=[-1, -1],
                 random_flip_type=['none'],
                 random_remove_points=[0.70, 0.70],
                 random_brightness=[-1],
                 random_contrast=[-1],
                 random_saturation=[-1])

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