Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
def
preprocess_image(image, sess, trace=False):
50
return
_run_op(sess, image_op, IMAGE, image, trace, op_name=
'preprocess_image'
)
51
52
53
def
preprocess_depth(depth, sess, trace=False):
Callers
1
_main
Function · 0.70
Calls
1
_run_op
Function · 0.85
Tested by
no test coverage detected