Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ one_channel_normalize
Function
one_channel_normalize
dali/test/python/operator_2/test_python_function.py:205–206 ·
view source on GitHub ↗
(image)
Source
from the content-addressed store, hash-verified
203
204
205
def
one_channel_normalize(image):
206
return
image[:, :, 1] / 255.0
207
208
209
def
channels_mean(image):
Callers
3
mixed_types
Function · 0.85
output_with_stride_mixed_types
Function · 0.85
with_stride_mixed_types_batch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected