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

add support for "vertical" orientation and "focus" centering methods #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f-dy
Copy link

@f-dy f-dy commented Apr 20, 2023

Sample usage: ns-train ... nerfstudio-data --center-method focus --orientation-method vertical

"focus" centering method should not be the default, because it is to be used only for datasets where cameras are looking at a single object (there's some rejection logic in it, so it won't generate stupid results if some cameras are looking elsewhere). The default "poses" centering method generates a reasonable center in most cases (except aerial surveys maybe).

- See nerfstudio-project/nerfstudio#1543
- Also default to "vertical" which works better than "up" (nerfstudio-project/nerfstudio#1765)
- Also rename train_split_percentage to train_split_fraction (nerfstudio-project/nerfstudio#1497)
@niujinshuchong
Copy link
Member

@f-dy Awesome! Thanks for the PR. Will try it out later.

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.

None yet

4 participants