MCPcopy
hub / github.com/alievk/avatarify-python / resize

Function resize

afy/utils.py:144–145  ·  view source on GitHub ↗
(img, size, version='cv')

Source from the content-addressed store, hash-verified

142
143
144def resize(img, size, version='cv'):
145 return cv2.resize(img, size)

Callers 4

is_new_frame_betterFunction · 0.90
load_stylegan_avatarFunction · 0.90
load_imagesFunction · 0.90
cam_fomm.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected