MCPcopy 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
10def get_decoder(args):
11 Decoder = import_module("functions." + args.decoder)
12 return Decoder.Decoder(**args.decoder_specs)
13
14
15def get_property(args, name, default):

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