MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / get_mean_acc

Method get_mean_acc

PATH/core/utils.py:886–887  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

884 return self._get_scores()[0]
885
886 def get_mean_acc(self):
887 return self._get_scores()[1]
888
889 def reset(self):
890 self.confusion_matrix = np.zeros((self.n_classes, self.n_classes))

Callers

nothing calls this directly

Calls 1

_get_scoresMethod · 0.95

Tested by

no test coverage detected