MCPcopy Create free account
hub / github.com/NVlabs/InstantSplat / extract

Method extract

arguments/__init__.py:61–64  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

59 super().__init__(parser, "Loading Parameters", sentinel)
60
61 def extract(self, args):
62 g = super().extract(args)
63 g.source_path = os.path.abspath(g.source_path)
64 return g
65
66class PipelineParams(ParamGroup):
67 def __init__(self, parser):

Callers

nothing calls this directly

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected