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

Dnerf viewer and training fix #1065

Merged
merged 2 commits into from
Dec 1, 2022
Merged

Dnerf viewer and training fix #1065

merged 2 commits into from
Dec 1, 2022

Conversation

myaldiz
Copy link
Contributor

@myaldiz myaldiz commented Dec 1, 2022

Hi there!

I realized there are two bugs while working on dnerf.
First one is about training, caused by an incorrect shape of times tensor.
Second one is about the viewer. times return as zero when first connected to viewer and prevent entering the if clause.
Below two changes fixes it.

Thanks

@tancik
Copy link
Contributor

tancik commented Dec 1, 2022

If you run ns-dev-test it will tell you what the error is. In this case it should be is not None instead of != None

Copy link
Contributor Author

@myaldiz myaldiz left a comment

Choose a reason for hiding this comment

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

is not None change

@tancik tancik merged commit 1437a2f into nerfstudio-project:main Dec 1, 2022
tancik pushed a commit to dozeri83/nerfstudio that referenced this pull request Jan 20, 2023
* dnerf viewer and training fix

* Update viewer_utils.py
chris838 pushed a commit to chris838/nerfstudio that referenced this pull request Apr 22, 2023
* dnerf viewer and training fix

* Update viewer_utils.py
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