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

doc: fix code typo in 'NeRF' method doc #2978

Merged

Conversation

Crescent-Saturn
Copy link
Contributor

In NeRF methods doc, old code component was found. So just fix this small typo issue.

Current one:

from nerfstudio.renderers.renderers import RGBRenderer

Correct one:

from nerfstudio.model_components.renderers import RGBRenderer

Thanks for reviewing!

In NeRF methods doc, old code component was found. So just fix this small typo issue.
Copy link
Collaborator

@brentyi brentyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!!

@brentyi brentyi enabled auto-merge (squash) March 1, 2024 21:12
@brentyi brentyi merged commit 3a4ed80 into nerfstudio-project:main Mar 1, 2024
2 checks passed
@Crescent-Saturn Crescent-Saturn deleted the doc/crescent-saturn-typo branch March 1, 2024 21:37
Michael-Spleenlab pushed a commit to Michael-Spleenlab/nerfstudio that referenced this pull request Apr 26, 2024
In NeRF methods doc, old code component was found. So just fix this small typo issue.
ArpegorPSGH pushed a commit to ArpegorPSGH/nerfstudio that referenced this pull request Jun 22, 2024
In NeRF methods doc, old code component was found. So just fix this small typo issue.
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