Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGVLab/HumanBench
/ dataset_entry
Function
dataset_entry
PATH/core/data/datasets/__init__.py:10–12 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
8
from
core.utils
import
printlog
9
10
def
dataset_entry(config):
11
printlog(
'config[kwargs]'
,config[
'kwargs'
])
12
return
globals()[config[
'type'
]](**config[
'kwargs'
])
Callers
nothing calls this directly
Calls
1
printlog
Function · 0.90
Tested by
no test coverage detected