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

Method get_mean_iou

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

Source from the content-addressed store, hash-verified

878 return acc, acc_cls_list, fwavacc, mean_iu, cls_iu
879
880 def get_mean_iou(self):
881 return self._get_scores()[3]
882
883 def get_pixel_acc(self):
884 return self._get_scores()[0]

Callers 2

forwardMethod · 0.80
forwardMethod · 0.80

Calls 1

_get_scoresMethod · 0.95

Tested by

no test coverage detected