MCPcopy Create free account
hub / github.com/CUT3R/CUT3R / edge_str

Function edge_str

cloud_opt/utils.py:79–80  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

77
78
79def edge_str(i, j):
80 return f"{i}_{j}"
81
82
83def i_j_ij(ij):

Callers 6

forwardMethod · 0.70
str_edgesMethod · 0.70
i_j_ijFunction · 0.70
_compute_img_confFunction · 0.70
minimum_spanning_treeFunction · 0.70
init_from_pts3dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected