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

Change Args to a more readable format #4

Open
PotatoPalooza opened this issue Jun 26, 2022 · 0 comments
Open

Change Args to a more readable format #4

PotatoPalooza opened this issue Jun 26, 2022 · 0 comments

Comments

@PotatoPalooza
Copy link
Member

A large portion of the TensoRF codebase passes around an args object of all command-line arguments that is propagated down to many subroutines. This should be replaced with a more self-explanatory object perhaps a python class that describes the properties in more detail. Along with this, the args object should only be used in the highest level functions instead of passing it through multiple classes and methods making the code harder to understand and modify.

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

1 participant