MCPcopy Create free account
hub / github.com/deepdrive/deepdrive / preprocess_image

Function preprocess_image

tf_utils.py:49–50  ·  view source on GitHub ↗
(image, sess, trace=False)

Source from the content-addressed store, hash-verified

47
48
49def preprocess_image(image, sess, trace=False):
50 return _run_op(sess, image_op, IMAGE, image, trace, op_name='preprocess_image')
51
52
53def preprocess_depth(depth, sess, trace=False):

Callers 1

_mainFunction · 0.70

Calls 1

_run_opFunction · 0.85

Tested by

no test coverage detected