MCPcopy 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

8from core.utils import printlog
9
10def dataset_entry(config):
11 printlog('config[kwargs]',config['kwargs'])
12 return globals()[config['type']](**config['kwargs'])

Callers

nothing calls this directly

Calls 1

printlogFunction · 0.90

Tested by

no test coverage detected