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

Function _depth_op

tf_utils.py:20–24  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

18
19
20def _depth_op(x):
21 x = x ** -(1 / 3.)
22 x = _normalize_op(x)
23 x = _heatmap_op(x)
24 return x
25
26
27def _normalize_op(x):

Callers 1

tf_utils.pyFile · 0.85

Calls 2

_normalize_opFunction · 0.85
_heatmap_opFunction · 0.85

Tested by

no test coverage detected