MCPcopy Create free account
hub / github.com/congwei1230/MoChaBench / forward_lipfeat

Method forward_lipfeat

eval-lipsync/script/SyncNetModel.py:95–99  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

93 return out
94
95 def forward_lipfeat(self, x):
96 mid = self.netcnnlip(x)
97 out = mid.view((mid.size()[0], -1)) # N x (ch x 24)
98
99 return out

Callers 1

extract_featureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected