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

Method __init__

dataloader/data_augmentation.py:168–169  ·  view source on GitHub ↗
(self, max_delta=0.05)

Source from the content-addressed store, hash-verified

166
167class RandomTranslation:
168 def __init__(self, max_delta=0.05):
169 self.max_delta = max_delta
170
171 def __call__(self, coords):
172 trans = self.max_delta * np.random.randn(1, 3)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected