Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ get_decoder
Function
get_decoder
mapping/src/utils/import_util.py:10–12 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
8
9
10
def
get_decoder(args):
11
Decoder = import_module(
"functions."
+ args.decoder)
12
return
Decoder.Decoder(**args.decoder_specs)
13
14
15
def
get_property(args, name, default):
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