MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / _image_preprocess

Method _image_preprocess

wan/utils/vace_processor.py:60–61  ·  view source on GitHub ↗
(self, img, oh, ow, normalize=True, **kwargs)

Source from the content-addressed store, hash-verified

58 return img
59
60 def _image_preprocess(self, img, oh, ow, normalize=True, **kwargs):
61 return self._resize_crop(img, oh, ow, normalize)
62
63 def load_image(self, data_key, **kwargs):
64 return self.load_image_batch(data_key, **kwargs)

Callers 1

load_image_batchMethod · 0.95

Calls 1

_resize_cropMethod · 0.95

Tested by

no test coverage detected