MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / get_dataset

Function get_dataset

mapping/src/utils/import_util.py:5–7  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

3
4
5def get_dataset(args):
6 Dataset = import_module("dataset." + args.dataset)
7 return Dataset.DataLoader(**args.data_specs)
8
9
10def get_decoder(args):

Callers 3

vis_mesh.pyFile · 0.90
eval_color.pyFile · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected