Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ tester_entry
Function
tester_entry
PATH/core/testers/__init__.py:4–5 ·
view source on GitHub ↗
(C_train, C_test)
Source
from the content-addressed store, hash-verified
2
from
..solvers.solver_multitask_dev
import
TesterMultiTaskDev, PLMultiTaskDev
3
4
def
tester_entry(C_train, C_test):
5
return
globals()[C_test.config[
'common'
][
'tester'
][
'type'
]](C_train, C_test)
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
1
main
Function · 0.72