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

Method __init__

dataloader/data_augmentation.py:187–188  ·  view source on GitHub ↗
(self, delta=0.1)

Source from the content-addressed store, hash-verified

185
186class RandomShear:
187 def __init__(self, delta=0.1):
188 self.delta = delta
189
190 def __call__(self, coords):
191 T = np.eye(3) + self.delta * np.random.randn(3, 3)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected