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 error created by prev renaming of disps to depths in run_nerf-py #30

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

LuDubies
Copy link
Contributor

Changes in fed4664 included renaming of disps to depths
in the render_path function in run_nerf.py.
Renaming was not complete, leaving a reference to disps in line 200, causing the program to crash because of the unresolved reference.

Changes proposed here are just finishing the renaming by renaming all remaining references to disps to depths (this includes the var returned by the function).

@yashbhalgat yashbhalgat merged commit 425e70b into yashbhalgat:main Jan 27, 2023
@yashbhalgat
Copy link
Owner

Thanks, this was long due! :)

@yashbhalgat yashbhalgat mentioned this pull request Jan 27, 2023
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.

2 participants