Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvlab-kaist/Talk3D
/ forward_lipfeat
Method
forward_lipfeat
eval/syncnet_python/SyncNetModel.py:112–117 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
110
return
out;
111
112
def
forward_lipfeat(self, x):
113
114
mid = self.netcnnlip(x);
115
out = mid.view((mid.size()[0], -1));
# N x (ch x 24)
116
117
return
out;
Callers
3
extract_feature
Method · 0.80
extract_feature
Method · 0.80
extract_feature
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected