MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / apply_image

Method apply_image

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

Source from the content-addressed store, hash-verified

13 self._init(locals())
14
15 def apply_image(self, img):
16 return self.aug.augment_image(img)
17
18 def apply_coords(self, coords):
19 import imgaug as IA

Callers 8

_aug_mapperMethod · 0.45
_aug_mapperMethod · 0.45
augmentMethod · 0.45
augment_return_paramsMethod · 0.45
augment_with_paramsMethod · 0.45
test_augmentorsMethod · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by 2

test_augmentorsMethod · 0.36