Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The lion part of the reformat finally breaks backwards compatibility to introduce the new config parser and clear separation to apps.
main.py
andmain_interactive.py
configs.yaml
is no longer relevant, apps have their own configsexamples/funny_nerf
were deprecatedconfig_parser.py
heavily revised.app/nerf
,app/nglod
- each app now has it's own argument parsing, additionalrequirements.txt
(if needed), README, and so forth. Args aim to be as close as possible to what we had before this change. Some args were removed, and defaults may have been re-set to different values (usually, if this is done it's due to recent commits which updated the configs, or due to a parameter deemed unused).examples/
folder - both the SIGG demo and SPC browser are now more concise, as they should be :)cuda_guard
fixed by Clement to avoid interference with the gui libraries own argparse, the SDFDataset having a different signatureAuthors: Clement Fuji-Tsang, Or Perel