MCPcopy Create free account
hub / github.com/MIT-SPARK/Clio / __init__

Method __init__

clio_eval/utils.py:12–15  ·  view source on GitHub ↗
(self, feature, o3d_mesh, oriented_bbox)

Source from the content-addressed store, hash-verified

10
11class EvalObjects:
12 def __init__(self, feature, o3d_mesh, oriented_bbox):
13 self.feature = feature
14 self.o3d_mesh = o3d_mesh
15 self.oriented_bbox = oriented_bbox
16
17 def compute_similarity(self, other_feature):
18 return helpers.compute_cosine_sim(other_feature, self.feature)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected