Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelTC/LightX2V
/ __call__
Method
__call__
tools/preprocess/pose2d.py:34–35 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
32
self.input_resolution = np.array(self.input_resolution)
33
34
def
__call__(self, *args, **kwargs):
35
return
self.forward(*args, **kwargs)
36
37
def
get_output_names(self):
38
output_names = []
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected