MCPcopy Create free account
hub / github.com/cientgu/VQ-Diffusion / encode

Method encode

image_synthesis/modeling/codecs/base_codec.py:23–24  ·  view source on GitHub ↗
(self, img)

Source from the content-addressed store, hash-verified

21 raise NotImplementedError
22
23 def encode(self, img):
24 raise NotImplementedError
25
26 def decode(self, img_seq):
27 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected