Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_mapper
Method · 0.45
_aug_mapper
Method · 0.45
augment
Method · 0.45
augment_return_params
Method · 0.45
augment_with_params
Method · 0.45
test_augmentors
Method · 0.45
test_legacy_augs_new_usage
Method · 0.45
__call__
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_augmentors
Method · 0.36
test_legacy_augs_new_usage
Method · 0.36