MCPcopy Create free account
hub / github.com/MetaSLAM/SphereVLAD / __call__

Method __call__

dataloader/data_augmentation.py:41–43  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

39 self.transform = transforms.Compose(transform)
40
41 def __call__(self, input):
42 output = self.transform(input)
43 return output
44
45
46class Augment_RGB_Data():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected