MCPcopy Create free account
hub / github.com/PDAL/PDAL / getMeanIntersectionOverUnion

Function getMeanIntersectionOverUnion

kernels/EvalKernel.hpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 double getMeanIntersectionOverUnion()
95 {
96 double miou = 0.0;
97 for (int label = 0; label < m_dim; ++label)
98 miou += getIntersectionOverUnion(label);
99 return miou / (double)m_dim;
100 }
101
102 double getF1Score(int label)
103 {

Callers 1

getF1ScoreFunction · 0.85

Calls 1

getIntersectionOverUnionFunction · 0.85

Tested by

no test coverage detected