MCPcopy Create free account
hub / github.com/Tencent/FaceDetection-DSFD / Compose

Class Compose

utils/augmentations.py:44–61  ·  view source on GitHub ↗

Composes several augmentations together. Args: transforms (List[Transform]): list of transforms to compose. Example: >>> augmentations.Compose([ >>> transforms.CenterCrop(10), >>> transforms.ToTensor(), >>> ])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

__call__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected