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

Method __call__

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

Source from the content-addressed store, hash-verified

65 self.transform = transforms.Compose(transform)
66
67 def __call__(self, input):
68 output = self.transform(input)
69 return output
70
71
72class Augment_SPH_Data():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected