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

Function computeIBpy

clio/src/ib_utils.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107Eigen::VectorXd computeIBpy(const hydra::EmbeddingGroup& tasks) {
108 size_t M = tasks.embeddings.size() + 1;
109 return Eigen::VectorXd::Constant(M, 1.0 / static_cast<double>(M));
110}
111
112double computeDeltaWeight(const SceneGraphLayer& layer,
113 const std::vector<NodeId>& nodes) {

Callers 2

setupMethod · 0.85
detectObjectsMethod · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected