MCPcopy 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
205def one_channel_normalize(image):
206 return image[:, :, 1] / 255.0
207
208
209def channels_mean(image):

Callers 3

mixed_typesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected