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

Method __init__

external_src/kbnet/src/transforms.py:23–59  ·  view source on GitHub ↗

Transforms and augmentation class Arg(s): normalized_image_range : list[float] intensity range after normalizing images random_flip_type : list[str] none, horizontal, vertical random_remove_points : list[float]

(self,
                 normalized_image_range=[0, 255],
                 random_flip_type=['none'],
                 random_remove_points=[0.70, 0.70],
                 random_noise_type=['none'],
                 random_noise_spread=-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