You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how "-d" parser is created?Because I find "-s" in original 3DGS code but in Scaffold-GS there is "-d" instead .And then I find :
parser = ArgumentParser(description="Training script parameters") lp = ModelParams(parser) op = OptimizationParams(parser) pp = PipelineParams(parser)
is almost the same ,so there should be -s or source_path instead of -d,how did authors make it?Could someone help me?
The text was updated successfully, but these errors were encountered:
I wonder how "-d" parser is created?Because I find "-s" in original 3DGS code but in Scaffold-GS there is "-d" instead .And then I find :
parser = ArgumentParser(description="Training script parameters") lp = ModelParams(parser) op = OptimizationParams(parser) pp = PipelineParams(parser)
is almost the same ,so there should be -s or source_path instead of -d,how did authors make it?Could someone help me?
The text was updated successfully, but these errors were encountered: