-
Notifications
You must be signed in to change notification settings - Fork 19
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
not_zero_canonical #18
Comments
When Please refer to the related code: EndoNeRF/run_endonerf_helpers.py Lines 121 to 122 in 2d4546f
In general, this hyperparameter only affects the rendering/reconstruction of the first frame. |
So when we set |
When |
And when |
This is because the canonical field is supposed to contain all the appeared areas in the whole video. Since there is no strong regularization of the predicted displacements, those new areas in the live frame might be remapped to random locations in the canonical field, resulting in some artifacts in the first frame. |
What does exactly this 'not_zero_canonical' parameter do? In which situations do I have to set it to True/False?
The text was updated successfully, but these errors were encountered: