Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ get_pixel_acc
Method
get_pixel_acc
PATH/core/utils.py:883–884 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
881
return
self._get_scores()[3]
882
883
def
get_pixel_acc(self):
884
return
self._get_scores()[0]
885
886
def
get_mean_acc(self):
887
return
self._get_scores()[1]
Callers
nothing calls this directly
Calls
1
_get_scores
Method · 0.95
Tested by
no test coverage detected