MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / rotate2d_inv

Function rotate2d_inv

datasets/augmentv2.py:137–138  ·  view source on GitHub ↗
(theta, **kwargs)

Source from the content-addressed store, hash-verified

135 return scale2d(1 / sx, 1 / sy, **kwargs)
136
137def rotate2d_inv(theta, **kwargs):
138 return rotate2d(-theta, **kwargs)
139
140# ----------------------------------------------------------------------------
141# Augmentation pipeline with deterministic replay capability.

Callers 1

__call__Method · 0.85

Calls 1

rotate2dFunction · 0.85

Tested by

no test coverage detected