Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I wonder how "-d" parser is created? #68

Open
wzh506 opened this issue Jul 2, 2024 · 1 comment
Open

I wonder how "-d" parser is created? #68

wzh506 opened this issue Jul 2, 2024 · 1 comment

Comments

@wzh506
Copy link

wzh506 commented Jul 2, 2024

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?

@tongji-rkr
Copy link
Collaborator

Please check train.sh//16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants