Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
def
get_dataset(args):
6
Dataset = import_module(
"dataset."
+ args.dataset)
7
return
Dataset.DataLoader(**args.data_specs)
8
9
10
def
get_decoder(args):
Callers
3
vis_mesh.py
File · 0.90
eval_color.py
File · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected