MCPcopy Index your code
hub / github.com/OpenMeshLab/MeshXL / build_model_func

Function build_model_func

main.py:135–138  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

133
134
135def build_model_func(args):
136 model_module = importlib.import_module(f'models.{args.model}.get_model')
137 model = model_module.get_model(args)
138 return model
139
140
141def main(args):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected