Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ translate2d_inv
Function
translate2d_inv
datasets/augmentv2.py:131–132 ·
view source on GitHub ↗
(tx, ty, **kwargs)
Source
from the content-addressed store, hash-verified
129
**kwargs)
130
131
def
translate2d_inv(tx, ty, **kwargs):
132
return
translate2d(-tx, -ty, **kwargs)
133
134
def
scale2d_inv(sx, sy, **kwargs):
135
return
scale2d(1 / sx, 1 / sy, **kwargs)
Callers
1
__call__
Method · 0.85
Calls
1
translate2d
Function · 0.85
Tested by
no test coverage detected