MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / get_transform

Method get_transform

tensorpack/dataflow/imgaug/meta.py:14–15  ·  view source on GitHub ↗
(self, img)

Source from the content-addressed store, hash-verified

12class Identity(ImageAugmentor):
13 """ A no-op augmentor """
14 def get_transform(self, img):
15 return NoOpTransform()
16
17
18class RandomApplyAug(ImageAugmentor):

Callers 3

get_transformMethod · 0.45
get_transformMethod · 0.45
get_transformMethod · 0.45

Calls 1

NoOpTransformClass · 0.85

Tested by

no test coverage detected