Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvlab-kaist/Talk3D
/ forward_aud
Method
forward_aud
eval/syncnet_python/SyncNetModel.py:96–102 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
94
);
95
96
def
forward_aud(self, x):
97
98
mid = self.netcnnaud(x);
# N x ch x 24 x M
99
mid = mid.view((mid.size()[0], -1));
# N x (ch x 24)
100
out = self.netfcaud(mid);
101
102
return
out;
103
104
def
forward_lip(self, x):
105
Callers
3
evaluate
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected