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

Start viewer with more accurate speed calculation #899

Merged
merged 1 commit into from
Nov 5, 2022

Conversation

tancik
Copy link
Contributor

@tancik tancik commented Nov 5, 2022

If the viewer is open when rendering starts, the resolution will be very low due to skewed speed calculations. This PR delays these calculations until after a few iterations to avoid this issue.

@tancik tancik merged commit 71601f3 into main Nov 5, 2022
@tancik tancik deleted the tancik/fix_speed_calc branch November 5, 2022 00:30
ethanweber pushed a commit that referenced this pull request Nov 6, 2022
Start viewer with more accurate speed calc
terrancewang added a commit that referenced this pull request Nov 20, 2022
* staring normals PR

* code runs but visualization looks bad

* Camera and world coordinate conventions (#889)

* documented coordinate conventions without a figure for now

* another sentence

* update frames docs

* explain intrinsics and extrinsics

* more comments

* fix build

* Start viewer with more accurate speed calculation (#899)

Start viewer with more accurate speed calc

* Minor doc updates (#903)

* fix conflicts

* code runs but visualization looks bad

* normals implemented and vis fixed. still debugging quality

* minor name change

* comment

* fix black

* lint

* predicting normals

* adding detach

* predicted normals

* improved normals prediction performance

* cleaning code

* cleaning code

* cleaning code

* adding type to function param

* fixing tensorf forward func

* reverting tensorf changes

* fix style with tensorf field

* adding normals check to tensorffield

Co-authored-by: Matthew Tancik <[email protected]>
Co-authored-by: terrance <[email protected]>
chris838 pushed a commit to chris838/nerfstudio that referenced this pull request Apr 22, 2023
chris838 pushed a commit to chris838/nerfstudio that referenced this pull request Apr 22, 2023
* staring normals PR

* code runs but visualization looks bad

* Camera and world coordinate conventions (nerfstudio-project#889)

* documented coordinate conventions without a figure for now

* another sentence

* update frames docs

* explain intrinsics and extrinsics

* more comments

* fix build

* Start viewer with more accurate speed calculation (nerfstudio-project#899)

Start viewer with more accurate speed calc

* Minor doc updates (nerfstudio-project#903)

* fix conflicts

* code runs but visualization looks bad

* normals implemented and vis fixed. still debugging quality

* minor name change

* comment

* fix black

* lint

* predicting normals

* adding detach

* predicted normals

* improved normals prediction performance

* cleaning code

* cleaning code

* cleaning code

* adding type to function param

* fixing tensorf forward func

* reverting tensorf changes

* fix style with tensorf field

* adding normals check to tensorffield

Co-authored-by: Matthew Tancik <[email protected]>
Co-authored-by: terrance <[email protected]>
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