Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteDance-Seed/Depth-Anything-3
/ _format
Function
_format
da3_streaming/loop_utils/loop_refinement.py:38–39 ·
view source on GitHub ↗
(es)
Source
from the content-addressed store, hash-verified
36
37
@nb.njit(cache=True)
38
def
_format(es):
39
return
np.asarray(es, dtype=np.int64).reshape((-1, 2))[1:]
40
41
42
@nb.njit(cache=True)
Callers
1
reduce_edges
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected