Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/congwei1230/MoChaBench
/ forward_lip
Method
forward_lip
eval-lipsync/script/SyncNetModel.py:89–93 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
87
return
out
88
89
def
forward_lip(self, x):
90
mid = self.netcnnlip(x)
91
mid = mid.view((mid.size()[0], -1))
# N x (ch x 24)
92
out = self.netfclip(mid)
93
return
out
94
95
def
forward_lipfeat(self, x):
96
mid = self.netcnnlip(x)
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected