Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DingLei14/WiCoNet
/ normalize
Function
normalize
utils/utils.py:87–88 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
85
86
87
def
normalize(x):
88
return
x / 255
89
90
def
merge_masks(img1, img2, full_w):
91
h = img1.shape[0]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected