Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/SPADE
/ __resize
Function
__resize
data/base_dataset.py:85–86 ·
view source on GitHub ↗
(img, w, h, method=Image.BICUBIC)
Source
from the content-addressed store, hash-verified
83
84
85
def
__resize(img, w, h, method=Image.BICUBIC):
86
return
img.resize((w, h), method)
87
88
89
def
__make_power_2(img, base, method=Image.BICUBIC):
Callers
1
get_transform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected