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

Fixing Argument Error in run_nerf.py and adding gitignore file #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vishnukool
Copy link

As pointed out in one of the issues. The below argument is duplicated, and causes an error.
graf/submodules/nerf_pytorch/run_nerf.py
Line 368 in eaa2d6e
parser.add_argument("--N_samples", type=int, default=32*32*4, help='batch size (number of random rays per gradient step)')

It should be
parser.add_argument ("- N_rand", type = int, default = 32 * 32 * 4, help = 'batch size (number of random rays per gradient step)')

@vishnukool vishnukool changed the title Fixing bug and adding gitignore file Fixing Argument Error in run_nerf.py and adding gitignore file Jan 1, 2021
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

Successfully merging this pull request may close these issues.

1 participant