Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
unscale_image(image):
33
image = image / 0.5 * 0.8
34
return
image
35
36
37
def
extract_into_tensor(a, t, x_shape):
Callers
2
training_step
Method · 0.70
validation_step
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected