MCPcopy Create free account
hub / github.com/TencentARC/MotionCtrl / encode

Method encode

lvdm/models/autoencoder.py:209–210  ·  view source on GitHub ↗
(self, x, *args, **kwargs)

Source from the content-addressed store, hash-verified

207 super().__init__()
208
209 def encode(self, x, *args, **kwargs):
210 return x
211
212 def decode(self, x, *args, **kwargs):
213 return x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected