Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ uint2single
Function
uint2single
ldm/modules/image_degradation/utils_image.py:249–251 ·
view source on GitHub ↗
(img)
Source
from the content-addressed store, hash-verified
247
248
249
def
uint2single(img):
250
251
return
np.float32(img/255.)
252
253
254
def
single2uint(img):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected