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

Method __call__

dataloader/data_augmentation.py:181–183  ·  view source on GitHub ↗
(self, coords)

Source from the content-addressed store, hash-verified

179 self.bias = min
180
181 def __call__(self, coords):
182 s = self.scale * np.random.rand(1) + self.bias
183 return coords * s.astype(np.float32)
184
185
186class RandomShear:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected