Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TencentARC/InstantMesh
/ scale_image
Function
scale_image
zero123plus/model.py:27–29 ·
view source on GitHub ↗
(image)
Source
from the content-addressed store, hash-verified
25
26
27
def
scale_image(image):
28
image = image * 0.5 / 0.8
29
return
image
30
31
32
def
unscale_image(image):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected