Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
class
Identity(ImageAugmentor):
13
""
" A no-op augmentor "
""
14
def
get_transform(self, img):
15
return
NoOpTransform()
16
17
18
class
RandomApplyAug(ImageAugmentor):
Callers
3
get_transform
Method · 0.45
get_transform
Method · 0.45
get_transform
Method · 0.45
Calls
1
NoOpTransform
Class · 0.85
Tested by
no test coverage detected