MCPcopy Create free account
hub / github.com/TencentARC/InstantMesh / unscale_image

Function unscale_image

zero123plus/model.py:32–34  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

30
31
32def unscale_image(image):
33 image = image / 0.5 * 0.8
34 return image
35
36
37def extract_into_tensor(a, t, x_shape):

Callers 2

training_stepMethod · 0.70
validation_stepMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected