MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / PipelineParams

Class PipelineParams

arguments/__init__.py:69–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return g
68
69class PipelineParams(ParamGroup):
70 def __init__(self, parser):
71 self.convert_SHs_python = False
72 self.compute_cov3D_python = False
73 self.debug = False
74 self.env_map_res = 0
75 self.env_optimize_until = 1000000000
76 self.env_optimize_from = 0
77 self.eval_shfs_4d = False
78 super().__init__(parser, "Pipeline Parameters")
79
80class OptimizationParams(ParamGroup):
81 def __init__(self, parser):

Callers 2

train.pyFile · 0.90
render.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected